Searched refs:requestCallbackMutex_ (Results 1 – 2 of 2) sorted by relevance
182 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in UpdateCustomPopupConfig()234 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in SetFillRequestCallback()240 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in SetSaveRequestCallback()331 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in SendAutoFillSuccess()350 std::lock_guard<std::mutex> lock(requestCallbackMutex_); in SendAutoFillFailed()
73 std::mutex requestCallbackMutex_; variable