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

<<31323334353637383940>>

  /external/chromium_org/ui/views/corewm/
tooltip_aura.cc 8 #include "ui/aura/window.h"
9 #include "ui/aura/window_tree_host.h"
39 views::Widget* CreateTooltipWidget(aura::Window* tooltip_window) {
42 // For aura, since we set the type to TYPE_TOOLTIP, the widget will get
188 void TooltipAura::SetText(aura::Window* window,
  /external/chromium_org/ui/wm/core/
cursor_manager_unittest.cc 7 #include "ui/aura/client/cursor_client_observer.h"
8 #include "ui/aura/test/aura_test_base.h"
47 class CursorManagerTest : public aura::test::AuraTestBase {
59 class TestingCursorClientObserver : public aura::client::CursorClientObserver {
68 // Overridden from aura::client::CursorClientObserver:
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 97 class WindowStateManager : public aura::WindowObserver {
99 typedef std::map<std::string, std::set<aura::Window*> >
117 const std::string& user_id_hash, aura::Window* active_window);
124 void RemoveObserverIfUnreferenced(aura::Window* window);
126 // aura::WindowObserver overrides.
127 virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
167 const std::string& user_id_hash, aura::Window* active_window) {
170 user_id_hash_window_list_map_[user_id_hash] = std::set<aura::Window*>();
172 std::set<aura::Window*>* results =
175 std::vector<aura::Window*> windows
    [all...]
  /external/chromium_org/mojo/
mojo.gyp 912 '../ui/aura/aura.gyp:aura',
923 'aura/aura_init.cc',
924 'aura/aura_init.h',
925 'aura/context_factory_mojo.cc',
926 'aura/context_factory_mojo.h',
927 'aura/screen_mojo.cc',
928 'aura/screen_mojo.h',
929 'aura/window_tree_host_mojo.cc'
    [all...]
mojo_examples.gypi 257 '../ui/aura/aura.gyp:aura',
299 '../ui/aura/aura.gyp:aura',
mojo_services.gypi 425 '../ui/aura/aura.gyp:aura',
500 '../ui/aura/aura.gyp:aura',
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 8 #include "ui/aura/client/screen_position_client.h"
9 #include "ui/aura/test/event_generator.h"
10 #include "ui/aura/window.h"
531 aura::test::EventGenerator generator(
555 explicit TestTouchEditable(aura::Window* window)
589 aura::client::ScreenPositionClient* screen_position_client =
590 aura::client::GetScreenPositionClient(window_->GetRootWindow());
595 aura::client::ScreenPositionClient* screen_position_client =
596 aura::client::GetScreenPositionClient(window_->GetRootWindow());
629 aura::Window* window_
    [all...]
  /external/chromium_org/ash/frame/
custom_frame_view_ash.cc 24 #include "ui/aura/client/aura_constants.h"
25 #include "ui/aura/window.h"
26 #include "ui/aura/window_observer.h"
48 public aura::WindowObserver {
79 window_state->window()->SetProperty(aura::client::kShowStateKey,
91 // Overridden from aura::WindowObserver:
92 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
249 aura::Window* window = frame_->GetNativeView();
455 // No window masks in Aura.
header_painter_util.cc 9 #include "ui/aura/window.h"
94 aura::Window* window = widget->GetNativeWindow();
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 15 #include "ui/aura/client/aura_constants.h"
16 #include "ui/aura/client/cursor_client.h"
17 #include "ui/aura/env.h"
18 #include "ui/aura/test/event_generator.h"
19 #include "ui/aura/test/test_window_delegate.h"
20 #include "ui/aura/window.h"
21 #include "ui/aura/window_event_dispatcher.h"
128 aura::Window* window() {
154 window()->SetProperty(aura::client::kShowStateKey,
234 aura::test::EventGenerator& event_generator(GetEventGenerator())
    [all...]
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 5 #include "ui/aura/remote_window_tree_host_win.h"
14 #include "ui/aura/client/aura_constants.h"
15 #include "ui/aura/client/cursor_client.h"
16 #include "ui/aura/window_event_dispatcher.h"
17 #include "ui/aura/window_property.h"
30 namespace aura { namespace
98 window_size_(aura::WindowTreeHost::GetNativeScreenSize()) {
445 aura::client::kRootWindowInputMethodKey);
525 } // namespace aura
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views.cc 21 #include "ui/aura/window.h"
49 #include "ui/aura/client/aura_constants.h"
50 #include "ui/aura/client/window_tree_client.h"
51 #include "ui/aura/window_observer.h"
124 public aura::WindowObserver {
176 // Overridden from aura::WindowObserver:
177 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
308 aura::Window* target = ash::Shell::GetTargetRootWindow();
326 aura::Window* native_window = GetNativeWindow();
328 aura::client::ParentWindowWithContext(native_window
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 12 #include "ui/aura/window.h"
13 #include "ui/aura/window_tree_host.h"
27 using aura::client::DragDropDelegate;
138 // The XID of our chrome local aura window handling our events.
210 // This drag originates from an aura window within our process. This means
346 aura::Window* root_window,
534 aura::client::DragDropDelegate* delegate =
535 aura::client::GetDragDropDelegate(target_window_);
575 aura::Window* root_window,
576 aura::Window* source_window
    [all...]
  /external/chromium_org/ash/display/
display_manager_unittest.cc 17 #include "ui/aura/env.h"
18 #include "ui/aura/test/event_generator.h"
19 #include "ui/aura/window_observer.h"
20 #include "ui/aura/window_tree_host.h"
43 public aura::WindowObserver {
100 // aura::DisplayObserver overrides:
112 // aura::WindowObserver overrides:
113 virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
387 aura::WindowTreeHost* host = Shell::GetPrimaryRootWindow()->GetHost();
612 aura::Window::Windows root_windows = Shell::GetAllRootWindows()
    [all...]
  /external/chromium_org/ui/views/controls/
slider_unittest.cc 14 #include "ui/aura/test/event_generator.h"
15 #include "ui/aura/window.h"
150 aura::test::EventGenerator* event_generator() {
171 scoped_ptr<aura::test::EventGenerator> event_generator_;
207 aura::Window* native_window = widget_->GetNativeWindow();
208 event_generator_.reset(new aura::test::EventGenerator(
  /external/chromium_org/ui/aura/test/
event_generator.cc 5 #include "ui/aura/test/event_generator.h"
11 #include "ui/aura/client/screen_position_client.h"
12 #include "ui/aura/window_event_dispatcher.h"
13 #include "ui/aura/window_tree_host.h"
31 namespace aura { namespace
50 const aura::Window* window) const OVERRIDE {
580 void EventGenerator::ConvertPointFromTarget(const aura::Window* target,
583 aura::client::ScreenPositionClient* client =
588 aura::Window::ConvertPointToTarget(target, target->GetRootWindow(), point);
591 void EventGenerator::ConvertPointToTarget(const aura::Window* target
    [all...]
  /external/chromium_org/
BUILD.gn 76 "//ui/aura",
138 "//ui/aura",
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.h 10 #include "ui/aura/window.h"
39 bool Reparent(aura::Window* root_window,
  /external/chromium_org/ash/first_run/
first_run_helper_impl.cc 13 #include "ui/aura/window.h"
89 aura::Window* FirstRunHelperImpl::GetWindow() {
  /external/chromium_org/ash/screensaver/
screensaver_view.cc 14 #include "ui/aura/window_event_dispatcher.h"
138 aura::Window* root_window = ash::Shell::GetPrimaryRootWindow();
  /external/chromium_org/ash/shell/
lock_view.cc 10 #include "ui/aura/window.h"
11 #include "ui/aura/window_event_dispatcher.h"
widgets.cc 7 #include "ui/aura/window.h"
8 #include "ui/aura/window_event_dispatcher.h"
  /external/chromium_org/ash/
shell_delegate.h 19 namespace aura { namespace
144 aura::Window* root_window,
  /external/chromium_org/ash/test/
test_session_state_delegate.h 33 aura::Window* window) OVERRIDE;
48 virtual bool ShouldShowAvatar(aura::Window* window) const OVERRIDE;
test_shell_delegate.cc 28 #include "ui/aura/window.h"
181 aura::Window* root,

Completed in 1952 milliseconds

<<31323334353637383940>>