Searched refs:aura (Results 201 - 225 of 951) sorted by relevance

1234567891011>>

/external/chromium_org/ash/shelf/
H A Dshelf_window_watcher.cc18 #include "ui/aura/window.h"
37 bool HasShelfItemForWindow(aura::Window* window) {
45 bool IsDragging(aura::Window* window) {
62 aura::Window* window) {
75 aura::Window* window,
76 aura::Window* parent) {
98 aura::Window* window) {
116 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
117 for (aura::Window::Windows::const_iterator it = root_windows.begin();
128 void ShelfWindowWatcher::AddShelfItem(aura
[all...]
H A Dshelf_window_watcher_item_delegate.h12 namespace aura { namespace
22 ShelfWindowWatcherItemDelegate(aura::Window* window, ShelfModel* model_);
30 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
37 aura::Window* window_;
/external/chromium_org/mojo/examples/aura_demo/
H A Daura_demo.cc10 #include "mojo/aura/context_factory_mojo.h"
11 #include "mojo/aura/screen_mojo.h"
12 #include "mojo/aura/window_tree_host_mojo.h"
13 #include "mojo/aura/window_tree_host_mojo_delegate.h"
24 #include "ui/aura/client/default_capture_client.h"
25 #include "ui/aura/client/window_tree_client.h"
26 #include "ui/aura/env.h"
27 #include "ui/aura/window.h"
28 #include "ui/aura/window_delegate.h"
36 class DemoWindowDelegate : public aura
[all...]
/external/chromium_org/athena/wm/
H A Dwindow_list_provider_impl_unittest.cc11 #include "ui/aura/test/test_window_delegate.h"
12 #include "ui/aura/window.h"
18 bool AreWindowListsEqual(const aura::Window::Windows& one,
19 const aura::Window::Windows& two) {
24 scoped_ptr<aura::Window> CreateWindow(aura::WindowDelegate* delegate,
26 scoped_ptr<aura::Window> window(new aura::Window(delegate));
28 window->Init(aura::WINDOW_LAYER_SOLID_COLOR);
35 std::string GetWindowOrder(const aura
[all...]
H A Dwindow_list_provider_impl.cc10 #include "ui/aura/window.h"
14 WindowListProviderImpl::WindowListProviderImpl(aura::Window* container)
20 std::bind2nd(std::mem_fun(&aura::Window::AddObserver),
26 for (aura::Window::Windows::const_iterator iter = window_list_.begin();
37 const aura::Window::Windows& container_children = container_->children();
38 for (aura::Window::Windows::const_iterator iter = container_children.begin();
55 const aura::Window::Windows& WindowListProviderImpl::GetWindowList() const {
59 bool WindowListProviderImpl::IsWindowInList(aura::Window* window) const {
63 bool WindowListProviderImpl::IsValidWindow(aura::Window* window) const {
70 aura
[all...]
/external/chromium_org/ash/display/
H A Dmirror_window_controller.h12 #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();
/external/chromium_org/ash/magnifier/
H A Dpartial_magnification_controller.h8 #include "ui/aura/window_observer.h"
22 public aura::WindowObserver,
48 void SwitchTargetRootWindow(aura::Window* new_root_window);
51 aura::Window* GetCurrentRootWindow();
69 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
/external/chromium_org/ash/
H A Dscoped_target_root_window.cc11 aura::Window* root_window) {
/external/chromium_org/ash/shell/
H A Dkeyboard_controller_proxy_stub.h8 #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/
H A Dtest_shelf_item_delegate.h12 namespace aura { namespace
22 explicit TestShelfItemDelegate(aura::Window* window);
28 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
35 aura::Window* window_;
H A Dui_controls_factory_ash.h8 namespace aura { namespace
/external/chromium_org/ash/touch/
H A Dtouch_uma.h15 namespace aura { namespace
56 void RecordGestureEvent(aura::Window* target,
59 void RecordTouchEvent(aura::Window* target,
69 GestureActionType FindGestureActionType(aura::Window* window,
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_delegate.h11 namespace aura { namespace
/external/chromium_org/ash/wm/
H A Dscreen_dimmer.h12 #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_;
H A Dwindow_animations.h14 namespace aura { namespace
53 aura::Window* window,
57 ASH_EXPORT bool AnimateOnChildWindowVisibilityChanged(aura::Window* window,
76 aura::Window* window);
/external/chromium_org/athena/util/
H A Dfill_layout_manager_unittest.cc8 #include "ui/aura/window.h"
13 scoped_ptr<aura::Window> parent(new aura::Window(NULL));
17 scoped_ptr<aura::Window> child(new aura::Window(NULL));
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.h18 #include "ui/aura/window_observer.h"
29 namespace aura { namespace
31 } // namespace aura
50 // - aura::Window::Hide() is currently hiding the window and all owned transient
51 // children. However aura::Window::Show() is only showing the window itself.
60 public aura::WindowObserver,
77 aura::Window* window, const std::string& user_id) OVERRIDE;
79 aura::Window* window) const OVERRIDE;
81 aura::Window* window, const std::string& user_id) OVERRIDE;
86 aura
[all...]
/external/chromium_org/ui/aura/client/
H A Dcursor_client_observer.h8 #include "ui/aura/aura_export.h"
10 namespace aura { namespace
22 } // namespace aura
/external/chromium_org/ui/aura/
H A Dinput_state_lookup.h9 #include "ui/aura/aura_export.h"
11 namespace aura { namespace
25 } // namespace aura
H A Dinput_state_lookup_win.h10 #include "ui/aura/input_state_lookup.h"
12 namespace aura { namespace
27 } // namespace aura
/external/chromium_org/ui/aura/test/
H A Daura_test_utils.h14 namespace aura { namespace
22 } // namespace aura
H A Dwindow_test_api.cc5 #include "ui/aura/test/window_test_api.h"
7 #include "ui/aura/window.h"
9 namespace aura { namespace
24 } // namespace aura
/external/chromium_org/ui/wm/core/
H A Deasy_resize_window_targeter.h8 #include "ui/aura/window_targeter.h"
16 class WM_EXPORT EasyResizeWindowTargeter : public aura::WindowTargeter {
19 EasyResizeWindowTargeter(aura::Window* container,
42 bool ShouldUseExtendedBounds(const aura::Window* window) const;
44 aura::Window* container_;
H A Dmasked_window_targeter.cc7 #include "ui/aura/window.h"
12 MaskedWindowTargeter::MaskedWindowTargeter(aura::Window* masked_window)
21 aura::Window* window = static_cast<aura::Window*>(target);
33 aura::Window::ConvertPointToTarget(window->parent(), window, &point);
/external/chromium_org/content/public/browser/
H A Ddesktop_media_id.cc13 #include "ui/aura/window.h"
14 #include "ui/aura/window_observer.h"
21 class AuraWindowRegistry : public aura::WindowObserver {
27 int RegisterWindow(aura::Window* window) {
29 std::map<aura::Window*, int>::iterator it = window_to_id_map_.find(window);
47 aura::Window* GetWindowById(int id) {
48 std::map<int, aura::Window*>::iterator it = id_to_window_map_.find(id);
61 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
62 std::map<aura::Window*, int>::iterator it = window_to_id_map_.find(window);
69 std::map<aura
[all...]

Completed in 7103 milliseconds

1234567891011>>