Searched refs:aura (Results 276 - 300 of 951) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/aura/
H A Dactive_desktop_monitor.cc5 #include "chrome/browser/ui/aura/active_desktop_monitor.h"
7 #include "ui/aura/env.h"
8 #include "ui/aura/window_tree_host.h"
24 aura::Env::GetInstance()->AddObserver(this);
29 aura::Env::GetInstance()->RemoveObserver(this);
41 bool ActiveDesktopMonitor::IsDesktopWindow(aura::WindowTreeHost* host) {
57 void ActiveDesktopMonitor::OnWindowInitialized(aura::Window* window) {}
59 void ActiveDesktopMonitor::OnHostActivated(aura::WindowTreeHost* host) {
/external/chromium_org/content/shell/browser/
H A Dshell_aura.cc9 #include "ui/aura/env.h"
10 #include "ui/aura/test/test_screen.h"
11 #include "ui/aura/window.h"
12 #include "ui/aura/window_event_dispatcher.h"
19 aura::TestScreen* screen = aura::TestScreen::Create(gfx::Size());
28 aura::Env::DeleteInstance();
52 aura::Window* content = web_contents_->GetNativeView();
53 aura::Window* parent = platform_->host()->window();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.cc17 aura::Window* root_window,
29 aura::Window* root_window,
30 aura::Window* source_window,
53 void DesktopDragDropClientWin::DragUpdate(aura::Window* target,
57 void DesktopDragDropClientWin::Drop(aura::Window* target,
H A Ddesktop_drag_drop_client_aurax11.h16 #include "ui/aura/window_observer.h"
25 namespace aura { namespace
49 // Implements drag and drop on X11 for aura. On one side, this class takes raw
53 : public aura::client::DragDropClient,
54 public aura::WindowObserver,
58 aura::Window* root_window,
82 // Overridden from aura::client::DragDropClient:
85 aura::Window* root_window,
86 aura::Window* source_window,
90 virtual void DragUpdate(aura
[all...]
/external/chromium_org/ui/wm/core/
H A Dvisibility_controller.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
21 bool ShouldAnimateWindow(aura::Window* window) {
35 aura::Window* window,
40 void VisibilityController::UpdateLayerVisibility(aura::Window* window,
69 aura::Window* window)
84 void SetChildWindowVisibilityChangesAnimated(aura::Window* window) {
H A Dvisibility_controller_unittest.cc7 #include "ui/aura/test/aura_test_base.h"
8 #include "ui/aura/test/test_window_delegate.h"
9 #include "ui/aura/test/test_windows.h"
10 #include "ui/aura/window.h"
11 #include "ui/aura/window_event_dispatcher.h"
19 typedef aura::test::AuraTestBase VisibilityControllerTest;
29 aura::client::SetVisibilityClient(root_window(), &controller);
33 aura::test::TestWindowDelegate d;
34 scoped_ptr<aura::Window> window(aura
[all...]
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc10 #include "ui/aura/client/aura_constants.h"
11 #include "ui/aura/client/cursor_client.h"
12 #include "ui/aura/client/focus_client.h"
13 #include "ui/aura/client/screen_position_client.h"
14 #include "ui/aura/client/window_tree_client.h"
15 #include "ui/aura/env.h"
16 #include "ui/aura/window.h"
17 #include "ui/aura/window_event_dispatcher.h"
18 #include "ui/aura/window_observer.h"
66 void SetRestoreBounds(aura
[all...]
H A Dtooltip_manager_aura.h13 namespace aura { namespace
49 aura::Window* root_window);
52 aura::Window* GetWindow();
/external/chromium_org/ash/wm/
H A Dsystem_modal_container_layout_manager.cc16 #include "ui/aura/client/aura_constants.h"
17 #include "ui/aura/client/capture_client.h"
18 #include "ui/aura/window.h"
19 #include "ui/aura/window_event_dispatcher.h"
20 #include "ui/aura/window_property.h"
48 aura::Window* container)
58 // SystemModalContainerLayoutManager, aura::LayoutManager implementation:
70 aura::Window* child) {
79 if (child->GetProperty(aura::client::kModalKey) != ui::MODAL_TYPE_NONE)
84 aura
[all...]
H A Ddrag_window_controller.h15 namespace aura { namespace
34 explicit DragWindowController(aura::Window* window);
72 aura::Window* window_;
H A Dlock_layout_manager.cc12 #include "ui/aura/window.h"
13 #include "ui/aura/window_observer.h"
20 LockLayoutManager::LockLayoutManager(aura::Window* window)
37 for (aura::Window::Windows::const_iterator it = window_->children().begin();
55 void LockLayoutManager::OnWindowAddedToLayout(aura::Window* child) {
64 void LockLayoutManager::OnWillRemoveWindowFromLayout(aura::Window* child) {
68 void LockLayoutManager::OnWindowRemovedFromLayout(aura::Window* child) {
71 void LockLayoutManager::OnChildWindowVisibilityChanged(aura::Window* child,
75 void LockLayoutManager::SetChildBounds(aura::Window* child,
86 void LockLayoutManager::OnWindowPropertyChanged(aura
[all...]
H A Dworkspace_controller.h13 namespace aura { namespace
28 explicit WorkspaceController(aura::Window* viewport);
49 aura::Window* viewport_;
/external/chromium_org/ash/display/
H A Dcursor_window_controller.h8 #include "ui/aura/window.h"
54 void SetContainer(aura::Window* container);
63 aura::Window* container_;
79 scoped_ptr<aura::Window> cursor_window_;
/external/chromium_org/ash/shell/
H A Dcontext_menu.h13 namespace aura { namespace
24 explicit ContextMenu(aura::Window* root);
41 aura::Window* root_window_;
/external/chromium_org/ash/wm/maximize_mode/
H A Dworkspace_backdrop_delegate.cc10 #include "ui/aura/window.h"
26 WorkspaceBackdropDelegate::WorkspaceBackdropDelegate(aura::Window* container)
35 params.layer_type = aura::WINDOW_LAYER_SOLID_COLOR;
63 aura::Window* window,
70 void WorkspaceBackdropDelegate::OnWindowAddedToLayout(aura::Window* child) {
74 void WorkspaceBackdropDelegate::OnWindowRemovedFromLayout(aura::Window* child) {
79 aura::Window* child,
84 void WorkspaceBackdropDelegate::OnWindowStackingChanged(aura::Window* window) {
103 aura::Window* window = GetCurrentTopWindow();
124 aura
[all...]
/external/chromium_org/athena/system/
H A Dpower_button_controller.h13 namespace aura { namespace
26 explicit PowerButtonController(aura::Window* dialog_container);
57 aura::Window* warning_message_container_;
H A Dstatus_icon_container_view.h12 namespace aura { namespace
22 aura::Window* popup_container);
32 aura::Window* system_modal_container_;
/external/chromium_org/athena/test/
H A Dathena_test_helper.h10 #include "ui/aura/window_tree_host.h"
22 namespace aura { namespace
56 aura::Window* GetRootWindow();
57 aura::WindowTreeHost* GetHost();
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Duser_switch_animator_chromeos.h13 namespace aura { namespace
15 } // namespace aura
42 static bool CoversScreen(aura::Window* window);
89 TransitioningScreenCover GetScreenCover(aura::Window* root_window);
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_util.h15 namespace aura { namespace
50 void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent);
52 // Gets the transient parent aura window for |dialog|.
53 aura::Window* GetAuraTransientParent(GtkWidget* dialog);
/external/chromium_org/chrome/browser/ui/views/
H A Djavascript_app_modal_event_blocker_x11.h12 namespace aura { namespace
23 explicit JavascriptAppModalEventBlockerX11(aura::Window* app_modal_window);
37 aura::Window* modal_window_;
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dx11_panel_resizer.h11 namespace aura { namespace
28 X11PanelResizer(Panel* panel, aura::Window* window);
60 aura::Window* window_;
/external/chromium_org/content/public/browser/
H A Ddesktop_media_id.h15 namespace aura { namespace
17 } // namespace aura
36 static DesktopMediaID RegisterAuraWindow(aura::Window* window);
40 static aura::Window* GetAuraWindowById(const DesktopMediaID& id);
/external/chromium_org/extensions/shell/browser/
H A Dshell_desktop_controller_unittest.cc10 #include "ui/aura/test/aura_test_base.h"
19 class ShellDesktopControllerTest : public aura::test::AuraTestBase {
37 aura::test::AuraTestBase::SetUp();
43 aura::test::AuraTestBase::TearDown();
/external/chromium_org/ui/aura/test/
H A Daura_test_base.h12 #include "ui/aura/test/aura_test_helper.h"
14 namespace aura { namespace
19 // A base class for aura unit tests.
31 aura::Window* CreateNormalWindow(int id, Window* parent,
32 aura::WindowDelegate* delegate);
58 } // namespace aura

Completed in 532 milliseconds

<<11121314151617181920>>