Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Dtext_input_client_observer.cc73 if (render_view_impl_->focused_pepper_plugin()) { in OnFirstRectForCharacterRange()
74 rect = render_view_impl_->focused_pepper_plugin()->GetCaretBounds(); in OnFirstRectForCharacterRange()
Drender_frame_impl.cc549 if (instance != render_view_->focused_pepper_plugin()) in PepperTextInputTypeChanged()
559 if (instance != render_view_->focused_pepper_plugin()) in PepperCaretPositionChanged()
566 if (instance != render_view_->focused_pepper_plugin()) in PepperCancelComposition()
576 if (instance != render_view_->focused_pepper_plugin()) in PepperSelectionChanged()
594 if (!render_view_->focused_pepper_plugin()) in IsPepperAcceptingCompositionEvents()
596 return render_view_->focused_pepper_plugin()-> in IsPepperAcceptingCompositionEvents()
639 render_view_->focused_pepper_plugin()->HandleCompositionStart( in OnImeSetComposition()
644 render_view_->focused_pepper_plugin()->HandleCompositionEnd( in OnImeSetComposition()
650 render_view_->focused_pepper_plugin()->HandleCompositionUpdate( in OnImeSetComposition()
696 render_view_->focused_pepper_plugin()->HandleCompositionEnd(last_text); in OnImeConfirmComposition()
[all …]
Drender_view_impl.h268 PepperPluginInstanceImpl* focused_pepper_plugin() { in focused_pepper_plugin() function