Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/ime/
Dremote_input_method_win.cc114 remote_delegate_(NULL), in RemoteInputMethodWin()
168 if (!remote_delegate_ || (prev_input_scopes == input_scopes_ && in SetFocusedTextInputClient()
171 remote_delegate_->OnTextInputClientUpdated(input_scopes_, in SetFocusedTextInputClient()
217 if (input_scopes_ != prev_input_scopes && remote_delegate_) { in OnTextInputTypeChanged()
218 remote_delegate_->OnTextInputClientUpdated( in OnTextInputTypeChanged()
229 if (composition_character_bounds_ != prev_rects && remote_delegate_) { in OnCaretBoundsChanged()
230 remote_delegate_->OnTextInputClientUpdated( in OnCaretBoundsChanged()
237 remote_delegate_->CancelComposition(); in CancelComposition()
292 remote_delegate_ = delegate; in SetRemoteDelegate()
295 if (remote_delegate_) { in SetRemoteDelegate()
[all …]