/external/chromium_org/ui/base/ime/ |
input_method_auralinux.h | 14 // A ui::InputMethod implementation for Aura on Linux platforms. The
|
/external/chromium_org/ui/base/x/ |
selection_owner.h | 10 // Get rid of a macro from Xlib.h that conflicts with Aura's RootWindow class.
|
/external/chromium_org/ui/events/gestures/ |
gestures.dot | 6 // sites.google.com/a/chromium.org/dev/developers/design-documents/aura/gesture-recognizer
|
/external/chromium_org/ui/gfx/ |
font_render_params_linux.cc | 38 // For non-GTK builds (read: Aura), just use reasonable hardcoded values.
|
/external/chromium_org/ui/views/ |
view_targeter.cc | 79 } // namespace aura
|
/external/chromium_org/tools/ |
bisect-builds.py | 109 self._listing_platform_dir = 'win-aura/' 156 """Check the given build is Aura.""" 274 # If we are bisecting Aura, we want to include only builds which 279 # If we are bisecting only official builds (without --aura), 775 parser.add_option('--aura', 776 dest='aura', 779 help='Allow the script to bisect aura builds') 789 if opts.aura: 791 print 'Error: Aura is supported only on Windows platform '\ 802 opts.official_builds, opts.aura, None [all...] |
/external/chromium_org/ash/accelerators/ |
exit_warning_handler.cc | 16 #include "ui/aura/window.h" 158 aura::Window* root_window = Shell::GetTargetRootWindow();
|
/external/chromium_org/ash/drag_drop/ |
drag_drop_interactive_uitest.cc | 13 #include "ui/aura/window_event_dispatcher.h" 158 aura::Window::Windows root_windows =
|
/external/chromium_org/ash/system/ |
status_area_widget.cc | 21 #include "ui/aura/window.h" 33 StatusAreaWidget::StatusAreaWidget(aura::Window* status_container)
|
/external/chromium_org/ash/test/ |
test_session_state_delegate.cc | 104 aura::Window* window) { 206 bool TestSessionStateDelegate::ShouldShowAvatar(aura::Window* window) const {
|
/external/chromium_org/ash/wm/ |
window_positioner_unittest.cc | 12 #include "ui/aura/window_event_dispatcher.h" 44 aura::Window* second_root_window = Shell::GetAllRootWindows()[1];
|
/external/chromium_org/chrome/browser/chromeos/display/ |
overscan_calibrator.cc | 13 #include "ui/aura/window.h" 77 aura::Window* root = ash::Shell::GetInstance()->display_controller()->
|
/external/chromium_org/chrome/browser/chromeos/profiles/ |
multiprofiles_session_aborted_dialog.cc | 81 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); 82 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
|
/external/chromium_org/chrome/browser/extensions/ |
launch_util.cc | 124 // For desktop chrome AURA on all platforms we should open the 126 // lines as non AURA chrome.
|
/external/chromium_org/chrome/browser/password_manager/ |
password_manager_util_win.cc | 33 #include "ui/aura/window.h" 34 #include "ui/aura/window_tree_host.h"
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
javascript_app_modal_dialog.cc | 13 #include "ui/aura/window.h" 14 #include "ui/aura/window_event_dispatcher.h"
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller.h | 36 #include "ui/aura/window_observer.h" 54 namespace aura { namespace 264 aura::Window* root_window) const; 268 bool CanUserModifyShelfAutoHideBehavior(aura::Window* root_window) const; 272 void ToggleShelfAutoHideBehavior(aura::Window* root_window); 318 virtual void OnShelfAlignmentChanged(aura::Window* root_window) OVERRIDE; 339 aura::Window* root_window, 458 aura::Window* root_window);
|
multi_profile_app_window_launcher_controller.cc | 14 #include "ui/aura/window.h" 18 bool ControlsWindow(aura::Window* window) {
|
/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
multi_user_notification_blocker_chromeos_unittest.cc | 120 aura::Window* CreateWindowForProfile(const std::string& name) { 121 aura::Window* window = CreateTestWindowInShellWithId(window_id_++);
|
/external/chromium_org/chrome/browser/ui/ash/ |
screenshot_taker.cc | 35 #include "ui/aura/window.h" 36 #include "ui/aura/window_event_dispatcher.h" 418 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); 420 aura::Window* primary_root = ash::Shell::GetPrimaryRootWindow(); 427 aura::Window* root_window = root_windows[i]; 441 aura::Window* window, const gfx::Rect& rect) { 579 aura::Window* window, 599 aura::Window* window,
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
chrome_native_app_window_views_win.cc | 32 #include "ui/aura/remote_window_tree_host_win.h" 69 // The default views / Aura implementation will remove this if we are using
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_dialog.cc | 49 aura::Window* parent_window, 84 void ExtensionDialog::InitWindow(aura::Window* parent,
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
star_view_browsertest.cc | 23 #include "ui/aura/window.h" 24 #include "ui/aura/window_tree_host.h"
|
/external/chromium_org/chrome/browser/ui/webui/print_preview/ |
print_preview_ui_browsertest.cc | 27 #include "ui/aura/window.h" 28 #include "ui/aura/window_tree_host.h"
|
/external/chromium_org/chrome/test/base/ |
browser_with_test_window_test.h | 39 namespace aura { namespace 192 scoped_ptr<aura::test::AuraTestHelper> aura_test_helper_;
|