HomeSort by relevance Sort by last modified time
    Searched refs:GtkIMContextWrapper (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/browser/renderer_host/
gtk_im_context_wrapper.h 41 class GtkIMContextWrapper {
43 explicit GtkIMContextWrapper(RenderWidgetHostViewGtk* host_view);
44 ~GtkIMContextWrapper();
108 GtkIMContextWrapper* self);
110 GtkIMContextWrapper* self);
112 GtkIMContextWrapper* self);
114 GtkIMContextWrapper* self);
116 GtkIMContextWrapper* self);
120 GtkIMContextWrapper* self);
122 GtkIMContextWrapper* self)
    [all...]
gtk_im_context_wrapper.cc 51 GtkIMContextWrapper::GtkIMContextWrapper(RenderWidgetHostViewGtk* host_view)
106 GtkIMContextWrapper::~GtkIMContextWrapper() {
113 void GtkIMContextWrapper::ProcessKeyEvent(GdkEventKey* event) {
224 void GtkIMContextWrapper::UpdateInputMethodState(
254 void GtkIMContextWrapper::UpdateCaretBounds(
266 void GtkIMContextWrapper::OnFocusIn() {
295 void GtkIMContextWrapper::OnFocusOut() {
324 GtkWidget* GtkIMContextWrapper::BuildInputMethodsGtkMenu()
    [all...]
render_widget_host_view_gtk.h 33 class GtkIMContextWrapper;
158 // Called by GtkIMContextWrapper to forward a keyboard event to renderer.
295 scoped_ptr<GtkIMContextWrapper> im_context_;
render_widget_host_view_gtk.cc     [all...]
  /external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.h 43 class GtkIMContextWrapper {
45 explicit GtkIMContextWrapper(RenderWidgetHostViewGtk* host_view);
46 ~GtkIMContextWrapper();
109 GtkIMContextWrapper* self);
111 GtkIMContextWrapper* self);
113 GtkIMContextWrapper* self);
115 GtkIMContextWrapper* self);
119 GtkIMContextWrapper* self);
121 GtkIMContextWrapper* self);
195 DISALLOW_COPY_AND_ASSIGN(GtkIMContextWrapper);
    [all...]
gtk_im_context_wrapper.cc 59 GtkIMContextWrapper::GtkIMContextWrapper(RenderWidgetHostViewGtk* host_view)
110 GtkIMContextWrapper::~GtkIMContextWrapper() {
117 void GtkIMContextWrapper::ProcessKeyEvent(GdkEventKey* event) {
228 void GtkIMContextWrapper::UpdateInputMethodState(WebKit::WebTextInputType type,
258 void GtkIMContextWrapper::OnFocusIn() {
285 void GtkIMContextWrapper::OnFocusOut() {
315 void GtkIMContextWrapper::AppendInputMethodsContextMenu(MenuGtk* menu) {
335 void GtkIMContextWrapper::CancelComposition()
    [all...]
render_widget_host_view_gtk.h 27 class GtkIMContextWrapper;
113 // Called by GtkIMContextWrapper to forward a keyboard event to renderer.
227 scoped_ptr<GtkIMContextWrapper> im_context_;
render_widget_host_view_gtk.cc     [all...]

Completed in 222 milliseconds