Searched refs:input_scopes_ (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/win8/metro_driver/ime/ |
D | input_scope.cc | 34 input_scopes_ = input_scopes; in COM_INTERFACE_ENTRY() 43 CoTaskMemAlloc(sizeof(InputScope) * input_scopes_.size())); in STDMETHOD() 48 std::copy(input_scopes_.begin(), input_scopes_.end(), *input_scopes); in STDMETHOD() 49 *count = static_cast<UINT>(input_scopes_.size()); in STDMETHOD() 66 std::vector<InputScope> input_scopes_; member in metro_driver::__anonfe3e733f0111::InputScopeImpl
|
D | text_service.cc | 352 bool document_type_changed = input_scopes_ != input_scopes; in OnDocumentChanged() 353 input_scopes_ = input_scopes; in OnDocumentChanged() 455 std::vector<int32> input_scopes_; member in metro_driver::__anone2a3e16b0111::TextServiceImpl
|
/external/chromium_org/ui/base/ime/ |
D | remote_input_method_win.cc | 151 std::swap(input_scopes_, prev_input_scopes); in SetFocusedTextInputClient() 155 input_scopes_ = GetInputScopesAsInt(client->GetTextInputType(), in SetFocusedTextInputClient() 168 if (!remote_delegate_ || (prev_input_scopes == input_scopes_ && in SetFocusedTextInputClient() 171 remote_delegate_->OnTextInputClientUpdated(input_scopes_, in SetFocusedTextInputClient() 214 std::swap(input_scopes_, prev_input_scopes); in OnTextInputTypeChanged() 215 input_scopes_ = GetInputScopesAsInt(client->GetTextInputType(), in OnTextInputTypeChanged() 217 if (input_scopes_ != prev_input_scopes && remote_delegate_) { in OnTextInputTypeChanged() 219 input_scopes_, composition_character_bounds_); in OnTextInputTypeChanged() 231 input_scopes_, composition_character_bounds_); in OnCaretBoundsChanged() 297 input_scopes_, composition_character_bounds_); in SetRemoteDelegate() [all …]
|
D | remote_input_method_win_unittest.cc | 187 return input_scopes_; in input_scopes() 195 input_scopes_.clear(); in Reset() 208 input_scopes_ = input_scopes; in OnTextInputClientUpdated() 214 std::vector<int32> input_scopes_; member in ui::__anona156f65e0111::MockRemoteInputMethodDelegateWin
|
/external/chromium_org/ui/base/ime/win/ |
D | tsf_input_scope.cc | 35 : input_scopes_(input_scopes), in TSFInputScope() 69 sizeof(InputScope) * input_scopes_.size())); in STDMETHOD() 75 for (size_t i = 0; i < input_scopes_.size(); ++i) in STDMETHOD() 76 (*input_scopes)[i] = input_scopes_[i]; in STDMETHOD() 77 *count = input_scopes_.size(); in STDMETHOD() 99 std::vector<InputScope> input_scopes_; member in ui::tsf_inputscope::__anon836c46690111::FINAL
|