Searched refs:web_contents_ (Results 176 - 200 of 215) sorted by last modified time

123456789

/external/chromium_org/chrome/browser/chromeos/login/test/
H A Djs_checker.cc22 JSChecker::JSChecker() : web_contents_(NULL) {}
25 : web_contents_(web_contents) {
29 CHECK(web_contents_);
30 ASSERT_TRUE(content::ExecuteScript(web_contents_, expression));
78 CHECK(web_contents_);
79 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(web_contents_,
85 CHECK(web_contents_);
86 ASSERT_TRUE(content::ExecuteScriptAndExtractInt(web_contents_,
93 CHECK(web_contents_);
94 ASSERT_TRUE(content::ExecuteScriptAndExtractString(web_contents_,
[all...]
H A Djs_checker.h43 web_contents_ = web_contents;
51 content::WebContents* web_contents_; member in class:chromeos::test::JSChecker
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_window_proxy.cc41 web_contents_(web_contents),
75 web_modal::PopupManager::FromWebContents(web_contents_);
81 popup_manager->ShowModalDialog(widget_->GetNativeView(), web_contents_);
H A Dcaptive_portal_window_proxy.h112 content::WebContents* web_contents_; member in class:chromeos::CaptivePortalWindowProxy
/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc54 web_contents_(web_contents),
76 web_contents_->GetBrowserContext());
105 web_contents_->GetBrowserContext());
134 web_contents_->GetBrowserContext());
H A Doffline_load_page.h76 content::WebContents* web_contents_; member in class:chromeos::OfflineLoadPage
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc70 web_contents_(web_contents) {
85 platform_util::GetTopLevel(web_contents_->GetNativeView()),
115 WebContents* web_contents_; member in class:__anon3549::SelectFileDialog
212 : web_contents_(web_contents),
266 web_contents_);
313 web_contents_);
372 std::string file_system_id = RegisterFileSystem(web_contents_,
383 FileSystem filesystem = CreateFileSystemStruct(web_contents_,
400 std::string file_system_id = RegisterFileSystem(web_contents_,
403 FileSystem filesystem = CreateFileSystemStruct(web_contents_,
[all...]
H A Ddevtools_file_helper.h128 content::WebContents* web_contents_; member in class:DevToolsFileHelper
H A Ddevtools_ui_bindings.cc180 : web_contents_(web_contents) {}
199 content::WebContents* web_contents_; member in class:__anon3557::DefaultBindingsDelegate
204 web_contents_->GetDelegate()->ActivateContents(web_contents_);
205 web_contents_->Focus();
212 Browser* browser = FindBrowser(web_contents_);
217 web_contents_->GetRenderViewHost()->ClosePage();
221 return InfoBarService::FromWebContents(web_contents_);
322 web_contents_(web_contents),
323 delegate_(new DefaultBindingsDelegate(web_contents_)),
[all...]
H A Ddevtools_ui_bindings.h66 content::WebContents* web_contents() { return web_contents_; }
177 content::WebContents* web_contents_; member in class:DevToolsUIBindings
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc40 web_contents_(contents),
125 DCHECK(web_contents_);
131 PermissionBubbleManager::FromWebContents(web_contents_);
142 InfoBarService::FromWebContents(web_contents_), factory_.GetWeakPtr());
147 if (!web_contents_)
150 DownloadRequestLimiter::GetContentSettings(web_contents_);
152 ContentSettingsPattern::FromURL(web_contents_->GetURL()));
178 : web_contents_(NULL),
H A Ddownload_request_limiter.h146 content::WebContents* web_contents_; member in class:DownloadRequestLimiter::TabDownloadState
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
H A Dbookmark_manager_private_api.cc281 : profile_(profile), web_contents_(web_contents) {
283 BookmarkTabHelper::FromWebContents(web_contents_);
290 BookmarkTabHelper::FromWebContents(web_contents_);
H A Dbookmark_manager_private_api.h116 content::WebContents* web_contents_; member in class:extensions::BookmarkManagerPrivateDragEventRouter
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc257 : web_contents_(web_contents),
272 platform_util::GetTopLevel(web_contents_->GetNativeView()),
299 WebContents* web_contents_; member in class:extensions::__anon3756::SelectDirectoryDialog
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc174 web_contents_.reset(
181 SessionTabHelper::CreateForWebContents(web_contents_.get());
182 SessionTabHelper::FromWebContents(web_contents_.get())->SetWindowID(
186 // logic than the FaviconTabHelper associated with web_contents_
189 new LauncherFaviconLoader(this, web_contents_.get()));
191 content::WebContentsObserver::Observe(web_contents_.get());
199 web_contents_->GetController().LoadURL(
216 return web_contents_.get();
240 return web_contents_.get();
246 params, web_contents_
[all...]
H A Dash_panel_contents.h72 scoped_ptr<content::WebContents> web_contents_; member in class:AshPanelContents
H A Dtabs_api.cc1099 TabsUpdateFunction::TabsUpdateFunction() : web_contents_(NULL) {
1137 web_contents_ = contents;
1225 content::RenderProcessHost* process = web_contents_->GetRenderProcessHost();
1228 web_contents_->GetURL(),
1229 web_contents_->GetURL(),
1236 TabHelper::FromWebContents(web_contents_)->script_executor()->ExecuteScript(
1255 web_contents_->GetController().LoadURL(
1261 DCHECK_EQ(url.spec(), web_contents_->GetURL().spec());
1270 SetResult(ExtensionTabUtil::CreateTabValue(web_contents_, extension()));
H A Dtabs_api.h154 content::WebContents* web_contents_; member in class:extensions::TabsUpdateFunction
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer_browsertest.cc86 content::WebContents* web_contents_; member in class:extensions::__anon3897::MockPromptProxy
127 : web_contents_(web_contents), confirmation_requested_(false) {
134 new MockInstallPrompt(web_contents_, this));
H A Dlocation_bar_controller.cc23 : web_contents_(web_contents),
44 ActiveScriptController::GetForWebContents(web_contents_);
80 NotifyPageActionsChanged(web_contents_);
86 Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
109 NotifyPageActionsChanged(web_contents_);
H A Dlocation_bar_controller.h49 content::WebContents* web_contents_; member in class:extensions::LocationBarController
H A Dwebstore_inline_installer_unittest.cc66 scoped_ptr<content::WebContents> web_contents_; member in class:extensions::__anon4038::WebstoreInlineInstallerTest
71 web_contents_.reset(CreateTestWebContents());
75 web_contents_.reset(NULL);
88 new TestWebstoreInlineInstaller(web_contents_.get(), requestor_url);
106 new TestWebstoreInlineInstaller(web_contents_.get(), requestor_url);
/external/chromium_org/chrome/browser/
H A Dfile_select_helper.cc78 web_contents_(NULL),
325 DCHECK(!web_contents_);
327 web_contents_ = web_contents;
334 content::Source<WebContents>(web_contents_));
359 if (!render_view_host_ || !web_contents_) {
367 this, new ChromeSelectFilePolicy(web_contents_));
428 web_contents_ = NULL;
464 DCHECK(content::Source<WebContents>(source).ptr() == web_contents_);
465 web_contents_ = NULL;
H A Dfile_select_helper.h143 content::WebContents* web_contents_; member in class:FileSelectHelper

Completed in 302 milliseconds

123456789