Searched refs:HandleActivationChanged (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h97 virtual void HandleActivationChanged(bool active) = 0;
H A Dhwnd_message_handler.cc1036 delegate_->HandleActivationChanged(active);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.h94 void HandleActivationChanged(bool active);
H A Ddesktop_window_tree_host_win.h159 virtual void HandleActivationChanged(bool active) OVERRIDE;
H A Ddesktop_window_tree_host_win.cc698 void DesktopWindowTreeHostWin::HandleActivationChanged(bool active) { function in class:views::DesktopWindowTreeHostWin
707 desktop_native_widget_aura_->HandleActivationChanged(active);
H A Ddesktop_native_widget_aura.cc360 void DesktopNativeWidgetAura::HandleActivationChanged(bool active) { function in class:views::DesktopNativeWidgetAura
H A Ddesktop_window_tree_host_x11.cc211 desktop_native_widget_aura_->HandleActivationChanged(active);

Completed in 1692 milliseconds