OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_shell
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/
render_view_host_browsertest.cc
111
Shell*
new_shell
= new_shell_observer.GetShell();
local
113
new_shell
->web_contents())->GetFrameTree()->root();
142
Shell*
new_shell
= new_shell_observer.GetShell();
local
143
new_shell
->LoadURL(test_url);
144
RenderViewHost* rvh =
new_shell
->web_contents()->GetRenderViewHost();
153
new_shell
->Close();
/external/chromium_org/content/browser/frame_host/
render_frame_host_manager_browsertest.cc
124
Shell*
new_shell
= new_shell_observer.GetShell();
local
127
WaitForLoadStop(
new_shell
->web_contents());
129
new_shell
->web_contents()->GetLastCommittedURL().path());
133
new_shell
->web_contents()->GetSiteInstance());
145
NavigateToURL(
new_shell
, GetCrossSiteURL("files/title1.html"));
147
new_shell
->web_contents()->GetSiteInstance());
188
Shell*
new_shell
= new_shell_observer.GetShell();
local
191
new_shell
->web_contents()->GetVisibleURL().path());
194
WaitForLoadStop(
new_shell
->web_contents());
196
new_shell
->web_contents())
236
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
284
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
365
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
445
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
544
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
683
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
767
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
828
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
929
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
982
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
1017
Shell*
new_shell
= CreateBrowser();
local
1091
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
1263
Shell*
new_shell
=
new_shell
_observer.GetShell();
local
1443
Shell*
new_shell
= shao.GetShell();
local
[
all
...]
/external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc
678
Shell*
new_shell
= CreateBrowser();
local
679
NavigateToURL(
new_shell
, GURL(url::kAboutBlankURL));
680
NavigateAndWaitForTitle(
new_shell
, "version_change_blocked.html", "#tab2",
684
TitleWatcher title_watcher(
new_shell
->web_contents(), expected_title16);
Completed in 169 milliseconds