/external/chromium_org/ui/wm/public/ |
activation_delegate.cc | 18 void SetActivationDelegate(Window* window, ActivationDelegate* delegate) {
|
activation_delegate.h | 30 AURA_EXPORT void SetActivationDelegate(Window* window,
|
/external/chromium_org/ash/test/ |
test_activation_delegate.cc | 38 aura::client::SetActivationDelegate(window, this);
|
/external/chromium_org/ash/drag_drop/ |
drag_drop_tracker.cc | 50 aura::client::SetActivationDelegate(window, activation_delegate_instance);
|
/external/chromium_org/ash/wm/ |
window_manager_unittest.cc | 233 aura::client::SetActivationDelegate(w1.get(), &activation_delegate); 246 aura::client::SetActivationDelegate(w1.get(), NULL); 251 aura::client::SetActivationDelegate(w1.get(), &activation_delegate);
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_native_widget_aura.cc | 530 aura::client::SetActivationDelegate(content_window_, this); [all...] |
/external/chromium_org/ui/views/widget/ |
native_widget_aura.cc | 178 aura::client::SetActivationDelegate(window_, this); [all...] |
/external/chromium_org/ash/wm/overview/ |
window_selector_unittest.cc | 95 aura::client::SetActivationDelegate(window, [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_aura.cc | 460 aura::client::SetActivationDelegate(window_, this); [all...] |