HomeSort by relevance Sort by last modified time
    Searched full:aura (Results 451 - 475 of 1275) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/aura/client/
focus_client.h 8 #include "ui/aura/aura_export.h"
14 namespace aura { namespace
44 } // namespace aura
  /external/chromium_org/ui/aura/
window_targeter.h 8 #include "ui/aura/aura_export.h"
11 namespace aura { namespace
43 } // namespace aura
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 12 #include "ui/aura/client/focus_client.h"
13 #include "ui/aura/layout_manager.h"
14 #include "ui/aura/test/aura_test_helper.h"
15 #include "ui/aura/test/event_generator.h"
16 #include "ui/aura/test/test_window_delegate.h"
17 #include "ui/aura/window.h"
18 #include "ui/aura/window_event_dispatcher.h"
61 explicit TestFocusController(aura::Window* root)
73 aura::Window* target = static_cast<aura::Window*>(event->target())
    [all...]
  /external/chromium_org/ui/views/controls/webview/
webview_tests.gyp 20 '../../../aura/aura.gyp:aura',
  /external/chromium_org/ui/views/win/
hwnd_util_aurawin.cc 7 #include "ui/aura/window.h"
8 #include "ui/aura/window_tree_host.h"
34 aura::WindowTreeHost* host = view->GetWidget()->GetNativeWindow()->GetHost();
  /external/chromium_org/ui/views_content_client/
views_content_client.gyp 49 '../aura/aura.gyp:aura',
  /external/chromium_org/ui/wm/public/
animation_host.h 9 #include "ui/aura/aura_export.h"
15 namespace aura { namespace
46 } // namespace aura
dispatcher_client.h 11 #include "ui/aura/aura_export.h"
13 namespace aura { namespace
57 } // namespace aura
tooltip_client.h 8 #include "ui/aura/aura_export.h"
11 namespace aura { namespace
49 } // namespace aura
transient_window_client.h 9 #include "ui/aura/aura_export.h"
11 namespace aura { namespace
45 } // namespace aura
window_move_client.h 8 #include "ui/aura/aura_export.h"
15 namespace aura { namespace
54 } // namespace aura
  /external/chromium_org/win8/
win8.gyp 29 '../ui/aura/aura.gyp:aura',
  /external/chromium_org/ash/
