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

  /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 38 milliseconds