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

<<21222324252627282930>>

  /external/chromium_org/ash/wm/
partial_screenshot_view.cc 14 #include "ui/aura/client/capture_client.h"
15 #include "ui/aura/window_event_dispatcher.h"
57 virtual aura::Window* GetWindow() OVERRIDE {
87 aura::Window::Windows root_windows = Shell::GetAllRootWindows();
88 for (aura::Window::Windows::iterator it = root_windows.begin();
111 void PartialScreenshotView::Init(aura::Window* root_window) {
130 aura::client::CaptureClient* capture_client =
131 aura::client::GetCaptureClient(root_window);
165 aura::Window*root_window =
resize_shadow_and_cursor_unittest.cc 14 #include "ui/aura/test/event_generator.h"
15 #include "ui/aura/window_event_dispatcher.h"
69 aura::Window* child = CreateTestWindowInShell(
106 aura::Window* window() {
111 aura::Window* window_;
119 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
162 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
186 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
202 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
ash_native_cursor_manager_interactive_uitest.cc 13 #include "ui/aura/window.h"
14 #include "ui/aura/window_tree_host.h"
60 void MoveMouseSync(aura::Window* window, int x, int y) {
video_detector_unittest.cc 15 #include "ui/aura/client/aura_constants.h"
16 #include "ui/aura/test/test_windows.h"
17 #include "ui/aura/window.h"
18 #include "ui/aura/window_event_dispatcher.h"
103 scoped_ptr<aura::Window> window(
172 scoped_ptr<aura::Window> window(
188 scoped_ptr<aura::Window> window(
231 scoped_ptr<aura::Window> window1(
233 scoped_ptr<aura::Window> window2(
254 scoped_ptr<aura::Window> window
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 20 #include "ui/aura/window.h"
139 aura::Window* bubble_window = GetWidget()->GetNativeWindow();
140 aura::client::ActivationClient* activation_client =
141 aura::client::GetActivationClient(bubble_window->GetRootWindow());
161 void ExtensionPopup::OnWindowActivated(aura::Window* gained_active,
162 aura::Window* lost_active) {
206 aura::Window* bubble_window = popup->GetWidget()->GetNativeWindow();
207 aura::client::ActivationClient* activation_client =
208 aura::client::GetActivationClient(bubble_window->GetRootWindow());
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 15 #include "ui/aura/client/event_client.h"
16 #include "ui/aura/env.h"
17 #include "ui/aura/test/aura_test_helper.h"
18 #include "ui/aura/window_event_dispatcher.h"
19 #include "ui/aura/window_tree_host.h"
137 aura::Env::CreateInstance(true);
138 aura::Env::GetInstance()->set_context_factory(context_factory);
143 new aura::test::AuraTestHelper(base::MessageLoopForUI::current()));
171 aura::Env::DeleteInstance();
  /external/chromium_org/ash/shelf/
shelf_item_delegate.h 11 namespace aura { namespace
32 // but not |aura::Window|. If the |event| is of type KeyEvent, it is assumed
44 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) = 0;
app_list_shelf_item_delegate.h 24 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
shelf.h 20 namespace aura { namespace
59 static Shelf* ForWindow(aura::Window* window);
66 gfx::Rect GetScreenBoundsOfItemIconForWindow(const aura::Window* window);
70 void UpdateIconPositionForWindow(aura::Window* window);
  /external/chromium_org/chrome/browser/extensions/
test_extension_environment.cc 23 #include "ui/aura/env.h"
35 aura::Env::CreateInstance(true);
41 aura::Env::DeleteInstance();
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.h 17 namespace aura { namespace
67 aura::Window* root_window,
71 void CaptureThumbnail(content::DesktopMediaID id, aura::Window* window);
  /external/chromium_org/ui/keyboard/
keyboard_layout_manager.cc 14 // Overridden from aura::LayoutManager
29 void KeyboardLayoutManager::OnWindowAddedToLayout(aura::Window* child) {
36 void KeyboardLayoutManager::SetChildBounds(aura::Window* child,
  /external/chromium_org/ui/views/bubble/
bubble_window_targeter_unittest.cc 7 #include "ui/aura/window.h"
8 #include "ui/aura/window_event_dispatcher.h"
90 aura::Window* bubble_window = bubble_widget()->GetNativeWindow();
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura_unittest.cc 9 #include "ui/aura/window.h"
78 aura::Window* child_win = child()->GetNativeView();
90 aura::Window* child_win = child()->GetNativeView();
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 10 #include "ui/aura/client/aura_constants.h"
11 #include "ui/aura/client/cursor_client.h"
12 #include "ui/aura/client/focus_client.h"
13 #include "ui/aura/window_event_dispatcher.h"
14 #include "ui/aura/window_property.h"
63 DEFINE_WINDOW_PROPERTY_KEY(aura::Window*, kContentWindowForRootWindow, NULL);
96 aura::Window* DesktopWindowTreeHostWin::GetContentWindowForHWND(HWND hwnd) {
97 aura::WindowTreeHost* host =
98 aura::WindowTreeHost::GetForAcceleratedWidget(hwnd);
103 ui::NativeTheme* DesktopWindowTreeHost::GetNativeTheme(aura::Window* window)
    [all...]
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.cc 15 #include "ui/aura/client/screen_position_client.h"
16 #include "ui/aura/window.h"
17 #include "ui/aura/window_delegate.h"
18 #include "ui/aura/window_event_dispatcher.h"
29 using aura::Window;
220 aura::Window* window) {
228 aura::Window* window) const {
316 aura::Window* MultiWindowResizeController::FindWindowTouching(
317 aura::Window* window,
351 aura::Window* start
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 29 #include "ui/aura/client/aura_constants.h"
30 #include "ui/aura/client/window_tree_client.h"
31 #include "ui/aura/test/event_generator.h"
32 #include "ui/aura/test/test_window_delegate.h"
33 #include "ui/aura/window_event_dispatcher.h"
75 aura::Window* CreateTestWindow(const gfx::Rect& bounds) {
76 aura::Window* window = CreateTestWindowInShellWithDelegateAndType(
93 aura::Window* CreateModalWindow(const gfx::Rect& bounds) {
94 aura::Window* window = new aura::Window(&delegate_)
    [all...]
  /external/chromium_org/ui/wm/core/
transient_window_manager_unittest.cc 7 #include "ui/aura/client/visibility_client.h"
8 #include "ui/aura/client/window_tree_client.h"
9 #include "ui/aura/layout_manager.h"
10 #include "ui/aura/test/aura_test_base.h"
11 #include "ui/aura/test/test_windows.h"
12 #include "ui/aura/window.h"
17 using aura::Window;
19 using aura::test::ChildWindowIDsAsString;
20 using aura::test::CreateTestWindowWithId;
52 class TransientWindowManagerTest : public aura::test::AuraTestBase
    [all...]
  /external/chromium_org/ui/aura/
window.cc 5 #include "ui/aura/window.h"
16 #include "ui/aura/client/capture_client.h"
17 #include "ui/aura/client/cursor_client.h"
18 #include "ui/aura/client/event_client.h"
19 #include "ui/aura/client/focus_client.h"
20 #include "ui/aura/client/screen_position_client.h"
21 #include "ui/aura/client/visibility_client.h"
22 #include "ui/aura/client/window_stacking_client.h"
23 #include "ui/aura/env.h"
24 #include "ui/aura/layout_manager.h
38 namespace aura { namespace
    [all...]
  /external/chromium_org/ash/display/
event_transformation_handler.cc 12 #include "ui/aura/window.h"
13 #include "ui/aura/window_event_dispatcher.h"
44 aura::Window* target = static_cast<aura::Window*>(event->target());
  /external/chromium_org/ash/host/
ash_window_tree_host_win.cc 15 #include "ui/aura/window_tree_host_win.h"
23 public aura::WindowTreeHostWin {
26 : aura::WindowTreeHostWin(initial_bounds),
78 virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE { return this; }
  /external/chromium_org/ash/shell/
window_watcher_shelf_item_delegate.h 27 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
  /external/chromium_org/ash/system/tray/
tray_event_filter.h 14 namespace aura { namespace
  /external/chromium_org/ash/test/
test_screenshot_delegate.h 24 aura::Window* window, const gfx::Rect& rect) OVERRIDE;
  /external/chromium_org/ash/touch/
touch_hud_projection.h 19 explicit TouchHudProjection(aura::Window* initial_root);

Completed in 595 milliseconds

<<21222324252627282930>>