Searched refs:OnImeSetComposition (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.h290 void OnImeSetComposition(
H A Dbrowser_plugin_guest.cc173 OnImeSetComposition)
593 void BrowserPluginGuest::OnImeSetComposition( function in class:content::BrowserPluginGuest
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc1120 view()->OnImeSetComposition(
1135 view()->OnImeSetComposition(
1942 view()->OnImeSetComposition(ascii_composition, empty_underline, 0, 0);
1953 view()->OnImeSetComposition(unicode_composition, empty_underline, 0, 0);
1964 view()->OnImeSetComposition(surrogate_pair_char,
1982 view()->OnImeSetComposition(surrogate_pair_mixed_composition,
H A Drender_widget.h393 virtual void OnImeSetComposition(
H A Drender_widget.cc602 IPC_MESSAGE_HANDLER(InputMsg_ImeSetComposition, OnImeSetComposition)
1517 void RenderWidget::OnImeSetComposition( function in class:content::RenderWidget
H A Drender_frame_impl.h225 void OnImeSetComposition(
H A Drender_view_impl.h520 virtual void OnImeSetComposition(
H A Drender_view_impl.cc3598 void RenderViewImpl::OnImeSetComposition( function in class:content::RenderViewImpl
3605 focused_pepper_plugin_->render_frame()->OnImeSetComposition(
3636 RenderWidget::OnImeSetComposition(text,
3653 // Same as OnImeSetComposition(), we send the text from IMEs directly to
H A Drender_frame_impl.cc612 render_view_->OnImeSetComposition(
623 void RenderFrameImpl::OnImeSetComposition( function in class:content::RenderFrameImpl

Completed in 115 milliseconds