Searched refs:prev_input_scopes (Results 1 – 1 of 1) sorted by relevance
150 std::vector<int32> prev_input_scopes; in SetFocusedTextInputClient() local151 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() local214 std::swap(input_scopes_, prev_input_scopes); in OnTextInputTypeChanged()217 if (input_scopes_ != prev_input_scopes && remote_delegate_) { in OnTextInputTypeChanged()