Searched refs:textConfigLock_ (Results 1 – 2 of 2) sorted by relevance
195 std::lock_guard<std::mutex> lock(textConfigLock_); in SaveTextConfig()609 std::lock_guard<std::mutex> lock(textConfigLock_); in RestoreAttachInfoInSaDied()651 std::lock_guard<std::mutex> lock(textConfigLock_); in OnCursorUpdate()684 std::lock_guard<std::mutex> lock(textConfigLock_); in OnSelectionChange()715 std::lock_guard<std::mutex> lock(textConfigLock_); in OnConfigurationChange()835 std::lock_guard<std::mutex> lock(textConfigLock_); in GetEnterKeyType()843 std::lock_guard<std::mutex> lock(textConfigLock_); in GetInputPattern()850 std::lock_guard<std::mutex> lock(textConfigLock_); in GetTextConfig()883 std::lock_guard<std::mutex> lock(textConfigLock_); in SetCallingWindow()1042 std::lock_guard<std::mutex> lock(textConfigLock_); in ClearEditorCache()
892 std::mutex textConfigLock_; variable