/external/chromium_org/content/browser/web_contents/aura/ |
shadow_layer_delegate.h | 12 namespace aura { namespace
|
/external/chromium_org/content/public/test/ |
test_renderer_host.h | 17 #include "ui/aura/test/aura_test_helper.h" 20 namespace aura { namespace 182 aura::Window* root_window() { return aura_test_helper_->root_window(); } 199 scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
|
/external/chromium_org/mojo/views/ |
native_widget_view_manager.h | 8 #include "mojo/aura/window_tree_host_mojo_delegate.h"
|
/external/chromium_org/ui/aura/test/ |
test_window_delegate.cc | 5 #include "ui/aura/test/test_window_delegate.h" 8 #include "ui/aura/window.h" 19 namespace aura { namespace 227 } // namespace aura
|
/external/chromium_org/ui/aura/ |
window_observer.h | 9 #include "ui/aura/aura_export.h" 15 namespace aura { namespace 101 // void MyWindowObserver::OnWindowDestroyed(aura::Window* window) { 134 } // namespace aura
|
window_unittest.cc | 5 #include "ui/aura/window.h" 17 #include "ui/aura/client/capture_client.h" 18 #include "ui/aura/client/focus_change_observer.h" 19 #include "ui/aura/client/visibility_client.h" 20 #include "ui/aura/client/window_tree_client.h" 21 #include "ui/aura/test/aura_test_base.h" 22 #include "ui/aura/test/aura_test_utils.h" 23 #include "ui/aura/test/event_generator.h" 24 #include "ui/aura/test/test_window_delegate.h" 25 #include "ui/aura/test/test_windows.h 50 namespace aura { namespace [all...] |
aura.gyp | 11 'target_name': 'aura', 154 'aura', 205 'aura', 239 'aura', 274 'aura',
|
/external/chromium_org/ui/base/cursor/ozone/ |
bitmap_cursor_factory_ozone.cc | 34 // Create new owned image cursor from default aura bitmap for this type.
|
/external/chromium_org/ui/base/ |
view_prop.h | 14 #error view_prop.h is only for windows and aura builds.
|
/external/chromium_org/ui/views/cocoa/ |
bridged_native_widget.h | 28 // NativeWidgetMac to the Cocoa window. Behaves a bit like an aura::Window.
|
/external/chromium_org/ui/views/test/ |
views_test_base.h | 47 // Returns a context view. In aura builds, this will be the
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_cursor_loader_updater.h | 11 namespace aura { namespace
|
/external/chromium_org/ui/wm/core/ |
input_method_event_filter.h | 32 void SetInputMethodPropertyInRootWindow(aura::Window* root_window);
|
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller.h | 13 #include "ui/aura/window_observer.h" 20 namespace aura { namespace 149 virtual void OnTransientChildAdded(aura::Window* window, 150 aura::Window* transient) OVERRIDE; 151 virtual void OnTransientChildRemoved(aura::Window* window, 152 aura::Window* transient) OVERRIDE; 249 aura::Window* native_window_;
|
window_animations_unittest.cc | 12 #include "ui/aura/test/test_windows.h" 13 #include "ui/aura/window.h" 20 using aura::Window; 68 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0)); 99 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithId(0));
|
/external/chromium_org/ash/wm/overview/ |
window_selector_item.cc | 14 #include "ui/aura/window.h" 26 views::Widget* CreateCloseWindowButton(aura::Window* root_window, 76 views::Widget* CreateWindowLabel(aura::Window* root_window, 117 void WindowSelectorItem::RemoveWindow(const aura::Window* window) { 127 void WindowSelectorItem::SetBounds(aura::Window* root_window, 173 void WindowSelectorItem::UpdateCloseButtonBounds(aura::Window* root_window, 237 aura::Window* root_window,
|
/external/chromium_org/ash/frame/caption_buttons/ |
frame_size_button_unittest.cc | 14 #include "ui/aura/test/event_generator.h" 15 #include "ui/aura/window.h" 162 aura::test::EventGenerator& generator = GetEventGenerator(); 183 aura::test::EventGenerator& generator = GetEventGenerator(); 210 aura::test::EventGenerator& generator = GetEventGenerator(); 267 aura::test::EventGenerator& generator = GetEventGenerator(); 284 aura::test::EventGenerator& generator = GetEventGenerator(); 303 aura::test::EventGenerator& generator = GetEventGenerator(); 374 aura::test::EventGenerator& generator = GetEventGenerator(); 444 aura::test::EventGenerator& generator = GetEventGenerator() [all...] |
/external/chromium_org/ash/touch/ |
touch_observer_hud_unittest.cc | 19 #include "ui/aura/window.h" 146 aura::Window* GetInternalRootWindow() { 151 aura::Window* GetExternalRootWindow() { 156 aura::Window* GetPrimaryRootWindow() { 161 aura::Window* GetSecondaryRootWindow() { 167 aura::Window* root = GetInternalRootWindow(); 172 aura::Window* root = GetExternalRootWindow(); 177 aura::Window* root = GetPrimaryRootWindow(); 182 aura::Window* root = GetSecondaryRootWindow(); 192 aura::Window* GetRootWindowForTouchHud(TouchObserverHUD* hud) [all...] |
touch_transformer_controller.cc | 12 #include "ui/aura/window_tree_host.h" 170 aura::Window* root = display_controller->GetPrimaryRootWindow(); 190 aura::Window* root1 = 192 aura::Window* root2 = 212 aura::Window* root =
|
/external/chromium_org/ash/shelf/ |
shelf_layout_manager.cc | 39 #include "ui/aura/client/cursor_client.h" 40 #include "ui/aura/window_event_dispatcher.h" 140 !shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target())); 148 if (shelf_->IsShelfWindow(static_cast<aura::Window*>(event->target()))) { 206 aura::client::GetActivationClient(root_window_)->AddObserver(this); 217 aura::client::GetActivationClient(root_window_)->RemoveObserver(this); 323 const aura::Window* fullscreen_window = GetRootWindowController( 512 // ShelfLayoutManager, aura::LayoutManager implementation: 518 void ShelfLayoutManager::OnWindowAddedToLayout(aura::Window* child) { 521 void ShelfLayoutManager::OnWillRemoveWindowFromLayout(aura::Window* child) [all...] |
/external/chromium_org/athena/input/ |
accelerator_manager_impl.cc | 10 #include "ui/aura/window.h" 76 aura::Window* target = static_cast<aura::Window*>(event.target()); 255 void AcceleratorManagerImpl::OnRootWindowCreated(aura::Window* root_window) { 256 aura::client::SetDispatcherClient(root_window,
|
/external/chromium_org/chrome/browser/media/ |
desktop_media_list_ash.cc | 150 aura::Window* root_window, 154 aura::Window* container = ash::Shell::GetContainer(root_window, container_id); 157 for (aura::Window::Windows::const_iterator it = container->children().begin(); 176 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); 215 aura::Window* window) {
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
window_finder_win.cc | 9 #include "ui/aura/window.h" 16 aura::Window* GetLocalProcessWindowAtPointAsh( 18 const std::set<aura::Window*>& ignore); 221 aura::Window* GetLocalProcessWindowAtPoint( 224 const std::set<aura::Window*>& ignore) {
|
/external/chromium_org/chrome/browser/ui/views/ |
web_contents_modal_dialog_manager_views.cc | 23 #include "ui/aura/client/aura_constants.h" 24 #include "ui/aura/window.h" 80 widget->GetNativeWindow()->SetProperty(aura::client::kConstrainedWindowKey, 94 parent->parent()->SetProperty(aura::client::kAnimationsDisabledKey, true); 228 view->parent()->ClearProperty(aura::client::kAnimationsDisabledKey);
|
/external/chromium_org/content/browser/renderer_host/input/ |
touch_emulator_unittest.cc | 18 #include "ui/aura/env.h" 19 #include "ui/aura/test/test_screen.h" 50 aura::Env::CreateInstance(true); 51 screen_.reset(aura::TestScreen::Create(gfx::Size())); 64 aura::Env::DeleteInstance();
|