OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:active_web_contents
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/extension_action/
browser_action_interactive_test.cc
282
content::WebContents*
active_web_contents
=
local
284
ASSERT_TRUE(
active_web_contents
);
285
GURL url =
active_web_contents
->GetLastCommittedURL();
/external/chromium_org/chrome/browser/extensions/
extension_webui_apitest.cc
118
content::WebContents*
active_web_contents
=
local
121
if (
active_web_contents
->GetLastCommittedURL() == frame_url)
122
return
active_web_contents
->GetMainFrame();
125
active_web_contents
->ForEachFrame(
webstore_reinstaller_browsertest.cc
79
content::WebContents*
active_web_contents
=
local
81
ASSERT_TRUE(
active_web_contents
);
90
active_web_contents
,
109
active_web_contents
,
/external/chromium_org/chrome/browser/history/
history_browsertest.cc
503
content::WebContents*
active_web_contents
=
local
505
ASSERT_EQ(web_contents,
active_web_contents
);
506
ASSERT_EQ(history_url,
active_web_contents
->GetURL());
/external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc
355
WebContents* const
active_web_contents
=
local
357
if (IsFullscreenForCapturedTab(
active_web_contents
)) {
358
RenderViewHost* const rvh =
active_web_contents
->GetRenderViewHost();
/external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h
197
content::WebContents*
active_web_contents
() {
function in class:remoting::RemoteDesktopBrowserTest
226
return
active_web_contents
()->GetURL();
241
return ExecuteScriptAndExtractBool(
active_web_contents
(), script);
251
return ExecuteScriptAndExtractInt(
active_web_contents
(), script);
261
return ExecuteScriptAndExtractString(
active_web_contents
(), script);
314
return IsAuthenticatedInWindow(
active_web_contents
());
Completed in 165 milliseconds