/external/chromium_org/ui/wm/core/ |
focus_rules.h | 10 namespace aura { namespace 26 virtual bool IsToplevelWindow(aura::Window* window) const = 0; 28 virtual bool CanActivateWindow(aura::Window* window) const = 0; 31 virtual bool CanFocusWindow(aura::Window* window) const = 0; 38 virtual aura::Window* GetToplevelWindow(aura::Window* window) const = 0; 48 virtual aura::Window* GetActivatableWindow(aura::Window* window) const = 0; 49 virtual aura::Window* GetFocusableWindow(aura::Window* window) const = 0 [all...] |
window_animations_unittest.cc | 8 #include "ui/aura/test/aura_test_base.h" 9 #include "ui/aura/test/test_windows.h" 10 #include "ui/aura/window.h" 21 using aura::Window; 36 int GetWindowZPosition(const aura::Window* child) { 37 return GetZPosition<aura::Window>(child); 46 class WindowAnimationsTest : public aura::test::AuraTestBase { 59 scoped_ptr<aura::Window> window( 60 aura::test::CreateTestWindowWithId(0, NULL)); 78 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithId(0, NULL)) [all...] |
/external/chromium_org/ui/wm/public/ |
activation_delegate.h | 8 #include "ui/aura/aura_export.h" 14 namespace aura { namespace 35 } // namespace aura
|
/external/chromium_org/athena/wm/ |
window_overview_mode.cc | 12 #include "ui/aura/scoped_window_targeter.h" 13 #include "ui/aura/window.h" 14 #include "ui/aura/window_delegate.h" 15 #include "ui/aura/window_property.h" 16 #include "ui/aura/window_targeter.h" 49 void SetWindowProgress(aura::Window* window, float progress) { 58 void RestoreWindowState(aura::Window* window) { 69 class StaticWindowTargeter : public aura::WindowTargeter { 71 explicit StaticWindowTargeter(aura::Window* target) : target_(target) {} 75 // aura::WindowTargeter [all...] |
/external/chromium_org/ash/display/ |
mirror_window_controller.h | 12 #include "ui/aura/window_tree_host_observer.h" 16 namespace aura { namespace 36 class ASH_EXPORT MirrorWindowController : public aura::WindowTreeHostObserver { 52 // aura::WindowTreeHostObserver overrides: 53 virtual void OnHostResized(const aura::WindowTreeHost* host) OVERRIDE; 57 aura::Window* GetWindow();
|
root_window_transformers.h | 10 namespace aura { namespace 24 aura::Window* root,
|
/external/chromium_org/ash/ |
screen_util.h | 11 namespace aura { namespace 32 static gfx::Rect GetMaximizedWindowBoundsInParent(aura::Window* window); 35 static gfx::Rect GetDisplayBoundsInParent(aura::Window* window); 38 static gfx::Rect GetDisplayWorkAreaBoundsInParent(aura::Window* window); 43 static gfx::Rect ConvertRectToScreen(aura::Window* window, 48 static gfx::Rect ConvertRectFromScreen(aura::Window* window,
|
shell_factory.h | 10 namespace aura { namespace 27 views::Widget* CreateDesktopBackground(aura::Window* root_window,
|
switchable_windows.cc | 8 #include "ui/aura/window.h" 19 bool IsSwitchableContainer(const aura::Window* window) {
|
switchable_windows.h | 11 namespace aura { namespace 24 ASH_EXPORT bool IsSwitchableContainer(const aura::Window* window);
|
/external/chromium_org/ash/wm/panels/ |
panel_window_event_handler.cc | 10 #include "ui/aura/window.h" 11 #include "ui/aura/window_delegate.h" 24 aura::Window* target = static_cast<aura::Window*>(event->target()); 40 aura::Window* target = static_cast<aura::Window*>(event->target());
|
/external/chromium_org/ash/wm/ |
screen_dimmer.h | 12 #include "ui/aura/window_observer.h" 27 class ASH_EXPORT ScreenDimmer : public aura::WindowObserver { 41 explicit ScreenDimmer(aura::Window* root_window); 47 // aura::WindowObserver overrides: 48 virtual void OnWindowBoundsChanged(aura::Window* root_window, 55 aura::Window* root_window_;
|
window_properties.h | 12 namespace aura { namespace 31 ASH_EXPORT extern const aura::WindowProperty<gfx::Rect*>* const 37 ASH_EXPORT extern const aura::WindowProperty<ui::WindowShowState>* const 43 ASH_EXPORT extern const aura::WindowProperty<bool>* const 47 extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey; 51 extern const aura::WindowProperty<wm::WindowState*>* const kWindowStateKey;
|
/external/chromium_org/content/browser/web_contents/aura/ |
image_window_delegate.h | 9 #include "ui/aura/window_delegate.h" 17 class CONTENT_EXPORT ImageWindowDelegate : public aura::WindowDelegate { 27 // Overridden from aura::WindowDelegate: 35 aura::Window* child, 41 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE; 42 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
|
/external/chromium_org/ui/aura/test/ |
aura_test_helper.h | 10 #include "ui/aura/window_event_dispatcher.h" 11 #include "ui/aura/window_tree_host.h" 23 namespace aura { namespace 33 // Aura use. This class creates a root window with clients and other objects 34 // that are necessary to run test on Aura. 73 } // namespace aura
|
test_windows.cc | 5 #include "ui/aura/test/test_windows.h" 8 #include "ui/aura/client/aura_constants.h" 9 #include "ui/aura/window.h" 13 namespace aura { namespace 48 window->Init(aura::WINDOW_LAYER_TEXTURED); 53 window->SetProperty(aura::client::kCanMaximizeKey, true); 77 std::string ChildWindowIDsAsString(aura::Window* parent) { 89 } // namespace aura
|
/external/chromium_org/ash/magnifier/ |
partial_magnification_controller.cc | 9 #include "ui/aura/window.h" 10 #include "ui/aura/window_event_dispatcher.h" 11 #include "ui/aura/window_property.h" 12 #include "ui/aura/window_tree_host.h" 82 aura::Window* target = static_cast<aura::Window*>(event->target()); 83 aura::Window* current_root = target->GetRootWindow(); 97 // PartialMagnificationController: aura::WindowObserver implementation 100 aura::Window* window) { 103 aura::Window* new_root_window = GetCurrentRootWindow() [all...] |
/external/chromium_org/athena/screen/ |
background_controller.h | 10 namespace aura { namespace 24 explicit BackgroundController(aura::Window* container);
|
/external/chromium_org/athena/virtual_keyboard/ |
virtual_keyboard_manager_impl.cc | 14 #include "ui/aura/client/aura_constants.h" 15 #include "ui/aura/layout_manager.h" 16 #include "ui/aura/window.h" 33 aura::Window* root_window) 40 root_window_->GetProperty(aura::client::kRootWindowInputMethodKey); 55 aura::Window* root_window_; 88 aura::Window* kb_container = keyboard_controller_->GetContainerWindow(); 97 aura::Window* container_;
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
shaped_app_window_targeter.cc | 11 aura::Window* window, 18 bool ShapedAppWindowTargeter::GetHitTestMask(aura::Window* window,
|
shaped_app_window_targeter.h | 14 ShapedAppWindowTargeter(aura::Window* window, 20 virtual bool GetHitTestMask(aura::Window* window,
|
/external/chromium_org/ui/aura/ |
window_layer_type.h | 8 namespace aura { namespace 22 } // namespace aura
|
window_property.h | 9 #include "ui/aura/aura_export.h" 10 #include "ui/aura/window.h" 18 // #include "ui/aura/window_property.h" 46 namespace aura { namespace 106 } // namespace aura 110 template EXPORT void aura::Window::SetProperty( \ 111 const aura::WindowProperty<T >*, T); \ 112 template EXPORT T aura::Window::GetProperty( \ 113 const aura::WindowProperty<T >*) const; \ 114 template EXPORT void aura::Window::ClearProperty( [all...] |
/external/chromium_org/ui/views/test/ |
widget_test_aura.cc | 7 #include "ui/aura/window.h" 8 #include "ui/aura/window_tree_host.h"
|
/external/chromium_org/ui/views_content_client/ |
views_content_client_main_parts_aura.cc | 7 #include "ui/aura/env.h" 28 aura::Env::DeleteInstance();
|