HomeSort by relevance Sort by last modified time
    Searched full:aura (Results 601 - 625 of 1275) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ash/display/
virtual_keyboard_window_controller.cc 20 #include "ui/aura/env.h"
21 #include "ui/aura/window_event_dispatcher.h"
49 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
66 aura::WindowTreeHost* host = root_window_controller_->GetHost();
91 aura::WindowTreeHost* host = root_window_controller_->GetHost();
root_window_transformers.cc 17 #include "ui/aura/window_event_dispatcher.h"
18 #include "ui/aura/window_property.h"
52 gfx::Transform CreateRotationTransform(aura::Window* root_window,
94 gfx::Transform CreateMagnifierTransform(aura::Window* root_window) {
128 AshRootWindowTransformer(aura::Window* root,
144 // aura::RootWindowTransformer overrides:
178 aura::Window* root_window_;
240 // aura::RootWindowTransformer overrides:
270 aura::Window* root,
  /external/chromium_org/ash/sticky_keys/
sticky_keys_controller.cc 16 #include "ui/aura/window.h"
17 #include "ui/aura/window_tracker.h"
18 #include "ui/aura/window_tree_host.h"
43 aura::Window* target) OVERRIDE;
46 aura::Window* target) OVERRIDE;
49 aura::Window* target) OVERRIDE;
51 void DispatchEvent(ui::Event* event, aura::Window* target);
63 aura::Window* target) {
68 aura::Window* target) {
72 aura::Window* source = static_cast<aura::Window*>(event->target())
    [all...]
  /external/chromium_org/athena/
athena.gyp 14 '../ui/aura/aura.gyp:aura',
107 '../ui/aura/aura.gyp:aura_test_support',
  /external/chromium_org/chrome/browser/ui/ash/
ash_init.cc 23 #include "ui/aura/env.h"
24 #include "ui/aura/window_tree_host.h"
51 // Hides the cursor outside of the Aura root window. The cursor will be
52 // drawn within the Aura root window, and it'll remain hidden after the
53 // Aura window is closed.
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 22 #include "ui/aura/client/screen_position_client.h"
23 #include "ui/aura/env.h"
24 #include "ui/aura/window.h"
25 #include "ui/aura/window_observer.h"
26 #include "ui/aura/window_tree_host.h"
94 public aura::WindowObserver,
106 // Implements aura::WindowObserver.
107 virtual void OnWindowBoundsChanged(aura::Window* window,
110 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
111 virtual void OnWindowAddedToRootWindow(aura::Window* window) OVERRIDE
    [all...]
  /external/chromium_org/mojo/services/view_manager/
window_tree_host_impl.cc 10 #include "ui/aura/env.h"
11 #include "ui/aura/window.h"
12 #include "ui/aura/window_event_dispatcher.h"
50 aura::Env::GetInstance()->set_context_factory(context_factory_);
60 // WindowTreeHostImpl, aura::WindowTreeHost implementation:
node.cc 9 #include "ui/aura/window_property.h"
33 window_.Init(aura::WINDOW_LAYER_TEXTURED);
69 const aura::Window* window = &window_;
113 const aura::WindowObserver::HierarchyChangeParams& params) {
144 aura::Window* child,
166 void Node::OnWindowDestroying(aura::Window* window) {
169 void Node::OnWindowDestroyed(aura::Window* window) {
  /external/chromium_org/ui/views/
mouse_watcher_aura.cc 12 #include "ui/aura/env.h"
13 #include "ui/aura/window.h"
31 aura::Env::GetInstance()->AddPreTargetHandler(this);
35 aura::Env::GetInstance()->RemovePreTargetHandler(this);
60 if (!host()->Contains(aura::Env::GetInstance()->last_mouse_location(),
  /external/chromium_org/ash/wm/
session_state_animator.cc 10 #include "ui/aura/client/aura_constants.h"
11 #include "ui/aura/window_event_dispatcher.h"
54 void StartSlowCloseAnimationForWindow(aura::Window* window,
71 aura::Window* window,
88 void StartFastCloseAnimationForWindow(aura::Window* window,
106 void StartPartialFadeAnimation(aura::Window* window,
122 void StartOpacityAnimationForWindow(aura::Window* window,
137 void HideWindowImmediately(aura::Window* window,
146 void RestoreWindow(aura::Window* window, ui::LayerAnimationObserver* observer) {
153 void HideWindow(aura::Window* window
    [all...]
window_cycle_controller_unittest.cc 23 #include "ui/aura/client/aura_constants.h"
24 #include "ui/aura/client/screen_position_client.h"
25 #include "ui/aura/env.h"
26 #include "ui/aura/test/test_windows.h"
27 #include "ui/aura/window.h"
28 #include "ui/aura/window_event_dispatcher.h"
34 using aura::test::CreateTestWindowWithId;
35 using aura::test::TestWindowDelegate;
36 using aura::Window;
52 aura::Window* CreatePanelWindow()
    [all...]
window_positioner.cc 16 #include "ui/aura/window.h"
17 #include "ui/aura/window_delegate.h"
18 #include "ui/aura/window_event_dispatcher.h"
57 bool UseAutoWindowManager(const aura::Window* window) {
67 bool WindowPositionCanBeManaged(const aura::Window* window) {
78 gfx::Rect GetWorkAreaForWindowInParent(aura::Window* window) {
115 void SetBoundsAndOffsetTransientChildren(aura::Window* window,
119 aura::Window::Windows transient_children =
121 for (aura::Window::Windows::iterator iter = transient_children.begin();
123 aura::Window* transient_child = *iter
    [all...]
window_state.h 15 #include "ui/aura/window_observer.h"
18 namespace aura { namespace
40 // of defining separate functions (like |MaximizeWindow(aura::Window*
41 // window)|) or using aura Window property.
44 // Prefer using this class instead of passing aura::Window* around in
47 class ASH_EXPORT WindowState : public aura::WindowObserver {
84 aura::Window* window() { return window_; }
85 const aura::Window* window() const { return window_; }
121 // These methods use aura::WindowProperty to change the window's state
284 void CreateDragDetails(aura::Window* window
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 14 #include "ui/aura/client/capture_client.h"
15 #include "ui/aura/test/event_generator.h"
16 #include "ui/aura/window_event_dispatcher.h"
17 #include "ui/aura/window_tree_host.h"
164 aura::Window* root_window,
165 aura::Window* source_window,
175 virtual void DragUpdate(aura::Window* target,
181 virtual void Drop(aura::Window* target,
303 aura::client::SetDragDropClient(Shell::GetPrimaryRootWindow(),
308 aura::client::SetDragDropClient(Shell::GetPrimaryRootWindow(), NULL)
    [all...]
  /external/chromium_org/ui/aura/
window_tree_host.cc 5 #include "ui/aura/window_tree_host.h"
8 #include "ui/aura/client/capture_client.h"
9 #include "ui/aura/client/cursor_client.h"
10 #include "ui/aura/env.h"
11 #include "ui/aura/window.h"
12 #include "ui/aura/window_event_dispatcher.h"
13 #include "ui/aura/window_targeter.h"
14 #include "ui/aura/window_tree_host_observer.h"
26 namespace aura { namespace
273 } // namespace aura
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 27 #include "ui/aura/client/cursor_client_observer.h"
28 #include "ui/aura/client/focus_change_observer.h"
29 #include "ui/aura/window_delegate.h"
30 #include "ui/aura/window_tree_host_observer.h"
40 namespace aura { namespace
85 public aura::WindowTreeHostObserver,
86 public aura::WindowDelegate,
87 public aura::client::ActivationDelegate,
88 public aura::client::ActivationChangeObserver,
89 public aura::client::FocusChangeObserver
    [all...]
render_widget_host_view_aura.cc 48 #include "ui/aura/client/aura_constants.h"
49 #include "ui/aura/client/cursor_client.h"
50 #include "ui/aura/client/cursor_client_observer.h"
51 #include "ui/aura/client/focus_client.h"
52 #include "ui/aura/client/screen_position_client.h"
53 #include "ui/aura/client/window_tree_client.h"
54 #include "ui/aura/env.h"
55 #include "ui/aura/window.h"
56 #include "ui/aura/window_event_dispatcher.h"
57 #include "ui/aura/window_observer.h
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_status_monitor.cc 24 #include "ui/aura/window.h"
25 #include "ui/aura/window_event_dispatcher.h"
110 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows();
111 aura::Window::Windows::const_iterator iter = root_windows.begin();
117 aura::client::GetActivationClient(*iter));
118 observed_root_windows_.Add(static_cast<aura::Window*>(*iter));
161 void BrowserStatusMonitor::OnWindowActivated(aura::Window* gained_active,
162 aura::Window* lost_active) {
194 void BrowserStatusMonitor::OnWindowDestroyed(aura::Window* window) {
198 aura::client::GetActivationClient(window))
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.cc 78 bool UserSwichAnimatorChromeOS::CoversScreen(aura::Window* window) {
184 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows();
185 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
210 std::set<aura::Window*> parent_list;
214 aura::Window* parent = it->first->parent();
219 for (std::set<aura::Window*>::iterator it_parents = parent_list.begin();
221 const aura::Window::Windows window_list = (*it_parents)->children();
232 for (aura::Window::Windows::const_reverse_iterator it_window =
235 aura::Window* window = *it_window;
284 aura::Window* window = mru_list[0]
    [all...]
multi_user_context_menu_chromeos.cc 24 #include "ui/aura/window.h"
35 explicit MultiUserContextMenuChromeos(aura::Window* window);
54 aura::Window* window_;
59 MultiUserContextMenuChromeos::MultiUserContextMenuChromeos(aura::Window* window)
71 scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window) {
103 const std::string user_id, aura::Window* window_, bool no_show_again) {
114 void ExecuteVisitDesktopCommand(int command_id, aura::Window* window) {
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.h 8 #include "ui/aura/window_tree_host.h"
14 namespace aura { namespace
33 public aura::client::AnimationHost,
34 public aura::WindowTreeHost,
44 static aura::Window* GetContentWindowForHWND(HWND hwnd);
48 virtual void Init(aura::Window* content_window,
52 virtual scoped_ptr<aura::client::DragDropClient>
56 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
108 // Overridden from aura::WindowTreeHost:
127 // Overridden from aura::client::AnimationHos
    [all...]
desktop_window_tree_host_x11.h 15 #include "ui/aura/window_tree_host.h"
44 public aura::WindowTreeHost,
54 static aura::Window* GetContentWindowForXID(XID xid);
62 static std::vector<aura::Window*> GetAllOpenWindows();
90 virtual void Init(aura::Window* content_window,
94 virtual scoped_ptr<aura::client::DragDropClient>
98 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
150 // Overridden from aura::WindowTreeHost:
174 // Creates an aura::WindowEventDispatcher to contain the |content_window|,
175 // along with all aura client objects that direct behavior
    [all...]
desktop_window_tree_host.h 9 #include "ui/aura/window_event_dispatcher.h"
14 namespace aura { namespace
53 static ui::NativeTheme* GetNativeTheme(aura::Window* window);
56 virtual void Init(aura::Window* content_window,
70 virtual scoped_ptr<aura::client::DragDropClient> CreateDragDropClient(
76 virtual aura::WindowTreeHost* AsWindowTreeHost() = 0;
148 // Called when the DesktopNativeWidgetAura's aura::Window is focused and
  /external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc 5 #include "chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h"
10 #include "chrome/browser/ui/aura/active_desktop_monitor.h"
16 #include "ui/aura/env.h"
26 #include "ui/aura/window.h"
47 ui::NativeTheme* GetNativeThemeForWindow(aura::Window* window) {
110 CHECK(aura::Env::GetInstance());
144 // aura::Env instance is deleted in BrowserProcessImpl::StartTearDown
  /external/chromium_org/printing/
printing.gyp 97 '<(DEPTH)/ui/aura/aura.gyp:aura',
100 # Mac-Aura does not support printing.
116 '<(DEPTH)/ui/aura/aura.gyp:aura',

Completed in 527 milliseconds

<<21222324252627282930>>