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

<<21222324252627282930>>

  /external/chromium_org/ash/display/
display_controller_unittest.cc 23 #include "ui/aura/client/focus_change_observer.h"
24 #include "ui/aura/client/focus_client.h"
25 #include "ui/aura/env.h"
26 #include "ui/aura/test/event_generator.h"
27 #include "ui/aura/window_tracker.h"
28 #include "ui/aura/window_tree_host.h"
63 public aura::client::FocusChangeObserver,
64 public aura::client::ActivationChangeObserver {
77 aura::client::GetFocusClient(Shell::GetPrimaryRootWindow())->
79 aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())-
    [all...]
shared_display_edge_indicator.cc 11 #include "ui/aura/client/screen_position_client.h"
12 #include "ui/aura/window_event_dispatcher.h"
62 aura::Window* window = widget->GetNativeWindow();
63 aura::client::ScreenPositionClient* screen_position_client =
64 aura::client::GetScreenPositionClient(window->GetRootWindow());
  /external/chromium_org/ash/magnifier/
magnification_controller_unittest.cc 11 #include "ui/aura/client/aura_constants.h"
12 #include "ui/aura/env.h"
13 #include "ui/aura/test/aura_test_utils.h"
14 #include "ui/aura/test/event_generator.h"
15 #include "ui/aura/window_tree_host.h"
36 aura::Window* root = GetRootWindow();
52 aura::Window* GetRootWindow() const {
58 aura::test::QueryLatestMousePositionRequestInHost(
176 aura::test::EventGenerator generator(Shell::GetPrimaryRootWindow());
195 const aura::Env* env = aura::Env::GetInstance()
    [all...]
  /external/chromium_org/ash/host/
ash_remote_window_tree_host_win.cc 14 : aura::RemoteWindowTreeHostWin(),
36 aura::WindowTreeHost* AshRemoteWindowTreeHostWin::AsWindowTreeHost() {
  /external/chromium_org/ash/shelf/
shelf_alignment_menu.cc 12 #include "ui/aura/window.h"
17 ShelfAlignmentMenu::ShelfAlignmentMenu(aura::Window* root)
  /external/chromium_org/ash/wm/
boot_splash_screen_chromeos.h 14 namespace aura { namespace
32 explicit BootSplashScreen(aura::WindowTreeHost* host);
resize_shadow.h 11 namespace aura { namespace
35 void Init(aura::Window* window);
  /external/chromium_org/ash/wm/overview/
transparent_activate_window_button.h 17 explicit TransparentActivateWindowButton(aura::Window* activate_window);
36 aura::Window* activate_window_;
window_selector_controller.h 17 #include "ui/aura/window_observer.h"
19 namespace aura { namespace
  /external/chromium_org/athena/test/
athena_test_base.cc 11 #include "ui/aura/window_tree_host_x11.h"
39 aura::test::SetUseOverrideRedirectWindowByDefault(true);
  /external/chromium_org/chrome/browser/ui/ash/
session_state_delegate_views.h 27 aura::Window* window) OVERRIDE;
42 virtual bool ShouldShowAvatar(aura::Window* window) const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
host_desktop.h 18 // http://sites.google.com/a/chromium.org/dev/developers/design-documents/aura/multi-desktop
43 // http://sites.google.com/a/chromium.org/dev/developers/design-documents/aura/multi-desktop
  /external/chromium_org/chrome/browser/ui/views/
auto_keep_alive.cc 9 #include "ui/aura/window.h"
14 // In case of aura we want default to be keep alive not available for ash
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 8 #include "chrome/browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h"
20 #include "ui/aura/client/screen_position_client.h"
21 #include "ui/aura/window.h"
157 aura::Window* target_window = GetActiveNativeView();
158 aura::Window* root_window = target_window->GetRootWindow();
159 aura::client::ScreenPositionClient* screen_position_client =
160 aura::client::GetScreenPositionClient(root_window);
189 aura::Window* ChromeWebContentsViewDelegateViews::GetActiveNativeView() {
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc 16 #include "ui/aura/test/event_generator.h"
17 #include "ui/aura/window_event_dispatcher.h"
46 gfx::Rect GetChromeIconBoundsForRootWindow(aura::Window* root_window) {
56 void OpenBrowserUsingShelfOnRootWindow(aura::Window* root_window) {
57 aura::test::EventGenerator generator(root_window);
83 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows();
153 void OpenBrowserUsingContextMenuOnRootWindow(aura::Window* root_window) {
173 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows();
  /external/chromium_org/ui/aura/test/
test_screen.cc 5 #include "ui/aura/test/test_screen.h"
8 #include "ui/aura/env.h"
9 #include "ui/aura/window.h"
10 #include "ui/aura/window_event_dispatcher.h"
11 #include "ui/aura/window_tree_host.h"
17 namespace aura { namespace
22 // Use (0,0) because the desktop aura tests are executed in
161 } // namespace aura
  /external/chromium_org/ui/aura/
window_targeter_unittest.cc 5 #include "ui/aura/window_targeter.h"
7 #include "ui/aura/scoped_window_targeter.h"
8 #include "ui/aura/test/aura_test_base.h"
9 #include "ui/aura/test/test_window_delegate.h"
10 #include "ui/aura/window.h"
13 namespace aura { namespace
18 explicit StaticWindowTargeter(aura::Window* window)
165 } // namespace aura
  /external/chromium_org/ui/snapshot/
BUILD.gn 45 #"//ui/aura", TODO(GYP)
76 # #"//ui/aura:test_support", TODO(GYP)
  /external/chromium_org/ui/views/corewm/
tooltip_controller_test_helper.cc 7 #include "ui/aura/window.h"
26 aura::Window* TooltipControllerTestHelper::GetTooltipWindow() {
tooltip_controller_test_helper.h 13 namespace aura { namespace
35 aura::Window* GetTooltipWindow();
  /external/chromium_org/ui/views/test/
views_test_helper_aura.cc 7 #include "ui/aura/test/aura_test_helper.h"
23 aura_test_helper_.reset(new aura::test::AuraTestHelper(message_loop));
  /external/chromium_org/ui/views_content_client/
views_content_client_main_parts_desktop_aura.cc 6 #include "ui/aura/env.h"
40 aura::Env::CreateInstance(true);
  /external/chromium_org/ui/wm/core/
nested_accelerator_controller.h 23 : public aura::client::DispatcherClient {
28 // aura::client::DispatcherClient:
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_topmost_window_finder_unittest.cc 20 #include "ui/aura/window.h"
21 #include "ui/aura/window_tree_host.h"
173 // Returns the topmost aura::Window at the passed in screen position. Returns
174 // NULL if the topmost window does not have an associated aura::Window.
175 aura::Window* FindTopmostLocalProcessWindowAt(int screen_x, int screen_y) {
178 std::set<aura::Window*>());
181 // Returns the topmost aura::Window at the passed in screen position ignoring
183 // associated aura::Window.
184 aura::Window* FindTopmostLocalProcessWindowWithIgnore(
187 aura::Window* ignore_window)
    [all...]
  /external/chromium_org/ash/accelerators/
magnifier_key_scroller_unittest.cc 11 #include "ui/aura/test/event_generator.h"
12 #include "ui/aura/test/test_window_delegate.h"
17 class KeyEventDelegate : public aura::test::TestWindowDelegate {
43 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate(
55 aura::test::EventGenerator& generator = GetEventGenerator();

Completed in 904 milliseconds

<<21222324252627282930>>