Searched refs:OnPreeditStart (Results 1 – 5 of 5) sorted by relevance
64 virtual void OnPreeditStart() = 0;
47 virtual void OnPreeditStart() OVERRIDE;
173 void InputMethodAuraLinux::OnPreeditStart() {} in OnPreeditStart() function in ui::InputMethodAuraLinux
48 CHROMEG_CALLBACK_0(X11InputMethodContextImplGtk2, void, OnPreeditStart,
290 void X11InputMethodContextImplGtk2::OnPreeditStart(GtkIMContext* context) { in OnPreeditStart() function in libgtk2ui::X11InputMethodContextImplGtk2294 delegate_->OnPreeditStart(); in OnPreeditStart()