/external/chromium_org/content/browser/media/capture/ |
desktop_capture_device_aura.h | 15 namespace aura { namespace 17 } // namespace aura 23 // An implementation of VideoCaptureDevice that mirrors an Aura window. 27 // Creates a VideoCaptureDevice for the Aura desktop.
|
/external/chromium_org/printing/ |
DEPS | 7 "+ui/aura",
|
/external/chromium_org/ui/aura/client/ |
default_capture_client.h | 10 #include "ui/aura/aura_export.h" 11 #include "ui/aura/client/capture_client.h" 13 namespace aura { namespace 35 } // namespace aura
|
window_stacking_client.h | 10 #include "ui/aura/aura_export.h" 11 #include "ui/aura/window.h" 13 namespace aura { namespace 37 } // namespace aura
|
/external/chromium_org/ui/aura/test/ |
test_focus_client.h | 11 #include "ui/aura/client/focus_client.h" 12 #include "ui/aura/window_observer.h" 14 namespace aura { namespace 41 } // namespace aura
|
test_window_tree_client.h | 10 #include "ui/aura/aura_export.h" 11 #include "ui/aura/client/window_tree_client.h" 13 namespace aura { namespace 32 } // namespace aura
|
aura_test_utils.h | 14 namespace aura { namespace 22 } // namespace aura
|
window_test_api.h | 10 namespace aura { namespace 31 } // namespace aura
|
/external/chromium_org/ui/aura/ |
window_tracker.cc | 5 #include "ui/aura/window_tracker.h" 7 #include "ui/aura/window.h" 9 namespace aura { namespace 43 } // namespace aura
|
/external/chromium_org/ui/snapshot/ |
DEPS | 6 "+ui/aura",
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_event_client.h | 10 #include "ui/aura/client/event_client.h" 15 class VIEWS_EXPORT DesktopEventClient : public aura::client::EventClient { 20 // Overridden from aura::client::EventClient: 22 const aura::Window* window) const OVERRIDE;
|
/external/chromium_org/ui/views/widget/ |
window_reorderer.cc | 10 #include "ui/aura/window.h" 22 const aura::Window& parent_window, 23 std::map<views::View*, aura::Window*>* hosted_windows) { 24 const std::vector<aura::Window*>& child_windows = parent_window.children(); 26 aura::Window* child = child_windows[i]; 41 const std::map<views::View*, aura::Window*>& hosts, 61 class WindowReorderer::AssociationObserver : public aura::WindowObserver { 67 void StartObserving(aura::Window* window); 68 void StopObserving(aura::Window* window); 71 // aura::WindowObserver overrides [all...] |
/external/chromium_org/ui/wm/ |
README.chromium | 1 Window Management functionality for apps built on Aura.
|
/external/chromium_org/ui/wm/test/ |
DEPS | 2 "+ui/aura",
|
/external/chromium_org/chrome/browser/ui/views/ |
javascript_app_modal_event_blocker_x11.cc | 8 #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::Window* window [all...] |
/external/chromium_org/ash/wm/ |
resize_shadow_controller.cc | 10 #include "ui/aura/window.h" 24 void ResizeShadowController::ShowShadow(aura::Window* window, int hit_test) { 31 void ResizeShadowController::HideShadow(aura::Window* window) { 38 aura::Window* window) { 43 aura::Window* window, 51 void ResizeShadowController::OnWindowDestroyed(aura::Window* window) { 55 ResizeShadow* ResizeShadowController::CreateShadow(aura::Window* window) { 67 ResizeShadow* ResizeShadowController::GetShadowForWindow(aura::Window* window) {
|
system_modal_container_event_filter_delegate.h | 10 namespace aura { namespace 19 virtual bool CanWindowReceiveEvents(aura::Window* window) = 0;
|
/external/chromium_org/athena/main/ |
athena_launcher.h | 8 namespace aura { namespace 17 void StartAthena(aura::Window* root_window,
|
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
multi_user_context_menu.cc | 9 scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window) { 14 void ExecuteVisitDesktopCommand(int command_id, aura::Window* window) {}
|
/external/chromium_org/chrome/browser/ui/aura/ |
active_desktop_monitor.cc | 5 #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/ui/wm/core/ |
easy_resize_window_targeter.cc | 7 #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();
|
visibility_controller.h | 10 #include "ui/aura/client/visibility_client.h" 16 : public aura::client::VisibilityClient { 26 virtual bool CallAnimateOnChildWindowVisibilityChanged(aura::Window* window, 30 // Overridden from aura::client::VisibilityClient: 31 virtual void UpdateLayerVisibility(aura::Window* window, 53 explicit SuspendChildWindowVisibilityAnimations(aura::Window* window); 60 aura::Window* window_; 70 aura::Window* window);
|
/external/chromium_org/ash/shell/ |
keyboard_controller_proxy_stub.h | 8 #include "ui/aura/test/test_window_delegate.h" 11 namespace aura { namespace 13 } // namespace aura 24 virtual aura::Window* GetKeyboardWindow() OVERRIDE; 36 aura::test::TestWindowDelegate delegate_; 37 scoped_ptr<aura::Window> keyboard_;
|
/external/chromium_org/ash/test/ |
test_shelf_delegate.h | 13 #include "ui/aura/window_observer.h" 23 class TestShelfDelegate : public ShelfDelegate, public aura::WindowObserver { 28 void AddShelfItem(aura::Window* window); 29 void AddShelfItem(aura::Window* window, ShelfItemStatus status); 30 void RemoveShelfItemForWindow(aura::Window* window); 35 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
|
/external/chromium_org/ash/wm/workspace/ |
workspace_layout_manager.h | 17 #include "ui/aura/layout_manager.h" 18 #include "ui/aura/window_observer.h" 23 namespace aura { namespace 43 : public aura::LayoutManager, 44 public aura::WindowObserver, 45 public aura::client::ActivationChangeObserver, 50 explicit WorkspaceLayoutManager(aura::Window* window); 61 // Overridden from aura::LayoutManager: 63 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; 64 virtual void OnWillRemoveWindowFromLayout(aura::Window* child) OVERRIDE [all...] |