Searched refs:Shell (Results 1 - 25 of 572) sorted by relevance

1234567891011>>

/external/chromium_org/ash/system/user/
H A Dconfig.cc18 return Shell::GetInstance()
26 return Shell::GetInstance()->delegate()->IsMultiProfilesEnabled() &&
31 return Shell::GetInstance()->delegate()->IsMultiAccountEnabled() &&
/external/chromium_org/ash/
H A Dvirtual_keyboard_controller.cc13 Shell::GetInstance()->AddShellObserver(this);
17 Shell::GetInstance()->RemoveShellObserver(this);
22 Shell::GetInstance()->CreateKeyboard();
28 Shell::GetInstance()->DeactivateKeyboard();
H A Dscoped_target_root_window.cc12 Shell::GetInstance()->scoped_target_root_window_ = root_window;
16 Shell::GetInstance()->scoped_target_root_window_ = NULL;
H A Dcancel_mode.cc14 Shell::RootWindowControllerList controllers(
15 Shell::GetAllRootWindowControllers());
16 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
H A Dvirtual_keyboard_controller_unittest.cc21 Shell::GetInstance()->maximize_mode_controller()->
24 Shell::GetInstance()->maximize_mode_controller()->
/external/chromium_org/v8/src/
H A Dd8-windows.cc11 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) {
/external/chromium_org/content/public/test/
H A Dcontent_browser_test.h13 class Shell;
31 Shell* CreateBrowser();
34 Shell* CreateOffTheRecordBrowser();
37 Shell* shell() const { return shell_; }
40 Shell* shell_;
H A Dcontent_browser_test_utils.h30 class Shell;
47 void NavigateToURL(Shell* window, const GURL& url);
48 void LoadDataWithBaseURL(Shell* window,
55 void NavigateToURLBlockUntilNavigationsComplete(Shell* window,
60 void ReloadBlockUntilNavigationsComplete(Shell* window,
64 void WaitForAppModalDialog(Shell* window);
66 // Used to wait for a new Shell window to be created. Instantiate this object
75 Shell* GetShell();
78 void ShellCreated(Shell* shell);
80 Shell* shell
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_android.cc23 void Shell::PlatformInitialize(const gfx::Size& default_window_size) {
26 void Shell::PlatformExit() {
29 void Shell::PlatformCleanUp() {
36 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) {
43 void Shell::PlatformSetAddressBarURL(const GURL& url) {
49 void Shell::PlatformSetIsLoading(bool loading) {
54 void Shell::PlatformCreateWindow(int width, int height) {
58 void Shell::PlatformSetContents() {
64 void Shell::PlatformResizeSubViews() {
68 void Shell
[all...]
H A Dshell_aura.cc17 void Shell::PlatformInitialize(const gfx::Size& default_window_size) {
24 void Shell::PlatformExit() {
31 void Shell::PlatformCleanUp() {
34 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) {
37 void Shell::PlatformSetAddressBarURL(const GURL& url) {
40 void Shell::PlatformSetIsLoading(bool loading) {
43 void Shell::PlatformCreateWindow(int width, int height) {
50 void Shell::PlatformSetContents() {
60 void Shell::PlatformResizeSubViews() {
63 void Shell
[all...]
H A Dshell.cc33 const int Shell::kDefaultTestWindowWidthDip = 800;
34 const int Shell::kDefaultTestWindowHeightDip = 600;
36 std::vector<Shell*> Shell::windows_;
37 base::Callback<void(Shell*)> Shell::shell_created_callback_;
39 bool Shell::quit_message_loop_ = true;
41 class Shell::DevToolsWebContentsObserver : public WebContentsObserver {
43 DevToolsWebContentsObserver(Shell* shell, WebContents* web_contents)
54 Shell* shell
59 Shell::Shell(WebContents* web_contents) function in class:content::Shell
[all...]
/external/chromium_org/ash/system/chromeos/session/
H A Dlast_window_closed_logout_reminder.cc20 Shell::GetInstance()->system_tray_notifier()->AddLastWindowClosedObserver(
25 Shell::GetInstance()->system_tray_notifier()->RemoveLastWindowClosedObserver(
30 if (Shell::GetInstance()->system_tray_delegate()->GetUserLoginStatus() !=
37 Shell::GetInstance()->logout_confirmation_controller()->ConfirmLogout(
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_configuration_observer.cc15 ash::Shell::GetInstance()->display_controller()->AddObserver(this);
19 ash::Shell::GetInstance()->display_controller()->RemoveObserver(this);
24 if (ash::Shell::GetInstance()->delegate()->IsFirstRunAfterBoot())
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dkeyboard_driven_oobe_key_handler.cc13 ash::Shell::GetInstance()->AddPreTargetHandler(this);
16 ash::Shell::GetInstance()->RemovePreTargetHandler(this);
21 ash::Shell::GetInstance()->GetPrimarySystemTray()->CloseSystemBubble();
/external/chromium_org/ash/test/
H A Dmirror_window_test_api.cc18 aura::Window* window = Shell::GetInstance()
26 return Shell::GetInstance()->display_controller()->
31 return Shell::GetInstance()->display_controller()->
36 return Shell::GetInstance()->display_controller()->
42 return Shell::GetInstance()->display_controller()->
H A Dstatus_area_widget_test_helper.cc16 return Shell::GetInstance()->system_tray_delegate()->GetUserLoginStatus();
20 return Shell::GetPrimaryRootWindowController()->shelf()->
26 Shell::GetPrimaryRootWindowController();
27 Shell::RootWindowControllerList controllers =
28 Shell::GetAllRootWindowControllers();
/external/chromium_org/ash/shell/
H A Dwindow_watcher_unittest.cc25 Shell::DeleteInstance();
31 Shell::CreateInstance(init_params);
32 Shell::GetPrimaryRootWindow()->GetHost()->Show();
33 Shell::GetInstance()->CreateShelf();
34 Shell::GetInstance()->UpdateAfterLoginStatusChange(
40 Shell::GetPrimaryRootWindow()->Hide();
/external/chromium_org/ash/system/overview/
H A Doverview_button_tray_unittest.cc64 Shell::GetInstance()->maximize_mode_controller()->
68 Shell::GetInstance()->maximize_mode_controller()->
75 ASSERT_FALSE(Shell::GetInstance()->window_selector_controller()->
84 EXPECT_TRUE(Shell::GetInstance()->window_selector_controller()->
98 Shell::GetInstance()->maximize_mode_controller()->
102 Shell::GetInstance()->maximize_mode_controller()->
112 Shell::GetInstance()->maximize_mode_controller()->
116 Shell::GetInstance()->maximize_mode_controller()->
123 Shell::GetInstance()->maximize_mode_controller()->
126 Shell
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_util.cc17 return ash::Shell::HasInstance();
20 if (!ash::Shell::HasInstance())
24 ash::Shell::GetInstance()->GetAllRootWindows();
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dview_manager_client_factory.h14 class Shell;
21 ViewManagerClientFactory(Shell* shell, ViewManagerDelegate* delegate);
30 Shell* shell_;
/external/chromium_org/ash/wm/
H A Dcoordinate_conversion.cc20 Shell::GetScreen()->GetDisplayNearestPoint(point);
24 return Shell::GetInstance()->display_controller()->
29 const gfx::Display& display = Shell::GetScreen()->GetDisplayMatching(rect);
30 return Shell::GetInstance()->display_controller()->
/external/chromium_org/ash/session/
H A Dsession_state_observer.cc15 ash::Shell::GetInstance()->session_state_delegate()->AddSessionStateObserver(
20 ash::Shell::GetInstance()
/external/chromium_org/chrome/browser/
H A Didle_chromeos.cc19 ash::Shell::GetInstance()->user_activity_detector()->last_activity_time();
28 return ash::Shell::GetInstance()->session_state_delegate()->IsScreenLocked();
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime_aura.cc23 // This may be called before |ash::Shell| is initialized when
25 if (ash::Shell::HasInstance()) {
28 aura::client::GetCaptureClient(ash::Shell::GetPrimaryRootWindow())->
37 // App is exiting, call DecrementKeepAliveCount() on behalf of Aura Shell.
/external/chromium_org/content/browser/
H A Dsite_per_process_browsertest.h10 class Shell;
22 bool NavigateIframeToURL(Shell* window,

Completed in 2529 milliseconds

1234567891011>>