Searched refs:web_contents_ (Results 26 - 50 of 215) sorted by relevance

123456789

/external/chromium_org/chromecast/shell/browser/test/
H A Dchromecast_browser_test.h43 content::WebContents* web_contents() const { return web_contents_.get(); }
46 scoped_ptr<content::WebContents> web_contents_; member in class:chromecast::shell::ChromecastBrowserTest
H A Dchromecast_browser_test.cc53 web_contents_.reset();
74 web_contents_.reset(content::WebContents::Create(create_params));
75 return web_contents_.get();
/external/chromium_org/apps/
H A Dcustom_launcher_page_contents.cc36 web_contents_.reset(
41 web_contents_->GetMutableRendererPrefs()
43 web_contents_->GetRenderViewHost()->SyncRendererPrefs();
46 context, extension_id_, web_contents_.get(), app_delegate_.get()));
47 web_contents_->SetDelegate(this);
57 web_contents_->GetController().LoadURL(url,
66 DCHECK_EQ(web_contents_.get(), source);
117 DCHECK_EQ(web_contents_.get(), web_contents);
125 DCHECK_EQ(web_contents_.get(), web_contents);
133 DCHECK_EQ(web_contents_
[all...]
/external/chromium_org/chrome/browser/task_manager/
H A Dtab_contents_information.cc69 content::WebContents* web_contents_; member in class:task_manager::TabContentsResource
80 web_contents_(web_contents),
91 return web_contents_->GetURL().SchemeIs(extensions::kExtensionScheme);
102 GURL url = web_contents_->GetURL();
103 base::string16 tab_title = util::GetTitleFromWebContents(web_contents_);
112 process_map->Contains(web_contents_->GetRenderProcessHost()->GetID());
118 IsContentsPrerendering(web_contents_),
124 if (IsContentsPrerendering(web_contents_))
126 FaviconTabHelper::CreateForWebContents(web_contents_);
127 return FaviconTabHelper::FromWebContents(web_contents_)
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_tab_observer.cc34 content::WebContents* web_contents) : web_contents_(web_contents) {
64 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
71 ClientSideDetectionHost::Create(web_contents_));
77 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost();
/external/chromium_org/extensions/browser/app_window/
H A Dapp_web_contents_helper.cc27 web_contents_(web_contents),
64 app_delegate_->OpenURLFromTab(browser_context_, web_contents_, params);
84 web_contents_->GetRenderViewHost());
86 web_contents_->GotResponseToLockMouseRequest(has_permission);
97 web_contents_, request, callback, extension);
108 web_contents_, security_origin, type, extension);
120 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost();
/external/chromium_org/chrome/browser/ui/autofill/
H A Dchrome_autofill_client.cc40 : content::WebContentsObserver(web_contents), web_contents_(web_contents) {
75 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
82 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
88 return Profile::FromBrowserContext(web_contents_->GetBrowserContext())
96 Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
106 InfoBarService::FromWebContents(web_contents_);
118 web_contents_, form, source_url, callback);
138 gfx::Rect client_area = web_contents_->GetContainerBounds();
168 ChromePasswordManagerClient::FromWebContents(web_contents_);
196 web_contents_);
[all...]
H A Dpopup_controller_common.cc25 web_contents_(web_contents),
36 if (web_contents_ && !key_press_event_target_) {
37 key_press_event_target_ = web_contents_->GetRenderViewHost();
44 if (web_contents_ && (!web_contents_->IsBeingDestroyed()) &&
45 key_press_event_target_ == web_contents_->GetRenderViewHost()) {
46 web_contents_->GetRenderViewHost()->RemoveKeyPressEventCallback(
/external/chromium_org/chrome/browser/extensions/
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_);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.cc62 : web_contents_(web_contents), weak_ptr_factory_(this) {
73 Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
77 tab_strip->GetIndexOfWebContents(web_contents_));
80 web_contents_->RemoveUserData(UserDataKey());
84 web_contents_->Close();
87 WebContents* web_contents_; member in class:__anon4732::TabCloser
113 : web_contents_(web_contents),
120 DCHECK(!web_contents_);
132 InfoBarService* service = InfoBarService::FromWebContents(web_contents_);
134 // Remove all the infobars which are attached to |web_contents_| an
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper.cc158 web_contents_(web_contents),
170 Profile::FromBrowserContext(web_contents_->GetBrowserContext()));
203 if (web_contents_->GetController().GetPendingEntry() == NULL) {
218 web_contents_->GetController().GetSessionStorageNamespaceMap(),
219 web_contents_->GetContainerBounds().size());
241 web_contents_->GetController().GetLastCommittedEntry();
245 delegate_->OnWebContentsInstantSupportDisabled(web_contents_);
272 web_contents_->GetController().GetSessionStorageNamespaceMap(),
273 web_contents_->GetContainerBounds().size());
302 web_contents_
[all...]
/external/chromium_org/chrome/browser/apps/
H A Dapp_view_browsertest.cc26 web_contents_(NULL) {}
29 if (web_contents_)
30 return web_contents_;
34 return web_contents_;
43 web_contents_ = guest_web_contents;
49 content::WebContents* web_contents_; member in class:__anon2894::TestGuestViewManager
/external/chromium_org/content/public/test/
H A Dcontent_browser_test_utils.cc125 web_contents_(NULL) {
134 DCHECK(!web_contents_);
135 web_contents_ = web_contents;
143 if (web_contents_)
144 return web_contents_;
148 return web_contents_;
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.h44 content::WebContents* web_contents() const { return web_contents_; }
87 content::WebContents* web_contents_; member in class:AppModalDialog
/external/chromium_org/chrome/browser/ui/android/tab_contents/
H A Dchrome_web_contents_view_delegate_android.h35 content::WebContents* web_contents_; member in class:ChromeWebContentsViewDelegateAndroid
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_manager_test.h62 // Executes given JS |expression| in |web_contents_| and checks
68 content::WebContents* web_contents() { return web_contents_; }
76 web_contents_ = web_contents;
81 content::WebContents* web_contents_; member in class:chromeos::LoginManagerTest
/external/chromium_org/chrome/browser/ui/aura/tab_contents/
H A Dweb_drag_bookmark_handler_aura.cc19 web_contents_(NULL) {
30 web_contents_ = contents;
70 Browser* browser = chrome::FindBrowserWithWebContents(web_contents_);
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views.cc32 web_contents_(web_contents) {
56 SadTabHelper* sad_tab_helper = SadTabHelper::FromWebContents(web_contents_);
66 web_modal::PopupManager::FromWebContents(web_contents_);
68 popup_manager->WasFocused(web_contents_);
192 SadTabHelper* sad_tab_helper = SadTabHelper::FromWebContents(web_contents_);
201 return web_contents_->GetFullscreenRenderWidgetHostView() ?
202 web_contents_->GetFullscreenRenderWidgetHostView()->GetNativeView() :
203 web_contents_->GetNativeView();
217 if (web_contents_->FocusLocationBarByDefault()) {
218 if (web_contents_
[all...]
/external/chromium_org/components/web_contents_delegate_android/
H A Dcolor_chooser_android.cc22 : web_contents_(web_contents) {
71 web_contents_->DidChooseColorInColorChooser(color);
72 web_contents_->DidEndColorChooser();
/external/chromium_org/chromecast/service/
H A Dcast_service_simple.cc109 web_contents_.reset(content::WebContents::Create(create_params));
112 aura::Window* content_window = web_contents_->GetNativeView();
119 web_contents_->GetController().LoadURL(GetStartupURL(),
126 web_contents_->GetRenderViewHost()->ClosePage();
130 web_contents_.reset();
/external/chromium_org/ui/app_list/demo/
H A Dapp_list_demo_views.cc49 scoped_ptr<content::WebContents> web_contents_; member in class:__anon16540::DemoAppListViewDelegate
96 web_contents_.reset(content::WebContents::Create(
98 web_contents_->GetController().LoadURL(GURL("http://www.google.com/"),
103 web_contents_->GetBrowserContext());
105 web_view->SetWebContents(web_contents_.get());
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.cc155 : web_contents_(web_contents),
204 OpenReaderUpdateURL(web_contents_); variable
210 OpenUsingReader(web_contents_, reader_webplugininfo_, NULL);
220 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
225 WebContents* web_contents_; member in class:__anon5133::PDFUnsupportedFeatureInterstitial
251 WebContents* web_contents_; member in class:__anon5133::PDFUnsupportedFeaturePromptClient
260 : web_contents_(web_contents), reader_info_(reader_info) {
299 OpenReaderUpdateURL(web_contents_);
306 new PDFUnsupportedFeatureInterstitial(web_contents_,
312 Profile::FromBrowserContext(web_contents_
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc123 : web_contents_(web_contents),
150 return web_contents_->GetView()->GetContentNativeView();
164 WebContentsImpl* web_contents_; member in class:content::__anon7463::OverscrollWindowDelegate
515 view_->web_contents_->GetRenderWidgetHostView());
582 view_->web_contents_->GetRenderWidgetHostView());
681 RenderWidgetHostImpl::From(view_->web_contents_->GetRenderViewHost())->
688 view_->web_contents_->GetRenderWidgetHostView());
735 : web_contents_(web_contents),
769 if (web_contents_->GetInterstitialPage())
770 web_contents_
[all...]
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.cc68 shell->web_contents_.reset(web_contents);
86 web_contents_->GetRenderViewHost()->ClosePage();
102 web_contents_->GetController().LoadURLWithParams(params);
103 web_contents_->Focus();
119 DCHECK_EQ(source, web_contents_.get());
121 // We need to delay the deletion of web_contents_ (currently for 50ms) to
158 DCHECK_EQ(contents, web_contents_.get());
163 DCHECK_EQ(contents, web_contents_.get());
/external/chromium_org/chrome/browser/ui/views/
H A Dsad_tab_view.cc49 : web_contents_(web_contents),
122 if (web_contents_) {
175 DCHECK(web_contents_);
182 web_contents_->OpenURL(params);
185 chrome::FindBrowserWithWebContents(web_contents_),
193 DCHECK(web_contents_);
195 web_contents_->GetController().Reload(true);
242 sad_tab_params.parent = web_contents_->GetNativeView();
251 web_contents_->GetNativeView());
252 gfx::Rect bounds = web_contents_
[all...]

Completed in 1208 milliseconds

123456789