Searched refs:aura (Results 176 - 200 of 951) sorted by relevance

1234567891011>>

/external/chromium_org/ash/wm/
H A Dstacking_controller_unittest.cc10 #include "ui/aura/client/aura_constants.h"
11 #include "ui/aura/window.h"
12 #include "ui/aura/window_event_dispatcher.h"
15 using aura::Window;
24 aura::Window* CreateTestWindow() {
25 aura::Window* window = new aura::Window(NULL);
26 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
28 window->Init(aura::WINDOW_LAYER_TEXTURED);
42 aura
[all...]
H A Dwindow_cycle_list.h15 #include "ui/aura/window_observer.h"
23 class ASH_EXPORT WindowCycleList : public aura::WindowObserver {
25 typedef std::vector<aura::Window*> WindowList;
38 // aura::WindowObserver overrides:
42 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter_controller.cc8 #include "ui/aura/env.h"
9 #include "ui/aura/window_tree_host.h"
16 aura::Env::GetInstance()->AddObserver(this);
20 aura::Env::GetInstance()->RemoveObserver(this);
25 aura::Window::Windows windows = ash::Shell::GetAllRootWindows();
26 for (aura::Window::Windows::iterator window_iter = windows.begin();
46 aura::Window::Windows windows = ash::Shell::GetAllRootWindows();
47 for (aura::Window::Windows::iterator it = windows.begin();
54 void EventRewriterController::OnHostInitialized(aura::WindowTreeHost* host) {
H A Devent_rewriter_controller.h13 #include "ui/aura/env_observer.h"
25 class EventRewriterController : public aura::EnvObserver {
37 // aura::EnvObserver overrides:
38 virtual void OnWindowInitialized(aura::Window* window) OVERRIDE {}
39 virtual void OnHostInitialized(aura::WindowTreeHost* host) OVERRIDE;
/external/chromium_org/ui/aura/test/
H A Dtest_cursor_client.h11 #include "ui/aura/client/cursor_client.h"
17 namespace aura { namespace
20 class TestCursorClient : public aura::client::CursorClient {
22 explicit TestCursorClient(aura::Window* root_window);
34 // Overridden from aura::client::CursorClient:
50 aura::client::CursorClientObserver* observer) OVERRIDE;
52 aura::client::CursorClientObserver* observer) OVERRIDE;
62 ObserverList<aura::client::CursorClientObserver> observers_;
63 aura::Window* root_window_;
69 } // namespace aura
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drop_target_win.h9 #include "ui/aura/window_observer.h"
12 namespace aura { namespace
27 // aura::client::DragDropDelegate calls.
29 public aura::WindowObserver {
31 DesktopDropTargetWin(aura::Window* root_window, HWND window);
50 // aura::WindowObserver implementation:
51 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
61 aura::client::DragDropDelegate** delegate);
66 aura::Window* root_window_;
71 // could be multiple aura window
[all...]
H A Ddesktop_focus_rules_unittest.cc7 #include "ui/aura/client/focus_client.h"
8 #include "ui/aura/test/test_window_delegate.h"
9 #include "ui/aura/window.h"
10 #include "ui/aura/window_event_dispatcher.h"
11 #include "ui/aura/window_layer_type.h"
43 aura::test::TestWindowDelegate w2_child_delegate;
45 aura::Window* w2_child = new aura::Window(&w2_child_delegate);
46 w2_child->Init(aura::WINDOW_LAYER_SOLID_COLOR);
49 aura
[all...]
/external/chromium_org/ui/wm/core/
H A Deasy_resize_window_targeter.cc7 #include "ui/aura/window.h"
15 aura::Window* container,
29 aura::Window* window = static_cast<aura::Window*>(target);
35 aura::Window::ConvertPointToTarget(window->parent(), window, &point);
49 const aura::Window* window) const {
55 aura::client::TransientWindowClient* transient_window_client =
56 aura::client::GetTransientWindowClient();
H A Dwindow_util_unittest.cc8 #include "ui/aura/test/aura_test_base.h"
9 #include "ui/aura/test/test_windows.h"
10 #include "ui/aura/window.h"
16 typedef aura::test::AuraTestBase WindowUtilTest;
21 scoped_ptr<aura::Window> window1(
22 aura::test::CreateTestWindowWithId(0, NULL));
23 scoped_ptr<aura::Window> window11(
24 aura::test::CreateTestWindowWithId(1, window1.get()));
25 scoped_ptr<aura::Window> window12(
26 aura
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Djavascript_app_modal_event_blocker_x11.cc8 #include "ui/aura/env.h"
9 #include "ui/aura/window.h"
17 aura::Window* GetTopmostTransientParent(aura::Window* window) {
18 aura::Window* topmost = wm::GetToplevelWindow(window);
27 aura::Window* modal_window)
30 aura::Window* topmost_transient_parent =
37 aura::Env::GetInstance()->PrependPreTargetHandler(this);
43 aura::Env::GetInstance()->RemovePreTargetHandler(this);
55 aura
[all...]
/external/chromium_org/ash/
H A Droot_window_settings.cc7 #include "ui/aura/window_event_dispatcher.h"
8 #include "ui/aura/window_property.h"
23 RootWindowSettings* InitRootWindowSettings(aura::Window* root) {
29 RootWindowSettings* GetRootWindowSettings(aura::Window* root) {
33 const RootWindowSettings* GetRootWindowSettings(const aura::Window* root) {
/external/chromium_org/ash/shelf/
H A Dshelf_alignment_menu.h12 namespace aura { namespace
22 explicit ShelfAlignmentMenu(aura::Window* root);
41 aura::Window* root_window_;
/external/chromium_org/ash/shell/
H A Dkeyboard_controller_proxy_stub.cc9 #include "ui/aura/window.h"
27 aura::Window* KeyboardControllerProxyStub::GetKeyboardWindow() {
29 keyboard_.reset(new aura::Window(&delegate_));
30 keyboard_->Init(aura::WINDOW_LAYER_NOT_DRAWN);
H A Dwindow_watcher.cc16 #include "ui/aura/window.h"
17 #include "ui/aura/window_event_dispatcher.h"
23 class WindowWatcher::WorkspaceWindowWatcher : public aura::WindowObserver {
31 virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE {
35 virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE {
40 void RootWindowAdded(aura::Window* root) {
41 aura::Window* panel_container =
45 aura::Window* container =
52 void RootWindowRemoved(aura::Window* root) {
53 aura
[all...]
/external/chromium_org/ash/test/
H A Dmirror_window_test_api.cc17 const aura::WindowTreeHost* MirrorWindowTestApi::GetHost() const {
18 aura::Window* window = Shell::GetInstance()
35 const aura::Window* MirrorWindowTestApi::GetCursorWindow() const {
/external/chromium_org/athena/wm/
H A Dwindow_manager_impl.h15 #include "ui/aura/window_observer.h"
35 public aura::WindowObserver,
69 virtual void OnSelectWindow(aura::Window* window) OVERRIDE;
70 virtual void OnSelectSplitViewWindow(aura::Window* left,
71 aura::Window* right,
72 aura::Window* to_activate) OVERRIDE;
74 // aura::WindowObserver:
75 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
83 virtual aura::Window* GetWindowBehind(aura
[all...]
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_util.h12 namespace aura { namespace
28 Profile* GetProfileFromWindow(aura::Window* window);
40 void MoveWindowToCurrentDesktop(aura::Window* window);
/external/chromium_org/chrome/test/base/
H A Dview_event_test_platform_part_ash.cc7 #include "ui/aura/env.h"
38 aura::Env::CreateInstance(true);
39 aura::Env::GetInstance()->set_context_factory(context_factory);
43 aura::Env::DeleteInstance();
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_resize_lock_aura.h13 namespace aura { namespace
25 CompositorResizeLock(aura::WindowTreeHost* host,
39 aura::WindowTreeHost* host_;
/external/chromium_org/extensions/shell/browser/
H A Ddesktop_controller.h8 namespace aura { namespace
38 virtual aura::WindowTreeHost* GetHost() = 0;
47 virtual void AddAppWindow(aura::Window* window) = 0;
/external/chromium_org/ui/aura/client/
H A Dfocus_client.cc5 #include "ui/aura/client/focus_client.h"
7 #include "ui/aura/window_event_dispatcher.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, aura::Window*)
11 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::FocusClient*)
13 namespace aura { namespace
34 } // namespace aura
/external/chromium_org/ui/wm/public/
H A Dactivation_client.cc7 #include "ui/aura/window.h"
8 #include "ui/aura/window_property.h"
10 DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(AURA_EXPORT, aura::Window*)
11 DECLARE_WINDOW_PROPERTY_TYPE(aura::client::ActivationClient*)
13 namespace aura { namespace
38 } // namespace aura
H A Dscoped_tooltip_disabler.cc7 #include "ui/aura/window.h"
10 namespace aura { namespace
13 ScopedTooltipDisabler::ScopedTooltipDisabler(aura::Window* window)
37 void ScopedTooltipDisabler::OnWindowDestroying(aura::Window* window) {
43 } // namespace aura
/external/chromium_org/ui/views/widget/
H A Dtooltip_manager_aura.cc8 #include "ui/aura/client/screen_position_client.h"
9 #include "ui/aura/window_event_dispatcher.h"
10 #include "ui/aura/window_tree_host.h"
30 aura::client::SetTooltipText(GetWindow(), &tooltip_text_);
34 aura::client::SetTooltipText(GetWindow(), NULL);
48 aura::Window* root_window = source->GetNativeView()->GetRootWindow();
54 aura::client::ScreenPositionClient* screen_position_client =
55 aura::client::GetScreenPositionClient(root_window);
60 aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc);
65 aura
[all...]
/external/chromium_org/ui/views/corewm/
H A Dtooltip_controller.cc11 #include "ui/aura/client/capture_client.h"
12 #include "ui/aura/client/cursor_client.h"
13 #include "ui/aura/client/screen_position_client.h"
14 #include "ui/aura/env.h"
15 #include "ui/aura/window.h"
34 bool IsValidTarget(aura::Window* event_target, aura::Window* target) {
49 aura::Window* GetTooltipTarget(const ui::MouseEvent& event,
60 aura::Window* event_target = static_cast<aura
[all...]

Completed in 462 milliseconds

1234567891011>>