Searched refs:web_contents_ (Results 1 - 25 of 215) sorted by last modified time

123456789

/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/ui/views/controls/webview/
H A Dwebview_unittest.cc86 : web_contents_(static_cast<content::WebContentsImpl*>(web_contents)),
94 if (web_contents_)
99 DCHECK(web_contents_); variable
101 web_contents_ = NULL;
125 content::WebContentsImpl* web_contents_; member in class:__anon17082::WebViewTestWebContentsObserver
/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();
H A Dapp_web_contents_helper.h69 content::WebContents* web_contents_; member in class:extensions::AppWebContentsHelper
H A Dapp_window_contents.cc34 web_contents_.reset(
38 Observe(web_contents_.get());
39 web_contents_->GetMutableRendererPrefs()->
41 web_contents_->GetRenderViewHost()->SyncRendererPrefs();
49 if (web_contents_->GetRenderViewHost()->GetProcess()->GetID() ==
51 SuspendRenderViewHost(web_contents_->GetRenderViewHost());
54 << web_contents_->GetRenderViewHost()->GetProcess()->GetID()
58 web_contents_->GetController().LoadURL(
70 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost();
80 content::RenderViewHost* rvh = web_contents_
[all...]
H A Dapp_window_contents.h57 scoped_ptr<content::WebContents> web_contents_; member in class:extensions::AppWindowContentsImpl
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dtest_guest_view_manager.cc25 web_contents_(NULL) {
32 if (web_contents_)
33 return web_contents_;
37 return web_contents_;
51 web_contents_ = guest_web_contents;
60 web_contents_ = NULL;
H A Dtest_guest_view_manager.h29 content::WebContents* web_contents_; member in class:extensions::TestGuestViewManager
/external/chromium_org/extensions/browser/
H A Dscript_executor.cc108 web_contents_(web_contents),
110 CHECK(web_contents_);
131 ExtensionRegistry::Get(web_contents_->GetBrowserContext())
152 new Handler(script_observers_, web_contents_, params, callback);
H A Dscript_executor.h106 content::WebContents* web_contents_; member in class:extensions::ScriptExecutor
/external/chromium_org/content/shell/browser/
H A Dshell.cc100 shell->web_contents_.reset(web_contents);
177 web_contents_->GetController().LoadURLWithParams(params);
178 web_contents_->Focus();
189 web_contents_->GetController().LoadURLWithParams(params);
190 web_contents_->Focus();
205 web_contents_->GetController().GoToOffset(offset);
206 web_contents_->Focus();
210 web_contents_->GetController().Reload(false);
211 web_contents_->Focus();
215 web_contents_
[all...]
H A Dshell.h103 WebContents* web_contents() const { return web_contents_.get(); }
225 scoped_ptr<WebContents> web_contents_; member in class:content::Shell
H A Dshell_aura.cc52 aura::Window* content = web_contents_->GetNativeView();
H A Dshell_views.cc521 aura::Window* content = web_contents_->GetNativeView();
528 RenderWidgetHostView* host_view = web_contents_->GetRenderWidgetHostView();
535 delegate_view->SetWebContents(web_contents_.get(), content_size_);
H A Dshell_web_contents_view_delegate.h41 WebContents* web_contents_; member in class:content::ShellWebContentsViewDelegate
H A Dshell_web_contents_view_delegate_android.cc23 : web_contents_(web_contents) {
34 ContentViewCore::FromWebContents(web_contents_);
H A Dshell_web_contents_view_delegate_win.cc66 : web_contents_(web_contents) {
95 web_contents_->GetController().CanGoBack());
101 web_contents_->GetController().CanGoForward());
177 ClientToScreen(web_contents_->GetNativeView(), &point);
184 web_contents_->GetContentNativeView(),
195 web_contents_->Cut();
198 web_contents_->Copy();
201 web_contents_->Paste();
204 web_contents_->Delete();
217 web_contents_
[all...]
/external/chromium_org/components/translate/content/browser/
H A Ddata_file_browser_cld_data_provider.cc66 : web_contents_(web_contents), weak_pointer_factory_() {
146 web_contents_->GetRenderViewHost();
H A Ddata_file_browser_cld_data_provider.h32 content::WebContents* web_contents_; member in class:translate::DataFileBrowserCldDataProvider
/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();
H A Dcolor_chooser_android.h44 content::WebContents* web_contents_; member in class:web_contents_delegate_android::ColorChooserAndroid
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc216 web_contents_(static_cast<WebContentsImpl*>(web_contents)),
264 return web_contents_->GetJavaWebContents();
276 DCHECK(web_contents_);
278 static_cast<WebContentsImpl*>(web_contents_)->GetView())->
283 DCHECK(web_contents_);
285 static_cast<WebContentsImpl*>(web_contents_)->GetView())->
287 DCHECK(!web_contents_->GetUserData(kContentViewUserDataKey));
288 web_contents_->SetUserData(kContentViewUserDataKey,
318 web_contents_->GetRenderViewHost());
335 if (web_contents_) {
[all...]
H A Dcontent_view_core_impl.h324 WebContentsImpl* web_contents_; member in class:content::ContentViewCoreImpl
/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc46 web_contents_(web_contents),
51 DCHECK(web_contents_);
60 BrowserContext::GetDownloadManager(web_contents_->GetBrowserContext());
64 DownloadUrlParameters::FromWebContents(web_contents_, url_));
143 WebContents* web_contents_; member in class:content::DragDownloadFile::DragDownloadFileUI
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc153 web_contents_(web_contents),
201 g_web_contents_to_interstitial_page->find(web_contents_);
230 iter = g_web_contents_to_interstitial_page->find(web_contents_);
232 (*g_web_contents_to_interstitial_page)[web_contents_] = this;
309 g_web_contents_to_interstitial_page->find(web_contents_);
316 web_contents_ = NULL;
437 if (web_contents_)
438 return static_cast<WebContentsImpl*>(web_contents_)->GetAccessibilityMode();
523 CHECK(!web_contents_);
544 if (web_contents_) {
[all...]

Completed in 1336 milliseconds

123456789