HomeSort by relevance Sort by last modified time
    Searched refs:Shell (Results 1 - 25 of 639) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
d8-windows.cc 38 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) {
  /external/v8/src/
d8-windows.cc 38 void Shell::AddOSMethods(Handle<ObjectTemplate> os_templ) {
  /external/chromium_org/content/test/
content_browser_test_utils.h 27 class Shell;
43 void NavigateToURL(Shell* window, const GURL& url);
47 void NavigateToURLBlockUntilNavigationsComplete(Shell* window,
52 void WaitForAppModalDialog(Shell* window);
54 // Used to wait for a new Shell window to be created. Instantiate this object
63 Shell* GetShell();
66 void ShellCreated(Shell* shell);
68 Shell* shell_;
content_browser_test.h 16 class Shell;
33 Shell* CreateBrowser();
36 Shell* CreateOffTheRecordBrowser();
39 Shell* shell() const { return shell_; } function in class:content::ContentBrowserTest
44 Shell* shell_;
accessibility_browser_test_utils.h 16 class Shell;
26 Shell* shell,
49 Shell* shell_;
  /external/chromium_org/ash/shell/
window_watcher_unittest.cc 5 #include "ash/shell/window_watcher.h"
7 #include "ash/shell.h"
9 #include "ash/shell/shell_delegate_impl.h"
18 // This test verifies that shell can be torn down without causing failures
22 scoped_ptr<ash::shell::WindowWatcher> window_watcher;
23 Shell::DeleteInstance();
25 shell::ShellDelegateImpl* delegate = new ash::shell::ShellDelegateImpl;
26 Shell::CreateInstance(delegate);
27 Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->Show()
    [all...]
  /external/chromium_org/ash/
scoped_target_root_window.cc 6 #include "ash/shell.h"
13 Shell::GetInstance()->scoped_target_root_window_ = root_window;
17 Shell::GetInstance()->scoped_target_root_window_ = NULL;
cancel_mode.cc 8 #include "ash/shell.h"
14 Shell::RootWindowControllerList controllers(
15 Shell::GetAllRootWindowControllers());
16 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
session_state_observer.cc 8 #include "ash/shell.h"
14 ash::Shell::GetInstance()->session_state_delegate()->
19 ash::Shell::GetInstance()->session_state_delegate()->
  /external/chromium_org/ash/wm/
app_list_controller_unittest.cc 5 #include "ash/shell.h"
20 Shell::GetInstance()->ToggleAppList(NULL);
21 EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
26 EXPECT_FALSE(Shell::GetInstance()->GetAppListTargetVisibility());
32 Shell::GetInstance()->ToggleAppList(NULL);
33 EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
35 aura::Window* applist_container = Shell::GetContainer(
36 Shell::GetPrimaryRootWindow(),
42 EXPECT_TRUE(Shell::GetInstance()->GetAppListTargetVisibility());
  /external/chromium_org/chrome/browser/chromeos/display/
display_configuration_observer.cc 8 #include "ash/shell.h"
14 ash::Shell::GetInstance()->display_controller()->AddObserver(this);
18 ash::Shell::GetInstance()->display_controller()->RemoveObserver(this);
  /external/chromium_org/chrome/browser/chromeos/login/
keyboard_driven_oobe_key_handler.cc 7 #include "ash/shell.h"
13 ash::Shell::GetInstance()->AddPreTargetHandler(this);
16 ash::Shell::GetInstance()->RemovePreTargetHandler(this);
21 ash::Shell::GetInstance()->GetPrimarySystemTray()->CloseSystemBubble();
  /external/chromium_org/content/shell/browser/
shell_android.cc 5 #include "content/shell/browser/shell.h"
15 #include "content/shell/android/shell_manager.h"
23 void Shell::PlatformInitialize(const gfx::Size& default_window_size) {
29 void Shell::PlatformExit() {
32 void Shell::PlatformCleanUp() {
35 void Shell::PlatformEnableUIControl(UIControl control, bool is_enabled) {
38 void Shell::PlatformSetAddressBarURL(const GURL& url) {
44 void Shell::PlatformSetIsLoading(bool loading) {
49 void Shell::PlatformCreateWindow(int width, int height)
    [all...]
shell.cc 5 #include "content/shell/browser/shell.h"
23 #include "content/shell/browser/notify_done_forwarder.h"
24 #include "content/shell/browser/shell_browser_main_parts.h"
25 #include "content/shell/browser/shell_content_browser_client.h"
26 #include "content/shell/browser/shell_devtools_frontend.h"
27 #include "content/shell/browser/shell_javascript_dialog_manager.h"
28 #include "content/shell/browser/webkit_test_controller.h"
29 #include "content/shell/common/shell_messages.h"
30 #include "content/shell/common/shell_switches.h
102 Shell* shell = new Shell(web_contents); local
167 Shell* shell = CreateShell(web_contents, create_params.initial_size); local
    [all...]
shell_devtools_frontend.h 22 class Shell;
33 Shell* frontend_shell() const { return frontend_shell_; }
36 ShellDevToolsFrontend(Shell* frontend_shell, DevToolsAgentHost* agent_host);
49 Shell* frontend_shell_;
  /external/chromium_org/ash/test/
mirror_window_test_api.cc 9 #include "ash/shell.h"
17 return Shell::GetInstance()->display_controller()->
22 return Shell::GetInstance()->display_controller()->
27 return Shell::GetInstance()->display_controller()->
32 return Shell::GetInstance()->display_controller()->
38 return Shell::GetInstance()->display_controller()->
app_list_controller_test_api.h 16 class Shell;
26 explicit AppListControllerTestApi(Shell* shell);
  /external/chromium_org/ash/wm/overview/
window_selector_controller.cc 10 #include "ash/shell.h"
30 return !Shell::GetInstance()->session_state_delegate()->IsScreenLocked() &&
31 !Shell::GetInstance()->IsSystemModalWindowOpen();
38 std::vector<aura::Window*> windows = ash::Shell::GetInstance()->
56 std::vector<aura::Window*> windows = ash::Shell::GetInstance()->
77 Shell::GetInstance()->mru_window_tracker()->SetIgnoreActivations(false);
83 Shell::GetInstance()->mru_window_tracker()->SetIgnoreActivations(false);
87 Shell::GetInstance()->mru_window_tracker()->SetIgnoreActivations(true);
88 Shell* shell = Shell::GetInstance() local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
ash_init.cc 12 #include "ash/shell.h"
56 ash::Shell::set_initially_hide_cursor(true);
59 // Shell takes ownership of ChromeShellDelegate.
60 ash::Shell* shell = ash::Shell::CreateInstance(new ChromeShellDelegate); local
61 shell->event_rewriter_filter()->SetEventRewriterDelegate(
63 shell->accelerator_controller()->SetScreenshotDelegate(
66 shell->accelerator_controller()->SetImeControlDelegate(
68 ash::Shell::GetInstance()->high_contrast_controller()->SetEnabled
    [all...]
ash_util.cc 7 #include "ash/shell.h"
20 if (!ash::Shell::HasInstance())
24 ash::Shell::GetInstance()->GetAllRootWindows();
43 if (!ash::Shell::HasInstance())
  /external/chromium_org/ash/first_run/
first_run_helper_impl.cc 8 #include "ash/shell.h"
25 params.bounds = Shell::GetScreen()->GetPrimaryDisplay().bounds();
29 Shell::GetContainer(Shell::GetPrimaryRootWindow(),
40 Shell::GetInstance()->overlay_filter()->Activate(this);
44 Shell::GetInstance()->overlay_filter()->Deactivate();
55 if (Shell::GetInstance()->GetAppListTargetVisibility())
57 Shell::GetInstance()->ToggleAppList(NULL);
61 if (!Shell::GetInstance()->GetAppListTargetVisibility())
63 Shell::GetInstance()->ToggleAppList(NULL)
    [all...]
  /external/chromium_org/chrome/browser/
idle_chromeos.cc 8 #include "ash/shell.h"
14 ash::Shell::GetInstance()->user_activity_detector()->last_activity_time();
19 return ash::Shell::GetInstance()->session_state_delegate()->IsScreenLocked();
  /external/chromium_org/content/shell/android/
shell_manager.h 13 class Shell;
21 // Creates an Android specific shell view, which is our version of a shell
23 // render a shell window. Returns the java object representing the shell view.
25 jobject CreateShellView(Shell* shell);
27 // Closes a previously created shell view.
  /external/chromium_org/chrome/browser/chromeos/power/
power_button_observer.cc 7 #include "ash/shell.h"
23 if (!ash::Shell::GetInstance()->system_tray_delegate())
25 return ash::Shell::GetInstance()->system_tray_delegate()->
32 ash::Shell::GetInstance()->lock_state_controller()->
52 ash::Shell::GetInstance()->OnLoginStateChanged(GetCurrentLoginStatus());
56 ash::Shell::GetInstance()->OnLockStateChanged(locked);
69 ash::Shell::GetInstance()->OnLoginStateChanged(GetCurrentLoginStatus());
73 ash::Shell::GetInstance()->OnAppTerminating();
77 ash::Shell::GetInstance()->OnLockStateChanged(locked);
87 ash::Shell::GetInstance()->power_button_controller()-
    [all...]
  /external/chromium_org/ash/system/chromeos/enterprise/
tray_enterprise.cc 7 #include "ash/shell.h"
20 Shell::GetInstance()->system_tray_notifier()->
25 Shell::GetInstance()->system_tray_notifier()->
30 base::string16 message = Shell::GetInstance()->system_tray_delegate()->
56 Shell::GetInstance()->system_tray_delegate()->ShowEnterpriseInfo();

Completed in 941 milliseconds

1 2 3 4 5 6 7 8 91011>>