HomeSort by relevance Sort by last modified time
    Searched refs:Shell (Results 26 - 50 of 537) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/
shell_unittest.cc 5 #include "ash/shell.h"
40 return Shell::GetContainer(
41 Shell::GetPrimaryRootWindow(),
46 return Shell::GetContainer(
47 Shell::GetPrimaryRootWindow(),
53 aura::RootWindow* root_window = Shell::GetPrimaryRootWindow();
54 EXPECT_TRUE(Shell::GetContainer(
56 EXPECT_TRUE(Shell::GetContainer(
58 EXPECT_TRUE(Shell::GetContainer(
60 EXPECT_TRUE(Shell::GetContainer
312 Shell* shell = Shell::GetInstance(); local
406 Shell* shell = Shell::GetInstance(); local
430 Shell* shell = Shell::GetInstance(); local
    [all...]
  /external/chromium_org/ash/touch/
touch_observer_hud.cc 8 #include "ash/shell.h"
27 Shell::GetInstance()->display_manager()->GetDisplayForId(display_id_);
41 params.parent = Shell::GetContainer(
52 Shell::GetScreen()->AddObserver(this);
54 Shell::GetInstance()->output_configurator()->AddObserver(this);
57 Shell::GetInstance()->display_controller()->AddObserver(this);
62 Shell::GetInstance()->display_controller()->RemoveObserver(this);
65 Shell::GetInstance()->output_configurator()->RemoveObserver(this);
67 Shell::GetScreen()->RemoveObserver(this);
125 Shell::GetContainer(root_window_
    [all...]
  /external/chromium_org/ash/wm/
ash_native_cursor_manager.cc 9 #include "ash/shell.h"
20 Shell::RootWindowList root_windows =
21 Shell::GetInstance()->GetAllRootWindows();
22 for (Shell::RootWindowList::iterator iter = root_windows.begin();
26 Shell::GetInstance()->display_controller()->
32 Shell::RootWindowList root_windows =
33 Shell::GetInstance()->GetAllRootWindows();
34 for (Shell::RootWindowList::iterator iter = root_windows.begin();
38 Shell::GetInstance()->display_controller()->mirror_window_controller()->
44 Shell::RootWindowList root_windows
    [all...]
window_selector_controller.cc 8 #include "ash/shell.h"
35 Shell::GetInstance()->AddPreTargetHandler(this);
39 Shell::GetInstance()->RemovePreTargetHandler(this);
46 Shell::GetInstance()->window_selector_controller()->AltKeyReleased();
63 return !Shell::GetInstance()->session_state_delegate()->IsScreenLocked() &&
64 !Shell::GetInstance()->IsSystemModalWindowOpen();
71 std::vector<aura::Window*> windows = ash::Shell::GetInstance()->
94 std::vector<aura::Window*> windows = ash::Shell::GetInstance()->
window_cycle_controller.cc 10 #include "ash/shell.h"
48 Shell::GetInstance()->window_cycle_controller()->AltKeyReleased();
69 return !Shell::GetInstance()->session_state_delegate()->IsScreenLocked() &&
70 !Shell::GetInstance()->IsSystemModalWindowOpen();
115 windows_.reset(new WindowCycleList(ash::Shell::GetInstance()->
129 Shell::GetInstance()->RemovePreTargetHandler(event_handler_.get());
136 Shell::GetInstance()->AddPreTargetHandler(event_handler_.get());
  /external/chromium_org/ash/system/chromeos/
keyboard_brightness_controller.cc 7 #include "ash/shell.h"
19 Shell::GetInstance()->delegate()->RecordUserMetricsAction(
31 Shell::GetInstance()->delegate()->RecordUserMetricsAction(
  /external/chromium_org/chrome/browser/chromeos/power/
video_activity_notifier.cc 7 #include "ash/shell.h"
21 ash::Shell::GetInstance()->video_detector()->AddObserver(this);
25 ash::Shell::GetInstance()->video_detector()->RemoveObserver(this);
  /external/chromium_org/chrome/browser/chromeos/ui/
screen_capture_notification_ui_chromeos.cc 21 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenCaptureStop();
26 ash::Shell::GetInstance()->system_tray_notifier()->NotifyScreenCaptureStart(
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc 14 #include "ash/shell.h"
28 // This may be called before |ash::Shell| is initialized when
30 if (ash::Shell::HasInstance()) {
34 aura::client::GetCaptureClient(ash::Shell::GetPrimaryRootWindow())->
46 // App is exiting, call EndKeepAlive() on behalf of Aura Shell.
  /external/chromium_org/ash/accelerators/
accelerator_filter.cc 8 #include "ash/shell.h"
29 Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
45 if (Shell::GetInstance()->GetAppListTargetVisibility())
50 return Shell::GetInstance()->accelerator_controller()->IsReservedAccelerator(
83 Shell::GetInstance()->accelerator_controller()->context()->
89 if (Shell::GetInstance()->accelerator_controller()->Process(accelerator))
focus_manager_factory.cc 8 #include "ash/shell.h"
25 Shell::GetInstance()->accelerator_controller();
35 Shell::GetInstance()->accelerator_controller();
  /external/chromium_org/ash/test/
ash_test_helper.cc 8 #include "ash/shell.h"
48 // Creates Shell and hook with Desktop.
61 ash::Shell::CreateInstance(test_shell_delegate_);
62 Shell* shell = Shell::GetInstance(); local
70 test::DisplayManagerTestApi(shell->display_manager()).
72 ShellTestApi(shell).DisableOutputConfiguratorAnimation();
76 // Tear down the shell.
77 Shell::DeleteInstance()
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_service_ash.cc 7 #include "ash/shell.h"
50 // one the ash Shell is currently using.
52 if (!ash::Shell::GetInstance()->GetAppListTargetVisibility())
53 ash::Shell::GetInstance()->ToggleAppList(NULL);
57 return ash::Shell::GetInstance()->GetAppListTargetVisibility();
62 ash::Shell::GetInstance()->ToggleAppList(NULL);
68 if (ash::Shell::HasInstance())
69 return ash::Shell::GetInstance()->GetAppListWindow();
app_list_controller_ash.cc 7 #include "ash/shell.h"
15 DCHECK(ash::Shell::HasInstance());
16 if (ash::Shell::GetInstance()->GetAppListTargetVisibility())
17 ash::Shell::GetInstance()->ToggleAppList(NULL);
21 DCHECK(ash::Shell::HasInstance());
22 return ash::Shell::GetInstance()->GetAppListWindow();
  /external/chromium_org/content/shell/
shell_win.cc 5 #include "content/shell/shell.h"
16 #include "content/shell/app/resource.h"
21 const wchar_t kWindowTitle[] = L"Content Shell";
33 HINSTANCE Shell::instance_handle_;
35 void Shell::PlatformInitialize(const gfx::Size& default_window_size) {
45 void Shell::PlatformExit() {
46 std::vector<Shell*> windows = windows_;
47 for (std::vector<Shell*>::iterator it = windows.begin();
52 void Shell::PlatformCleanUp()
195 Shell* shell = static_cast<Shell*>(ui::GetWindowUserData(hwnd)); local
257 Shell* shell = static_cast<Shell*>(ui::GetWindowUserData(hwnd)); local
    [all...]
shell.h 49 // This represents one window of the Content Shell, i.e. all the UI including
51 class Shell : public WebContentsDelegate,
57 virtual ~Shell();
77 static Shell* CreateNewWindow(BrowserContext* browser_context,
83 // Returns the Shell object corresponding to the given RenderViewHost.
84 static Shell* FromRenderViewHost(RenderViewHost* rvh);
87 static std::vector<Shell*>& windows() { return windows_; }
97 base::Callback<void(Shell*)> shell_created_callback);
160 explicit Shell(WebContents* web_contents);
162 // Helper to create a new Shell given a newly created WebContents
    [all...]
shell_gtk.cc 5 #include "content/shell/shell.h"
18 #include "content/shell/shell_browser_context.h"
19 #include "content/shell/shell_content_browser_client.h"
26 gboolean ShowWebInspectorActivated(GtkWidget* widget, Shell* shell) {
27 shell->ShowDevTools();
32 GCallback callback, Shell* shell) {
34 g_signal_connect(entry, "activate", callback, shell);
    [all...]
  /external/chromium_org/content/test/
content_browser_test_utils.cc 18 #include "content/shell/shell.h"
19 #include "content/shell/shell_javascript_dialog_manager.h"
35 void NavigateToURLBlockUntilNavigationsComplete(Shell* window,
50 void NavigateToURL(Shell* window, const GURL& url) {
54 void WaitForAppModalDialog(Shell* window) {
66 Shell::SetShellCreatedCallback(
73 Shell* ShellAddedObserver::GetShell() {
82 void ShellAddedObserver::ShellCreated(Shell* shell) {
    [all...]
  /external/chromium_org/ash/display/
mouse_cursor_event_filter_unittest.cc 7 #include "ash/shell.h"
23 return Shell::GetScreen()->GetDisplayNearestWindow(
24 Shell::GetAllRootWindows()[0]);
28 return Shell::GetScreen()->GetDisplayNearestWindow(
29 Shell::GetAllRootWindows()[1]);
45 Shell::GetInstance()->mouse_cursor_filter();
48 Shell::GetInstance()->display_manager()->layout_store()->
51 Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
108 Shell::GetInstance()->mouse_cursor_filter()
    [all...]
display_controller_unittest.cc 13 #include "ash/shell.h"
44 Shell::GetInstance()->display_controller()->AddObserver(this);
45 Shell::GetScreen()->AddObserver(this);
49 Shell::GetInstance()->display_controller()->RemoveObserver(this);
50 Shell::GetScreen()->RemoveObserver(this);
101 return Shell::GetScreen()->GetDisplayNearestWindow(
102 Shell::GetAllRootWindows()[0]);
106 return Shell::GetScreen()->GetDisplayNearestWindow(
107 Shell::GetAllRootWindows()[1]);
113 ASSERT_GT(Shell::GetScreen()->GetNumDisplays(), 1)
    [all...]
root_window_transformers_unittest.cc 14 #include "ash/shell.h"
113 return Shell::GetInstance()->display_manager()->GetDisplayInfo(id).rotation();
117 return Shell::GetInstance()->display_manager()->GetDisplayInfo(id).ui_scale();
138 Shell::GetInstance()->display_controller();
140 Shell::GetInstance()->magnification_controller();
141 DisplayManager* display_manager = Shell::GetInstance()->display_manager();
144 Shell::GetInstance()->AddPreTargetHandler(&event_handler);
147 gfx::Display display1 = Shell::GetScreen()->GetPrimaryDisplay();
150 Shell::RootWindowList root_windows = Shell::GetAllRootWindows()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.cc 7 #include "ash/shell.h"
47 if (ash::Shell::HasInstance() &&
48 ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
49 ash::Shell::GetInstance()->user_activity_detector()->RemoveObserver(this);
79 if (!ash::Shell::GetInstance()->user_activity_detector()->HasObserver(this))
80 ash::Shell::GetInstance()->user_activity_detector()->AddObserver(this);
  /external/chromium_org/ash/launcher/
launcher_alignment_menu.cc 9 #include "ash/shell.h"
57 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_LEFT,
61 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_BOTTOM,
65 Shell::GetInstance()->SetShelfAlignment(SHELF_ALIGNMENT_RIGHT,
  /external/chromium_org/ash/shell/
context_menu.cc 5 #include "ash/shell/context_menu.h"
10 #include "ash/shell.h"
15 namespace shell { namespace in namespace:ash
36 return Shell::GetInstance()->GetShelfAutoHideBehavior(root_window_) ==
54 Shell* shell = Shell::GetInstance(); local
57 shell->SetShelfAutoHideBehavior(
58 shell->GetShelfAutoHideBehavior(root_window_) ==
69 } // namespace shell
    [all...]
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate_unittest.cc 7 #include "ash/shell.h"
32 EXPECT_EQ(Shell::GetPrimaryRootWindow(),
36 gfx::Rect work_area = Shell::GetScreen()->GetPrimaryDisplay().work_area();

Completed in 659 milliseconds

12 3 4 5 6 7 8 91011>>