HomeSort by relevance Sort by last modified time
    Searched full:aura (Results 376 - 400 of 977) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ash/
root_window_controller.h 20 namespace aura { namespace
71 // using |GetRootWindowController(aura::RootWindow*)| function.
74 explicit RootWindowController(aura::RootWindow* root_window);
81 static RootWindowController* ForLauncher(aura::Window* window);
84 static RootWindowController* ForWindow(const aura::Window* window);
89 aura::RootWindow* root_window() { return root_window_.get(); }
157 aura::Window* window);
159 aura::Window* GetContainer(int container_id);
160 const aura::Window* GetContainer(int container_id) const;
197 void MoveWindowsTo(aura::RootWindow* dest)
    [all...]
shell.cc 77 #include "ui/aura/client/aura_constants.h"
78 #include "ui/aura/client/user_action_client.h"
79 #include "ui/aura/env.h"
80 #include "ui/aura/focus_manager.h"
81 #include "ui/aura/layout_manager.h"
82 #include "ui/aura/root_window.h"
83 #include "ui/aura/window.h"
132 using aura::Window;
186 aura::Window* window,
255 aura::client::GetFocusClient(GetPrimaryRootWindow())->FocusWindow(NULL)
    [all...]
screen_ash.h 19 // Aura implementation of gfx::Screen. Implemented here to avoid circular
33 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window);
36 static gfx::Rect GetDisplayBoundsInParent(aura::Window* window);
39 static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window);
43 static gfx::Rect ConvertRectToScreen(aura::Window* window,
48 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
shell_unittest.cc 25 #include "ui/aura/client/aura_constants.h"
26 #include "ui/aura/root_window.h"
27 #include "ui/aura/window.h"
33 using aura::RootWindow;
39 aura::Window* GetDefaultContainer() {
45 aura::Window* GetAlwaysOnTopContainer() {
53 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
120 aura::Window* expected_container) {
205 aura::Window* modal_container = Shell::GetContainer(
248 aura::Window* lock_screen = Shell::GetContainer
    [all...]
ash_constants.cc 8 #include "ui/aura/window_property.h"
  /external/chromium_org/ui/aura/test/
ui_controls_factory_aurax11.cc 15 #include "ui/aura/client/screen_position_client.h"
16 #include "ui/aura/env.h"
17 #include "ui/aura/root_window.h"
18 #include "ui/aura/test/ui_controls_factory_aura.h"
23 namespace aura { namespace
89 UIControlsX11(aura::RootWindow* root_window) : root_window_(root_window) {
98 DCHECK(!command); // No command key on Aura
110 DCHECK(!command); // No command key on Aura
170 gfx::Point mouse_loc = aura::Env::GetInstance()->last_mouse_location();
171 aura::client::ScreenPositionClient* screen_position_client
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.h 8 #include "ui/aura/client/animation_host.h"
9 #include "ui/aura/root_window_host.h"
14 namespace aura { namespace
35 public aura::client::AnimationHost,
36 public aura::RootWindowHost,
46 static aura::Window* GetContentWindowForHWND(HWND hwnd);
50 virtual aura::RootWindow* Init(aura::Window* content_window,
52 virtual void InitFocus(aura::Window* window) OVERRIDE;
55 virtual aura::RootWindowHost* AsRootWindowHost() OVERRIDE
    [all...]
x11_desktop_handler.cc 8 #include "ui/aura/env.h"
9 #include "ui/aura/focus_manager.h"
10 #include "ui/aura/root_window.h"
47 aura::Env::GetInstance()->AddObserver(this);
57 aura::Env::GetInstance()->RemoveObserver(this);
106 void X11DesktopHandler::OnWindowInitialized(aura::Window* window) {
  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 17 #include "ui/aura/client/aura_constants.h"
18 #include "ui/aura/root_window.h"
19 #include "ui/aura/test/test_window_delegate.h"
43 aura::RootWindow* root = Shell::GetPrimaryRootWindow();
48 window_.reset(new aura::Window(&delegate_));
49 window_->SetType(aura::client::WINDOW_TYPE_NORMAL);
54 always_on_top_window_.reset(new aura::Window(&delegate2_));
55 always_on_top_window_->SetType(aura::client::WINDOW_TYPE_NORMAL);
56 always_on_top_window_->SetProperty(aura::client::kAlwaysOnTopKey, true);
61 system_modal_window_.reset(new aura::Window(&delegate3_))
    [all...]
screen_dimmer.cc 9 #include "ui/aura/root_window.h"
28 ScreenDimmer::ScreenDimmer(aura::RootWindow* root_window)
61 void ScreenDimmer::OnWindowBoundsChanged(aura::Window* root,
window_selector_controller.h 16 #include "ui/aura/window_observer.h"
18 namespace aura { namespace
60 virtual void OnWindowSelected(aura::Window* window) OVERRIDE;
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 22 #include "ui/aura/client/aura_constants.h"
23 #include "ui/aura/root_window.h"
59 aura::Window* CreatePanelWindow(const gfx::Rect& bounds) {
60 aura::Window* window = CreateTestWindowInShellWithDelegateAndType(
62 aura::client::WINDOW_TYPE_PANEL,
75 void DragStart(aura::Window* window) {
80 aura::client::WINDOW_MOVE_SOURCE_MOUSE).release());
100 void DetachReattachTest(aura::Window* window, int dx, int dy) {
102 aura::RootWindow* root_window = window->GetRootWindow();
139 void TestWindowOrder(const std::vector<aura::Window*>& window_order)
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker_unittest.cc 11 #include "ui/aura/root_window.h"
12 #include "ui/aura/test/test_windows.h"
13 #include "ui/aura/window.h"
25 aura::Window* CreateTestWindow(const gfx::Rect& bounds) {
28 aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(),
33 static aura::Window* GetTarget(const gfx::Point& location) {
41 aura::Window* target = tracker->GetTarget(e);
45 static ui::LocatedEvent* ConvertEvent(aura::Window* target,
67 scoped_ptr<aura::Window> window0(
71 scoped_ptr<aura::Window> window1
    [all...]
  /external/chromium_org/ui/views/corewm/
tooltip_controller.cc 13 #include "ui/aura/client/cursor_client.h"
14 #include "ui/aura/client/drag_drop_client.h"
15 #include "ui/aura/env.h"
16 #include "ui/aura/root_window.h"
17 #include "ui/aura/window.h"
68 views::Widget* CreateTooltip(aura::Window* tooltip_window) {
71 // For aura, since we set the type to TOOLTIP_TYPE, the widget will get
112 void SetText(aura::Window* window,
183 void CreateWidgetIfNecessary(aura::Window* tooltip_window) {
217 void TooltipController::UpdateTooltip(aura::Window* target)
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 17 #include "content/browser/web_contents/aura/image_window_delegate.h"
18 #include "content/browser/web_contents/aura/shadow_layer_delegate.h"
19 #include "content/browser/web_contents/aura/window_slider.h"
39 #include "ui/aura/client/aura_constants.h"
40 #include "ui/aura/client/drag_drop_client.h"
41 #include "ui/aura/client/drag_drop_delegate.h"
42 #include "ui/aura/root_window.h"
43 #include "ui/aura/root_window_observer.h"
44 #include "ui/aura/window.h"
45 #include "ui/aura/window_observer.h
    [all...]
  /external/chromium_org/ash/display/
mirror_window_controller_unittest.cc 12 #include "ui/aura/root_window.h"
13 #include "ui/aura/test/event_generator.h"
14 #include "ui/aura/test/test_window_delegate.h"
15 #include "ui/aura/test/test_windows.h"
16 #include "ui/aura/window.h"
48 aura::test::TestWindowDelegate test_window_delegate;
54 aura::RootWindow* root = Shell::GetInstance()->GetPrimaryRootWindow();
55 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate(
66 aura::test::EventGenerator generator(root)
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 23 #include "ui/aura/client/activation_change_observer.h"
24 #include "ui/aura/layout_manager.h"
30 namespace aura { namespace
57 public aura::LayoutManager,
59 public aura::client::ActivationChangeObserver,
155 // Overridden from aura::LayoutManager:
157 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE;
158 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE;
159 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE;
160 virtual void OnChildWindowVisibilityChanged(aura::Window* child
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.cc 22 #include "ui/aura/client/aura_constants.h"
23 #include "ui/aura/root_window.h"
24 #include "ui/aura/window.h"
44 aura::Window* root_window = ash::Shell::GetInstance()->GetPrimaryRootWindow();
46 return root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
98 aura::Window* container) {
  /external/chromium_org/ash/shell/
launcher_delegate_impl.h 11 namespace aura { namespace
33 aura::RootWindow* root) OVERRIDE;
37 virtual ash::LauncherID GetIDByWindow(aura::Window* window) OVERRIDE;
toplevel_window.cc 12 #include "ui/aura/root_window.h"
13 #include "ui/aura/window.h"
34 aura::RootWindow* root = ash::Shell::GetInstance()->display_controller()->
  /external/chromium_org/ash/wm/workspace/
desktop_background_fade_controller.h 13 namespace aura { namespace
50 DesktopBackgroundFadeController(aura::Window* parent,
51 aura::Window* position_above,
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc 15 #include "ui/aura/client/capture_client.h"
34 aura::client::GetCaptureClient(ash::Shell::GetPrimaryRootWindow())->
46 // App is exiting, call EndKeepAlive() on behalf of Aura Shell.
  /external/chromium_org/ui/views/test/
views_test_base.h 17 namespace aura { namespace
51 // Returns a context view. In aura builds, this will be the
59 scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
  /external/chromium_org/win8/
win8.gyp 59 '../ui/aura/aura.gyp:aura',
  /external/chromium_org/ash/accelerators/
accelerator_filter.cc 10 #include "ui/aura/root_window.h"
25 aura::Window* target) {
86 aura::Window* target = static_cast<aura::Window*>(event->target());

Completed in 1981 milliseconds

<<11121314151617181920>>