Searched defs:shell (Results 201 - 225 of 236) sorted by relevance

12345678910

/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc18 #include "ash/shell.h"
231 ash::Shell* shell = ash::Shell::GetInstance(); local
232 shell->SetShelfAlignment(alignment, root_window);
236 ash::Shell* shell = ash::Shell::GetInstance(); local
237 return shell->GetShelfAlignment(root_window);
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc15 #include "ash/shell.h"
189 ash::Shell* shell = ash::Shell::GetInstance(); local
194 shell->display_configurator()->requested_power_state());
196 shell->display_manager()->UpdateDisplays();
202 shell->display_manager()->GetCurrentDisplayLayout().ToString());
444 ash::Shell* shell = ash::Shell::GetInstance(); local
449 if (shell->display_manager()->SetDisplayMode(id, new_mode)) {
450 shell->resolution_notification_controller()->PrepareNotification(
631 ash::Shell* shell = ash::Shell::GetInstance(); local
637 shell
656 ash::Shell* shell = ash::Shell::GetInstance(); local
781 ash::Shell* shell = ash::Shell::GetInstance(); local
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc31 #include "content/shell/browser/shell.h"
74 Shell* the_browser = incognito ? CreateOffTheRecordBrowser() : shell();
91 void NavigateAndWaitForTitle(Shell* shell, argument
100 TitleWatcher title_watcher(shell->web_contents(), expected_title16);
101 NavigateToURL(shell, url);
108 shell()->web_contents()->GetBrowserContext());
117 shell()->web_contents()->GetBrowserContext())->GetQuotaManager());
220 CrashTab(shell()->web_contents());
228 NavigateToURLBlockUntilNavigationsComplete(shell(), ur
279 CopyLevelDBToProfile(Shell* shell, scoped_refptr<IndexedDBContextImpl> context, const std::string& test_directory) argument
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc14 #include "content/shell/browser/shell.h"
165 return ExecuteScript(shell()->web_contents(), javascript);
170 TitleWatcher title_watcher(shell()->web_contents(), expected_title16);
212 shell()->web_contents(),
222 shell()->web_contents(),
233 shell()->web_contents(),
265 shell()->web_contents(),
274 shell()->web_contents(),
297 shell()
423 GetSsrcInfoBlockCount(Shell* shell) argument
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell.cc5 #include "content/shell/browser/shell.h"
22 #include "content/shell/browser/notify_done_forwarder.h"
23 #include "content/shell/browser/shell_browser_main_parts.h"
24 #include "content/shell/browser/shell_content_browser_client.h"
25 #include "content/shell/browser/shell_devtools_frontend.h"
26 #include "content/shell/browser/shell_javascript_dialog_manager.h"
27 #include "content/shell/browser/webkit_test_controller.h"
28 #include "content/shell/common/shell_messages.h"
29 #include "content/shell/commo
43 DevToolsWebContentsObserver(Shell* shell, WebContents* web_contents) argument
97 Shell* shell = new Shell(web_contents); local
162 Shell* shell = CreateShell(web_contents, create_params.initial_size); local
[all...]
H A Dshell_views.cc5 #include "content/shell/browser/shell.h"
13 #include "content/shell/browser/shell_platform_data_aura.h"
54 // ViewDelegate implementation for aura content shell
78 Shell* shell, const content::ContextMenuParams& params)
80 shell_(shell),
114 // Maintain the UI controls and web view for content shell
125 ShellWindowDelegateView(Shell* shell) argument
126 : shell_(shell),
206 // Initialize the UI control contained in shell windo
77 ContextMenuModel( Shell* shell, const content::ContextMenuParams& params) argument
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview_manager_client_impl.cc15 #include "mojo/public/interfaces/application/shell.mojom.h"
99 Shell* shell)
105 shell_(shell) {
115 shell->ConnectToApplication(window_manager_url, Get(&sp));
98 ViewManagerClientImpl(ViewManagerDelegate* delegate, Shell* shell) argument
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc35 #include "ash/shell.h"
151 Shell* shell = Shell::GetInstance(); local
153 return shell->focus_cycler()->FocusWidget(
289 Shell* shell = Shell::GetInstance(); local
294 shell->focus_cycler()->RotateFocus(FocusCycler::FORWARD);
299 shell->focus_cycler()->RotateFocus(FocusCycler::BACKWARD);
873 ash::Shell* shell = ash::Shell::GetInstance(); local
996 shell->system_tray_delegate()->GetVolumeControlDelegate();
1001 shell->system_tray_delegate()->GetVolumeControlDelegate();
1006 shell
1141 ash::Shell* shell = ash::Shell::GetInstance(); local
[all...]
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc23 #include "ash/shell.h"
402 Shell* shell = Shell::GetInstance(); local
404 shell->display_configurator_animation();
/external/chromium_org/ash/
H A Droot_window_controller.cc24 #include "ash/shell.h"
344 Shell* shell = Shell::GetInstance(); local
345 shell->RemoveShellObserver(this);
363 shell->set_target_root_window(
428 // Notify shell observers that the shelf has been created.
710 Shell* shell = Shell::GetInstance(); local
711 shell->InitRootWindow(root_window);
726 shell->AddShellObserver(this);
730 shell->InitKeyboard();
736 if (shell
[all...]
H A Dshell.cc5 #include "ash/shell.h"
236 Shell* shell = GetInstance(); local
237 if (shell->scoped_target_root_window_)
238 return shell->scoped_target_root_window_;
239 return shell->target_root_window_;
H A Dshell.h152 namespace shell { namespace in namespace:ash
176 // A shell must be explicitly created so that it can call |Init()| with the
184 // Returns true if the ash shell has been instantiated.
586 friend class shell::WindowWatcher;
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc18 #include "ash/shell.h"
1276 Shell* shell = Shell::GetInstance(); local
1285 EXPECT_FALSE(shell->GetAppListTargetVisibility());
1289 shell->ShowAppList(NULL);
1290 EXPECT_TRUE(shell->GetAppListTargetVisibility());
1294 shell->DismissAppList();
1295 EXPECT_FALSE(shell->GetAppListTargetVisibility());
1303 Shell* shell = Shell::GetInstance(); local
1315 EXPECT_FALSE(shell->GetAppListTargetVisibility());
1319 shell
1337 Shell* shell = Shell::GetInstance(); local
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc16 #include "ash/shell.h"
337 Shell* shell = Shell::GetInstance(); local
338 shell->cursor_manager()->UnlockCursor();
531 Shell* shell = Shell::GetInstance(); local
532 shell->cursor_manager()->LockCursor();
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc33 #include "content/shell/browser/shell.h"
34 #include "content/shell/browser/shell_browser_context.h"
35 #include "content/shell/browser/shell_download_manager_delegate.h"
36 #include "content/shell/browser/shell_network_delegate.h"
103 static DownloadManagerImpl* DownloadManagerForShell(Shell* shell) { argument
108 shell->web_contents()->GetBrowserContext()));
582 DownloadManager* manager = DownloadManagerForShell(shell());
607 Shell* shell, int num_downloads) {
608 DownloadManager* download_manager = DownloadManagerForShell(shell);
606 CreateWaiter( Shell* shell, int num_downloads) argument
615 CreateInProgressWaiter( Shell* shell, int num_downloads) argument
621 CreateInterruptedWaiter( Shell* shell, int num_downloads) argument
645 NavigateToURLAndWaitForDownload( Shell* shell, const GURL& url, DownloadItem::DownloadState expected_terminal_state) argument
[all...]
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc19 #include "ash/shell.h"
546 ash::Shell* shell = ash::Shell::GetInstance(); local
547 if (!shell->delegate()->IsMultiProfilesEnabled())
558 shell->session_state_delegate()->GetMaximumNumberOfLoggedInUsers())
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c123 static int shell = 0; variable
2428 * shell interaction
2430 if (shell) {
2960 printf("\t--shell : run a navigating shell\n");
3100 if ((!strcmp(argv[i], "-shell")) ||
3101 (!strcmp(argv[i], "--shell"))) {
3102 shell++;
/external/libxml2/
H A Dxmllint.c123 static int shell = 0; variable
2434 * shell interaction
2436 if (shell) {
2977 printf("\t--shell : run a navigating shell\n");
3124 if ((!strcmp(argv[i], "-shell")) ||
3125 (!strcmp(argv[i], "--shell"))) {
3126 shell++;
/external/lldb/source/Host/common/
H A DHost.cpp1362 // Now delete the shell info that was passed into this function
1374 const char *shell)
1378 if (shell && shell[0])
1380 // Run the command in a shell
1381 launch_info.SetShell(shell);
1393 // No shell, just run it
1441 error.SetErrorString("timed out waiting for shell command to complete");
1468 error.SetErrorStringWithFormat("shell command output is too large to fit into a std::string");
1368 RunShellCommand(const char *command, const char *working_dir, int *status_ptr, int *signo_ptr, std::string *command_output_ptr, uint32_t timeout_sec, const char *shell) argument
/external/mksh/src/
H A Dmain.c296 /* define shell keywords */
357 /* assign default shell variable values */
643 shell(s, true);
685 * If user ^Cs out, we don't want to kill the shell...
707 i = shell(s, false);
717 /* spawn a command into a shell optionally keeping track of the line number */
726 return (shell(s, false));
733 shell(Source * volatile s, volatile bool toplevel) function
764 * top level shell. Kind of strange since
788 internal_errorf("%s %d", "shell",
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc1054 base::win::ScopedComPtr<IShellLink> shell; local
1055 ASSERT_TRUE(SUCCEEDED(shell.CreateInstance(CLSID_ShellLink, NULL,
1058 ASSERT_TRUE(SUCCEEDED(shell.QueryInterface(persist.Receive())));
1059 EXPECT_TRUE(SUCCEEDED(shell->SetPath(app_path.value().c_str())));
1060 EXPECT_TRUE(SUCCEEDED(shell->SetDescription(L"ResolveShortcutTest")));
/external/clang/lib/AST/
H A DExpr.cpp3939 PseudoObjectExpr::PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs) argument
3940 : Expr(PseudoObjectExprClass, shell) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar ... getProvisioningUI () protected org.eclipse.swt.widgets.Shell getShell () } org/eclipse/equinox/internal/p2/ui/sdk/ProvSDKMessages. ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6961 milliseconds

12345678910