HomeSort by relevance Sort by last modified time
    Searched refs:OnFocus (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /external/chromium_org/chrome/browser/ui/gtk/
tab_contents_container_gtk.h 79 CHROMEGTK_CALLBACK_1(TabContentsContainerGtk, gboolean, OnFocus,
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_view_views.h 72 virtual void OnFocus() OVERRIDE;
extension_view_views.cc 151 void ExtensionViewViews::OnFocus() {
  /external/chromium_org/ui/base/ime/
dummy_input_method.cc 21 void DummyInputMethod::OnFocus() {
dummy_input_method.h 23 virtual void OnFocus() OVERRIDE;
fake_input_method.h 32 virtual void OnFocus() OVERRIDE;
input_method_base.h 34 // If a derived class overrides OnFocus()/OnBlur(), it should call parent's
37 virtual void OnFocus() OVERRIDE;
input_method_imm32.h 25 virtual void OnFocus() OVERRIDE;
input_method_tsf.cc 38 // In non-Aura environment, appropriate callbacks to OnFocus() and OnBlur()
41 // TODO(ime): Fix the caller of OnFocus() and OnBlur() so that appropriate
43 InputMethodWin::OnFocus();
48 void InputMethodTSF::OnFocus() {
49 // Do not call baseclass' OnFocus() and discard the event being in
51 // TODO(ime): Implement OnFocus once the callers are fixed.
60 // TODO(ime): Implement OnFocus once the callers are fixed.
input_method_imm32.cc 19 // In non-Aura environment, appropriate callbacks to OnFocus() and OnBlur()
22 // TODO(ime): Fix the caller of OnFocus() and OnBlur() so that appropriate
24 InputMethodWin::OnFocus();
27 void InputMethodIMM32::OnFocus() {
28 // Ignore OnFocus event for "always focused" model. See the comment in the
30 // TODO(ime): Implement OnFocus once the callers are fixed.
36 // TODO(ime): Implement OnFocus once the callers are fixed.
  /external/chromium_org/ui/message_center/views/
notification_view.h 46 virtual void OnFocus() OVERRIDE;
  /external/chromium_org/ui/views/controls/native/
native_view_host.h 83 virtual void OnFocus() OVERRIDE;
  /external/chromium_org/ui/views/controls/
native_control.h 62 virtual void OnFocus();
  /external/chromium_org/ui/views/ime/
input_method_bridge_unittest.cc 72 child->GetInputMethod()->OnFocus();
mock_input_method.h 27 virtual void OnFocus() OVERRIDE;
input_method_bridge.h 38 virtual void OnFocus() OVERRIDE;
  /external/chromium_org/ash/system/tray/
hover_highlight_view.cc 167 void HoverHighlightView::OnFocus() {
169 ActionableView::OnFocus();
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 97 CHROMEGTK_CALLBACK_1(TabContentsViewGtk, gboolean, OnFocus, GtkDirectionType);
  /external/chromium_org/ash/launcher/
launcher_button.h 102 virtual void OnFocus() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.h 128 virtual void OnFocus() OVERRIDE;
desktop_media_picker_views.cc 79 virtual void OnFocus() OVERRIDE;
278 void DesktopMediaSourceView::OnFocus() {
279 View::OnFocus();
  /external/chromium_org/ui/views/controls/combobox/
combobox.h 84 virtual void OnFocus() OVERRIDE;
native_combobox_views.h 40 virtual void OnFocus() OVERRIDE;
  /external/chromium_org/ui/views/controls/webview/
webview.h 99 virtual void OnFocus() OVERRIDE;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_gtk.h 105 CHROMEGTK_CALLBACK_1(WebContentsViewGtk, gboolean, OnFocus, GtkDirectionType);

Completed in 1964 milliseconds

12 3 4 5