/external/chromium_org/ash/wm/ |
drag_details.cc | 8 #include "ui/aura/window.h" 44 DragDetails::DragDetails(aura::Window* window, 47 aura::client::WindowMoveSource source)
|
screen_dimmer.cc | 9 #include "ui/aura/window_event_dispatcher.h" 26 ScreenDimmer::ScreenDimmer(aura::Window* root_window) 59 void ScreenDimmer::OnWindowBoundsChanged(aura::Window* root,
|
drag_window_resizer.cc | 15 #include "ui/aura/client/aura_constants.h" 16 #include "ui/aura/env.h" 17 #include "ui/aura/window.h" 18 #include "ui/aura/window_delegate.h" 19 #include "ui/aura/window_event_dispatcher.h" 38 aura::Window* GetAnotherRootWindow(aura::Window* root_window) { 39 aura::Window::Windows root_windows = Shell::GetAllRootWindows(); 170 aura::Window* another_root =
|
window_animations.h | 14 namespace aura { namespace 53 aura::Window* window, 57 ASH_EXPORT bool AnimateOnChildWindowVisibilityChanged(aura::Window* window, 76 aura::Window* window);
|
window_properties.cc | 8 #include "ui/aura/window_property.h"
|
workspace_controller_test_helper.cc | 9 #include "ui/aura/window.h"
|
/external/chromium_org/ash/wm/overview/ |
transparent_activate_window_button.cc | 31 views::Widget* InitEventHandler(aura::Window* root_window) { 44 aura::Window* handler = widget->GetNativeWindow(); 53 aura::Window* activate_window)
|
window_selector_delegate.h | 11 namespace aura { namespace
|
/external/chromium_org/athena/main/ |
athena_launcher.cc | 15 #include "ui/aura/window_property.h" 39 void StartAthena(aura::Window* root_window, 49 aura::client::SetVisibilityClient(root_window,
|
athena_main.gyp | 47 '../../ui/aura/aura.gyp:aura',
|
DEPS | 11 "+ui/aura",
|
/external/chromium_org/chrome/browser/notifications/ |
fullscreen_notification_blocker.cc | 17 #include "ui/aura/window.h" 18 #include "ui/aura/window_event_dispatcher.h" 35 const aura::Window* fullscreen_window =
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
x11_panel_resizer.h | 11 namespace aura { namespace 28 X11PanelResizer(Panel* panel, aura::Window* window); 60 aura::Window* window_;
|
/external/chromium_org/ui/aura/client/ |
window_tree_client.h | 8 #include "ui/aura/aura_export.h" 14 namespace aura { namespace 54 } // namespace aura
|
/external/chromium_org/ui/aura/ |
window_tree_host_ozone.h | 11 #include "ui/aura/window_tree_host.h" 17 namespace aura { namespace 56 } // namespace aura
|
/external/chromium_org/ui/shell_dialogs/ |
shell_dialogs.gyp | 51 '../aura/aura.gyp:aura',
|
/external/chromium_org/ui/views/test/ |
widget_test.h | 47 // A widget that assumes mouse capture always works. It won't on Aura in 96 // Return the event processor for |widget|. On aura platforms, this is an 97 // aura::WindowEventDispatcher. Otherwise, it is a bridge to the OS event
|
/external/chromium_org/ash/ |
ash_constants.cc | 8 #include "ui/aura/window_property.h"
|
cancel_mode.cc | 9 #include "ui/aura/window_event_dispatcher.h"
|
dip_unittest.cc | 18 #include "ui/aura/window.h" 19 #include "ui/aura/window_event_dispatcher.h" 38 aura::Window* root = Shell::GetPrimaryRootWindow(); 58 // Aura and views coordinates are in DIP, so they their bounds do not change.
|
/external/chromium_org/ash/display/ |
cursor_window_controller.h | 8 #include "ui/aura/window.h" 54 void SetContainer(aura::Window* container); 63 aura::Window* container_; 79 scoped_ptr<aura::Window> cursor_window_;
|
display_configurator_animation.cc | 12 #include "ui/aura/window.h" 13 #include "ui/aura/window_event_dispatcher.h" 117 aura::Window::Windows root_windows = 119 for (aura::Window::Windows::const_iterator it = root_windows.begin(); 121 aura::Window* root_window = *it; 161 for (std::map<aura::Window*, ui::Layer*>::iterator it = 171 aura::Window::Windows root_windows = 173 for (aura::Window::Windows::const_iterator it = root_windows.begin(); 175 aura::Window* root_window = *it;
|
/external/chromium_org/ash/shelf/ |
shelf_layout_manager.h | 25 #include "ui/aura/layout_manager.h" 32 namespace aura { namespace 59 public aura::LayoutManager, 61 public aura::client::ActivationChangeObserver, 166 // Overridden from aura::LayoutManager: 168 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; 169 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE; 170 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; 171 virtual void OnChildWindowVisibilityChanged(aura::Window* child, 173 virtual void SetChildBounds(aura::Window* child [all...] |
/external/chromium_org/ash/test/ |
test_screenshot_delegate.cc | 24 aura::Window* window, const gfx::Rect& rect) {
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager_aura.cc | 11 // No background jobs for aura for now.
|