Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host.h151 virtual void OnNativeWidgetBlur() = 0;
Ddesktop_window_tree_host_x11.h146 virtual void OnNativeWidgetBlur() OVERRIDE;
Ddesktop_window_tree_host_win.h104 virtual void OnNativeWidgetBlur() OVERRIDE;
Ddesktop_window_tree_host_win.cc446 void DesktopWindowTreeHostWin::OnNativeWidgetBlur() { in OnNativeWidgetBlur() function in views::DesktopWindowTreeHostWin
Ddesktop_native_widget_aura.cc1108 desktop_window_tree_host_->OnNativeWidgetBlur(); in OnWindowFocused()
Ddesktop_window_tree_host_x11.cc840 void DesktopWindowTreeHostX11::OnNativeWidgetBlur() { in OnNativeWidgetBlur() function in views::DesktopWindowTreeHostX11