Home
last modified time | relevance | path

Searched refs:OnNativeWidgetFocus (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host.h150 virtual void OnNativeWidgetFocus() = 0;
Ddesktop_window_tree_host_x11.h145 virtual void OnNativeWidgetFocus() OVERRIDE;
Ddesktop_window_tree_host_win.h103 virtual void OnNativeWidgetFocus() OVERRIDE;
Ddesktop_window_tree_host_win.cc442 void DesktopWindowTreeHostWin::OnNativeWidgetFocus() { in OnNativeWidgetFocus() function in views::DesktopWindowTreeHostWin
Ddesktop_native_widget_aura.cc1098 desktop_window_tree_host_->OnNativeWidgetFocus(); in OnWindowFocused()
Ddesktop_window_tree_host_x11.cc836 void DesktopWindowTreeHostX11::OnNativeWidgetFocus() { in OnNativeWidgetFocus() function in views::DesktopWindowTreeHostX11