Home
last modified time | relevance | path

Searched refs:prev_input_scopes (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/base/ime/
Dremote_input_method_win.cc150 std::vector<int32> prev_input_scopes; in SetFocusedTextInputClient() local
151 std::swap(input_scopes_, prev_input_scopes); in SetFocusedTextInputClient()
168 if (!remote_delegate_ || (prev_input_scopes == input_scopes_ && in SetFocusedTextInputClient()
213 std::vector<int32> prev_input_scopes; in OnTextInputTypeChanged() local
214 std::swap(input_scopes_, prev_input_scopes); in OnTextInputTypeChanged()
217 if (input_scopes_ != prev_input_scopes && remote_delegate_) { in OnTextInputTypeChanged()