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

<<11121314151617181920>>

  /external/chromium_org/build/config/
ui.gni 15 # Indicates if Ash is enabled. Ash is the Aura Shell which provides a
16 # desktop-like environment for Aura. Requires use_aura = true
26 # Indicates if Aura is enabled. Aura is a low-level windowing library, sort
51 # with the Aura window manager.
  /external/chromium_org/chrome/browser/download/
drag_download_item_views.cc 13 #include "ui/aura/window.h"
14 #include "ui/aura/window_event_dispatcher.h"
60 aura::Window* root_window = view->GetRootWindow();
61 if (!root_window || !aura::client::GetDragDropClient(root_window))
66 aura::client::GetDragDropClient(root_window)->StartDragAndDrop(
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.h 21 namespace aura { namespace
37 aura::Window* root_window);
43 aura::Window* root_window);
47 aura::Window* root_window);
107 aura::Window* root_window_;
  /external/chromium_org/ui/aura/client/
aura_constants.h 8 #include "ui/aura/aura_export.h"
9 #include "ui/aura/window.h"
16 namespace aura { namespace
39 AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey;
64 } // namespace aura
  /external/chromium_org/ui/aura/test/
test_screen.h 9 #include "ui/aura/window_observer.h"
18 namespace aura { namespace
22 // A minimal, testing Aura implementation of gfx::Screen.
70 aura::WindowTreeHost* host_;
79 } // namespace aura
  /external/chromium_org/ui/snapshot/