root_window_controller.h 16 #include "ui/aura/window.h"
17 #include "ui/aura/window_tree_host.h"
22 namespace aura { namespace
80 // |GetRootWindowController(aura::WindowEventDispatcher*)| function.
97 static RootWindowController* ForShelf(const aura::Window* window);
100 static RootWindowController* ForWindow(const aura::Window* window);
106 static aura::Window* GetContainerForWindow(aura::Window* window);
113 aura::WindowTreeHost* GetHost();
114 const aura::WindowTreeHost* GetHost() const
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 14 #include "ui/aura/client/capture_client.h"
15 #include "ui/aura/env.h"
16 #include "ui/aura/window.h"
17 #include "ui/aura/window_delegate.h"
18 #include "ui/aura/window_event_dispatcher.h"
65 void DispatchGestureEndToWindow(aura::Window* window) {
80 class DragDropTrackerDelegate : public aura::WindowDelegate {
104 aura::Window* child,
116 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {}
117 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE {
    [all...]
drag_drop_tracker_unittest.cc 11 #include "ui/aura/test/test_windows.h"
12 #include "ui/aura/window.h"
13 #include "ui/aura/window_event_dispatcher.h"
25 aura::Window* CreateTestWindow(const gfx::Rect& bounds) {
28 aura::test::TestWindowDelegate::CreateSelfDestroyingDelegate(),
33 static aura::Window* GetTarget(const gfx::Point& location) {
41 aura::Window* target = tracker->GetTarget(e);
45 static ui::LocatedEvent* ConvertEvent(aura::Window* target,
63 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
66 scoped_ptr<aura::Window> window0
    [all...]
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 19 #include "ui/aura/env.h"
20 #include "ui/aura/window.h"
21 #include "ui/aura/window_event_dispatcher.h"
22 #include "ui/aura/window_tree_host.h"
52 void ConvertPointFromScreenToNative(const aura::Window* root_window,
58 gfx::Rect GetNativeEdgeBounds(const aura::Window* root_window,
88 gfx::Rect CreateVerticalEdgeBoundsInNative(const aura::Window* root_window,
97 const aura::Window* root_window,
120 void MoveCursorTo(aura::Window* root, const gfx::Point& point_in_screen) {
163 void MouseCursorEventFilter::ShowSharedEdgeIndicator(aura::Window* from)
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector.cc 23 #include "ui/aura/client/focus_client.h"
24 #include "ui/aura/window.h"
25 #include "ui/aura/window_event_dispatcher.h"
26 #include "ui/aura/window_observer.h"
40 explicit RootWindowGridComparator(const aura::Window* root_window)
48 const aura::Window* root_window_;
54 explicit WindowSelectorItemTargetComparator(const aura::Window* target_window)
62 const aura::Window* target;
68 explicit WindowSelectorItemForRoot(const aura::Window* root)
76 const aura::Window* root_window
    [all...]
  /external/chromium_org/ash/frame/
frame_border_hit_test_controller.cc 11 #include "ui/aura/env.h"
12 #include "ui/aura/window.h"
13 #include "ui/aura/window_observer.h"
14 #include "ui/aura/window_targeter.h"
39 if (aura::Env::GetInstance()->is_touch_down())
  /external/chromium_org/ash/host/
ash_window_tree_host_ozone.cc 11 #include "ui/aura/window_tree_host_ozone.h"
19 public aura::WindowTreeHostOzone {
32 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
44 : aura::WindowTreeHostOzone(initial_bounds),
70 aura::WindowTreeHost* AshWindowTreeHostOzone::AsWindowTreeHost() {
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.h 8 #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/shelf/
overflow_bubble.cc 14 #include "ui/aura/client/screen_position_client.h"
15 #include "ui/aura/window_event_dispatcher.h"
72 aura::Window* target = static_cast<aura::Window*>(event->target());
74 aura::client::GetScreenPositionClient(target->GetRootWindow())->
shelf_widget.h 15 namespace aura { namespace
30 ShelfWidget(aura::Window* shelf_container,
31 aura::Window* status_container,
70 aura::Window* window_container() { return window_container_; }
108 aura::Window* window_container_;
shelf_window_watcher_unittest.cc 19 #include "ui/aura/client/aura_constants.h"
20 #include "ui/aura/window.h"
40 ShelfID CreateShelfItem(aura::Window* window) {
59 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(0));
60 scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithId(0));
90 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithId(0));
91 scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithId(0));
120 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
145 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
180 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0))
    [all...]
  /external/chromium_org/ash/test/
test_shelf_delegate.cc 15 #include "ui/aura/window.h"
32 void TestShelfDelegate::AddShelfItem(aura::Window* window) {
36 void TestShelfDelegate::AddShelfItem(aura::Window* window,
56 void TestShelfDelegate::RemoveShelfItemForWindow(aura::Window* window) {
66 void TestShelfDelegate::OnWindowDestroying(aura::Window* window) {
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 23 #include "ui/aura/client/aura_constants.h"
24 #include "ui/aura/window.h"
25 #include "ui/aura/window_observer.h"
36 using aura::Window;
40 WorkspaceLayoutManager::WorkspaceLayoutManager(aura::Window* window)
73 // WorkspaceLayoutManager, aura::LayoutManager implementation:
136 aura::Window* root_window = window_->GetRootWindow();
138 root_window->GetProperty(aura::client::kRootWindowInputMethodKey);
142 aura::Window *window = text_input_client->GetAttachedWindow();
173 // WorkspaceLayoutManager, aura::WindowObserver implementation
    [all...]

Completed in 88 milliseconds

<<11121314151617181920>>