Searched refs:shell (Results 226 - 250 of 765) sorted by path

1234567891011>>

/external/chromium_org/content/browser/
H A Dchild_process_security_policy_browsertest.cc15 #include "content/shell/browser/shell.h"
45 NavigateToURL(shell(), url);
50 WebContents* web_contents = shell()->web_contents();
H A Dcross_site_transfer_browsertest.cc17 #include "content/shell/browser/shell.h"
18 #include "content/shell/browser/shell_content_browser_client.h"
19 #include "content/shell/browser/shell_resource_dispatcher_host_delegate.h"
201 TestNavigationObserver load_observer(shell()->web_contents(), 1);
251 shell()->web_contents()->GetController();
262 NavigateToURL(shell(), url1);
279 NavigateToURLContentInitiated(shell(), url2, true, true);
298 NavigateToURLContentInitiated(shell(), url3, false, true);
319 shell()
[all...]
H A Ddatabase_browsertest.cc16 #include "content/shell/browser/shell.h"
25 void RunScriptAndCheckResult(Shell* shell, argument
30 shell->web_contents(),
36 void Navigate(Shell* shell) { argument
37 NavigateToURL(shell, GetTestUrl("", "simple_database.html"));
40 void CreateTable(Shell* shell) { argument
41 RunScriptAndCheckResult(shell, "createTable()", "done");
44 void InsertRecord(Shell* shell, const std::string& data) { argument
45 RunScriptAndCheckResult(shell, "insertRecor
48 UpdateRecord(Shell* shell, int index, const std::string& data) argument
55 DeleteRecord(Shell* shell, int index) argument
60 CompareRecords(Shell* shell, const std::string& expected) argument
64 HasTable(Shell* shell) argument
[all...]
H A Dnet_info_browsertest.cc11 #include "content/shell/browser/shell.h"
48 ExecuteScriptAndExtractString(shell()->web_contents(), script, &data));
55 ExecuteScriptAndExtractBool(shell()->web_contents(), script, &data));
63 NavigateToURL(shell(), content::GetTestUrl("", "net_info.html"));
73 NavigateToURL(shell(), content::GetTestUrl("", "net_info.html"));
H A Dplugin_browsertest.cc18 #include "content/shell/browser/shell.h"
19 #include "content/shell/common/shell_switches.h"
103 LoadAndWaitInWindow(shell(), url);
152 NavigateToURL(shell(), GetURL("npobject_released_on_destruction.html"));
171 NavigateToURL(shell(), GetURL("execute_script_delete_in_mouse_up.html"));
174 TitleWatcher title_watcher(shell()->web_contents(), expected_title);
176 SimulateMouseClick(shell()->web_contents(), 0,
202 shell()->LoadURL(GetURL("self_delete_plugin_invoke_alert.html"));
205 TitleWatcher title_watcher(shell()
[all...]
/external/chromium_org/content/browser/device_sensors/
H A Ddevice_inertial_sensor_browsertest.cc20 #include "content/shell/browser/shell.h"
21 #include "content/shell/browser/shell_javascript_dialog_manager.h"
209 shell()->GetJavaScriptDialogManager());
229 NavigateToURLBlockUntilNavigationsComplete(shell(), test_url, 2);
231 EXPECT_EQ("pass", shell()->web_contents()->GetLastCommittedURL().ref());
249 NavigateToURLBlockUntilNavigationsComplete(shell(), test_url, 2);
251 EXPECT_EQ("pass", shell()->web_contents()->GetLastCommittedURL().ref());
261 NavigateToURLBlockUntilNavigationsComplete(shell(), test_url, 2);
263 EXPECT_EQ("pass", shell()
[all...]
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler_browsertest.cc13 #include "content/shell/browser/shell.h"
60 agent_host_ = DevToolsAgentHost::GetOrCreateFor(shell()->web_contents());
115 shell()->LoadURL(GURL("about:blank"));
117 shell()->web_contents()->GetRenderViewHost(),
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_browsertest.cc12 #include "content/shell/browser/shell.h"
26 Shell* the_browser = incognito ? CreateOffTheRecordBrowser() : shell();
/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...]
H A Ddrag_download_file_browsertest.cc22 #include "content/shell/browser/shell.h"
23 #include "content/shell/browser/shell_browser_context.h"
24 #include "content/shell/browser/shell_download_manager_delegate.h"
69 shell()->web_contents()->GetBrowserContext()
104 referrer_encoding, shell()->web_contents()));
125 referrer_encoding, shell()->web_contents()));
H A Dmhtml_generation_browsertest.cc14 #include "content/shell/browser/shell.h"
56 NavigateToURL(shell(), embedded_test_server()->GetURL("/simple_page.html"));
58 shell()->web_contents()->GenerateMHTML(
H A Dsave_package_browsertest.cc9 #include "content/shell/browser/shell.h"
39 NavigateToURL(shell(), url);
43 shell()->web_contents(), SAVE_PAGE_TYPE_AS_ONLY_HTML, full_file_name,
53 NavigateToURL(shell(), url);
57 shell()->web_contents(), SAVE_PAGE_TYPE_AS_ONLY_HTML, full_file_name,
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_browsertest.cc18 #include "content/shell/browser/shell.h"
34 Shell* the_browser = incognito ? CreateOffTheRecordBrowser() : shell();
61 shell()->web_contents()->GetBrowserContext())->GetQuotaManager());
/external/chromium_org/content/browser/frame_host/
H A Dframe_tree_browsertest.cc19 #include "content/shell/browser/shell.h"
47 NavigateToURL(shell(), base_url.Resolve("blank.html"));
49 static_cast<WebContentsImpl*>(shell()->web_contents())->
60 &shell()->web_contents()->GetController()));
61 NavigateToURL(shell(), base_url.Resolve("frames-X-X.html"));
72 NavigateToURL(shell(),
75 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents());
94 NavigateToURL(shell(), test_server()->GetURL("files/title1.html"));
105 NavigateToURL(shell(),
[all...]
H A Dnavigation_controller_impl_browsertest.cc11 #include "content/shell/browser/shell.h"
24 shell()->web_contents()->GetController();
26 content::LoadDataWithBaseURL(shell(), history_url, data, base_url);
H A Drender_frame_host_manager_browsertest.cc32 #include "content/shell/browser/shell.h"
109 NavigateToURL(shell(), test_server()->GetURL(replacement_path));
113 shell()->web_contents()->GetSiteInstance());
120 shell()->web_contents(),
139 shell()->web_contents(),
153 shell()->web_contents(),
171 NavigateToURL(shell(), test_server()->GetURL(replacement_path));
175 shell()->web_contents()->GetSiteInstance());
182 shell()
[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/loader/
H A Dresource_dispatcher_host_browsertest.cc19 #include "content/shell/browser/shell.h"
20 #include "content/shell/browser/shell_content_browser_client.h"
21 #include "content/shell/browser/shell_network_delegate.h"
68 TitleWatcher title_watcher(shell()->web_contents(), expected_title16);
69 NavigateToURL(shell(), url);
74 NavigateToURL(shell(), url);
79 if (!ExecuteScript(shell()->web_contents(), "OpenPopup();"))
89 shell()->web_contents()->GetBrowserContext(), url);
150 shell()
[all...]
/external/chromium_org/content/browser/manifest/
H A Dmanifest_browsertest.cc13 #include "content/shell/browser/shell.h"
24 shell()->web_contents()->GetManifest(
53 TestNavigationObserver navigation_observer(shell()->web_contents(), 1);
54 shell()->LoadURL(test_url);
66 TestNavigationObserver navigation_observer(shell()->web_contents(), 1);
67 shell()->LoadURL(test_url);
79 TestNavigationObserver navigation_observer(shell()->web_contents(), 1);
80 shell()->LoadURL(test_url);
92 TestNavigationObserver navigation_observer(shell()
[all...]
/external/chromium_org/content/browser/media/
H A Dmedia_browsertest.cc12 #include "content/shell/browser/shell.h"
55 TitleWatcher title_watcher(shell()->web_contents(),
58 NavigateToURL(shell(), gurl);
234 NavigateToURL(shell(), GURL(url::kAboutBlankURL));
235 EXPECT_FALSE(shell()->web_contents()->IsCrashed());
H A Dmedia_canplaytype_browsertest.cc10 #include "content/shell/browser/shell.h"
49 NavigateToURL(shell(), url_);
59 shell()->web_contents(),
H A Dwebrtc_aecdump_browsertest.cc12 #include "content/shell/browser/shell.h"
78 NavigateToURL(shell(), GURL(""));
89 NavigateToURL(shell(), url);
136 NavigateToURL(shell(), GURL(""));
148 NavigateToURL(shell(), url);
182 NavigateToURL(shell(), GURL(""));
198 NavigateToURL(shell(), url);
H A Dwebrtc_browsertest.cc54 NavigateToURL(shell(), url);
H A Dwebrtc_getusermedia_browsertest.cc17 #include "content/shell/browser/shell.h"
124 NavigateToURL(shell(), url);
182 NavigateToURL(shell(), url);
193 NavigateToURL(shell(), url);
246 NavigateToURL(shell(), url);
257 NavigateToURL(shell(), url);
269 NavigateToURL(shell(), url);
282 NavigateToURL(shell(), url);
294 NavigateToURL(shell(), ur
[all...]
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...]

Completed in 6730 milliseconds

1234567891011>>