snapshot.gyp 53 '../aura/aura.gyp:aura',
81 '../aura/aura.gyp:aura_test_support',
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 15 #include "ui/aura/window_observer.h"
25 namespace aura { namespace
46 // Implements drag and drop on X11 for aura. On one side, this class takes raw
50 : public aura::client::DragDropClient,
51 public aura::WindowObserver,
55 aura::Window* root_window,
77 // Overridden from aura::client::DragDropClient:
80 aura::Window* root_window,
81 aura::Window* source_window,
85 virtual void DragUpdate(aura::Window* target
    [all...]
  /external/chromium_org/ash/
shell.cc 85 #include "ui/aura/client/aura_constants.h"
86 #include "ui/aura/env.h"
87 #include "ui/aura/layout_manager.h"
88 #include "ui/aura/window.h"
89 #include "ui/aura/window_event_dispatcher.h"
149 using aura::Window;
162 aura::Window* window,
226 aura::Window* Shell::GetPrimaryRootWindow() {
231 aura::Window* Shell::GetTargetRootWindow() {
244 aura::Window::Windows Shell::GetAllRootWindows()
    [all...]
shell_unittest.cc 26 #include "ui/aura/client/aura_constants.h"
27 #include "ui/aura/env.h"
28 #include "ui/aura/test/event_generator.h"
29 #include "ui/aura/window.h"
30 #include "ui/aura/window_event_dispatcher.h"
41 using aura::RootWindow;
47 aura::Window* GetDefaultContainer() {
52 aura::Window* GetAlwaysOnTopContainer() {
59 aura::Window* root_window = Shell::GetPrimaryRootWindow();
154 aura::Window* expected_container)
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_delegate.cc 43 aura::Window* target = static_cast<aura::Window*>(event.target());
45 aura::Window* top_level = ::wm::GetToplevelWindow(target);
54 aura::Window* target = static_cast<aura::Window*>(event.target());
57 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
64 aura::Window* top_level = ::wm::GetToplevelWindow(target);
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.h 16 namespace aura { namespace
48 void ShowSharedEdgeIndicator(aura::Window* from);
82 bool WarpMouseCursorInScreenCoords(aura::Window* target_root,
95 void GetSrcAndDstRootWindows(aura::Window** src_window,
96 aura::Window** dst_window);
100 bool WarpMouseCursorIfNecessaryForTest(aura::Window* target_root,
118 aura::Window* drag_source_root_;
cursor_window_controller.cc 12 #include "ui/aura/env.h"
13 #include "ui/aura/window_delegate.h"
14 #include "ui/aura/window_event_dispatcher.h"
26 class CursorWindowDelegate : public aura::WindowDelegate {
31 // aura::WindowDelegate overrides:
44 aura::Window* child,
55 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {}
56 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {}
124 aura::Window* mirror_window = Shell::GetInstance()->
139 aura::Window* root_window = Shell::GetInstance()->display_controller()-
    [all...]
display_controller.cc 30 #include "ui/aura/client/capture_client.h"
31 #include "ui/aura/client/focus_client.h"
32 #include "ui/aura/client/screen_position_client.h"
33 #include "ui/aura/window.h"
34 #include "ui/aura/window_event_dispatcher.h"
35 #include "ui/aura/window_property.h"
36 #include "ui/aura/window_tracker.h"
37 #include "ui/aura/window_tree_host.h"
88 aura::WindowTreeHost* host = ash_host->AsWindowTreeHost();
139 aura::Window* GetWindow(AshWindowTreeHost* ash_host)
    [all...]
  /external/chromium_org/ash/wm/
resize_handle_window_targeter.cc 10 #include "ui/aura/window.h"
15 aura::Window* window,
45 void ResizeHandleWindowTargeter::OnWindowDestroying(aura::Window* window) {
54 aura::Window* window = static_cast<aura::Window*>(root);
80 return aura::WindowTargeter::FindTargetForLocatedEvent(root, event);
96 return aura::WindowTargeter::SubtreeShouldBeExploredForEvent(target, event);
toplevel_window_event_handler.cc 16 #include "ui/aura/client/cursor_client.h"
17 #include "ui/aura/env.h"
18 #include "ui/aura/window.h"
19 #include "ui/aura/window_delegate.h"
20 #include "ui/aura/window_event_dispatcher.h"
21 #include "ui/aura/window_observer.h"
22 #include "ui/aura/window_tree_host.h"
43 bool CanStartTwoFingerMove(aura::Window* window,
70 gfx::Point ConvertPointToParent(aura::Window* window,
73 aura::Window::ConvertPointToTarget(window, window->parent(), &result)
    [all...]
lock_layout_manager_unittest.cc 13 #include "ui/aura/client/aura_constants.h"
14 #include "ui/aura/window.h"
79 aura::Window* CreateTestLoginWindow(views::Widget::InitParams params,
81 aura::Window* parent = Shell::GetPrimaryRootWindowController()->
89 aura::Window* window = widget->GetNativeView();
124 scoped_ptr<aura::Window> window(
150 scoped_ptr<aura::Window> maximized_window(
155 scoped_ptr<aura::Window> fullscreen_window(
195 scoped_ptr<aura::Window> window(
231 aura::Window::Windows root_windows = Shell::GetAllRootWindows()
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler.cc 12 #include "ui/aura/window.h"
13 #include "ui/aura/window_delegate.h"
26 aura::Window* target = static_cast<aura::Window*>(event->target());
89 aura::Window* target = static_cast<aura::Window*>(event->target());
121 aura::Window* target = target_state->window();
  /external/chromium_org/chrome/browser/ui/views/
first_run_dialog.cc 18 #include "ui/aura/env.h"
19 #include "ui/aura/window.h"
20 #include "ui/aura/window_event_dispatcher.h"
66 aura::Window* anchor = dialog->GetWidget()->GetNativeWindow();
67 aura::client::DispatcherClient* client =
68 aura::client::GetDispatcherClient(anchor->GetRootWindow());
69 aura::client::DispatcherRunLoop run_loop(client, NULL);
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc 8 #include "ui/aura/client/focus_client.h"
9 #include "ui/aura/window.h"
51 aura::Window* widget_window = host_->GetWidget()->GetNativeView();
94 aura::Window* window = host_->native_view();
95 aura::client::FocusClient* client = aura::client::GetFocusClient(window);
110 void NativeViewHostAura::OnWindowDestroyed(aura::Window* window) {
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 22 #include "content/browser/web_contents/aura/gesture_nav_simple.h"
23 #include "content/browser/web_contents/aura/image_window_delegate.h"
24 #include "content/browser/web_contents/aura/overscroll_navigation_overlay.h"
25 #include "content/browser/web_contents/aura/shadow_layer_delegate.h"
26 #include "content/browser/web_contents/aura/window_slider.h"
47 #include "ui/aura/client/aura_constants.h"
48 #include "ui/aura/client/window_tree_client.h"
49 #include "ui/aura/env.h"
50 #include "ui/aura/window.h"
51 #include "ui/aura/window_observer.h
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 37 aura::Window* created_window() { return created_window_; }
41 aura::Window* window, const std::string& user_id) OVERRIDE;
43 aura::Window* window) const OVERRIDE;
45 aura::Window* window, const std::string& user_id) OVERRIDE;
50 aura::Window* window,
53 aura::Window* window) const OVERRIDE;
60 aura::Window* browser_window_;
66 aura::Window* created_window_;
95 aura::Window* window, const std::string& user_id) {
100 aura::Window* window) const
    [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 18 #include "ui/aura/client/cursor_client.h"
19 #include "ui/aura/window.h"
20 #include "ui/aura/window_property.h"
21 #include "ui/aura/window_tree_host.h"
49 void MoveCursorTo(aura::WindowTreeHost* host, const gfx::Point& root_location) {
66 public aura::WindowObserver {
92 // aura::WindowObserver overrides:
93 virtual void OnWindowDestroying(aura::Window* root_window) OVERRIDE;
94 virtual void OnWindowBoundsChanged(aura::Window* window,
128 void SwitchTargetRootWindow(aura::Window* new_root_window
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api_unittest.cc 16 #include "ui/aura/test/test_windows.h"
17 #include "ui/aura/window.h"
18 #include "ui/aura/window_event_dispatcher.h"
77 scoped_ptr<aura::Window> window3(CreateTestWindowInShellWithId(3));
78 scoped_ptr<aura::Window> window2(CreateTestWindowInShellWithId(2));
79 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1));
80 scoped_ptr<aura::Window> window0(CreateTestWindowInShellWithId(0));
130 scoped_ptr<aura::Window> window1(CreateTestWindowInShellWithId(1));
131 scoped_ptr<aura::Window> window0(CreateTestWindowInShellWithId(0));
249 scoped_ptr<aura::Window> window4(CreateTestWindowInShellWithId(4))
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager.h 18 namespace aura { namespace
48 virtual void OnOwnerEntryAdded(aura::Window* window) {}
50 virtual void OnOwnerEntryChanged(aura::Window* window) {}
53 virtual void OnOwnerEntryRemoved(aura::Window* window) {}
84 static bool ShouldShowAvatar(aura::Window* window);
100 aura::Window* window, const std::string& user_id) = 0;
104 virtual const std::string& GetWindowOwner(aura::Window* window) const = 0;
113 aura::Window* window, const std::string& user_id) = 0;
124 virtual bool IsWindowOnDesktopOfUser(aura::Window* window,
130 aura::Window* window) const = 0
    [all...]
  /external/chromium_org/content/browser/web_contents/aura/
window_slider.h 12 #include "ui/aura/window_observer.h"
26 public aura::WindowObserver {
70 aura::Window* event_window,
71 aura::Window* owner);
76 void ChangeOwner(aura::Window* new_owner);
113 // Overridden from aura::WindowObserver:
114 virtual void OnWindowRemovingFromRootWindow(aura::Window* window,
115 aura::Window* new_root) OVERRIDE;
122 aura::Window* event_window_;
128 aura::Window* owner_
    [all...]

Completed in 209 milliseconds

<<11121314151617181920>>