Searched defs:web_contents (Results 76 - 100 of 683) sorted by last modified time

1234567891011>>

/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc11 #include "content/browser/web_contents/web_contents_impl.h"
38 WebContents* web_contents,
46 web_contents_(web_contents),
157 WebContents* web_contents)
168 web_contents,
35 DragDownloadFileUI(const GURL& url, const Referrer& referrer, const std::string& referrer_encoding, WebContents* web_contents, base::MessageLoop* on_completed_loop, const OnCompleted& on_completed) argument
152 DragDownloadFile(const base::FilePath& file_path, base::File file, const GURL& url, const Referrer& referrer, const std::string& referrer_encoding, WebContents* web_contents) argument
H A Dmhtml_generation_manager.cc14 #include "content/public/browser/web_contents.h"
24 void SetWebContents(WebContents* web_contents);
70 void MHTMLGenerationManager::Job::SetWebContents(WebContents* web_contents) { argument
71 process_id_ = web_contents->GetRenderProcessHost()->GetID();
72 routing_id_ = web_contents->GetRenderViewHost()->GetRoutingID();
73 host_ = web_contents->GetRenderProcessHost();
101 void MHTMLGenerationManager::SaveMHTML(WebContents* web_contents, argument
106 int job_id = NewJob(web_contents, callback);
109 web_contents->GetRenderProcessHost()->GetHandle();
116 WebContents* web_contents,
115 StreamMHTML( WebContents* web_contents, base::File browser_file, const GenerateMHTMLCallback& callback) argument
218 NewJob(WebContents* web_contents, const GenerateMHTMLCallback& callback) argument
[all...]
H A Dsave_package.cc40 #include "content/public/browser/web_contents.h"
117 return save_package_.get() ? save_package_->web_contents() : NULL;
138 SavePackage::SavePackage(WebContents* web_contents, argument
142 : WebContentsObserver(web_contents),
149 title_(web_contents->GetTitle()),
159 contents_id_(web_contents->GetRenderProcessHost()->GetID()),
174 SavePackage::SavePackage(WebContents* web_contents) argument
175 : WebContentsObserver(web_contents),
180 title_(web_contents->GetTitle()),
190 contents_id_(web_contents
201 SavePackage(WebContents* web_contents, const base::FilePath& file_full_path, const base::FilePath& directory_full_path) argument
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dframe_tree_unittest.cc13 #include "content/browser/web_contents/web_contents_impl.h"
51 explicit TreeWalkingWebContentsLogger(WebContents* web_contents) argument
52 : WebContentsObserver(web_contents) {}
92 static_cast<WebContentsImpl*>(web_contents())->GetFrameTree()->root(),
H A Dinterstitial_page_impl.cc27 #include "content/browser/web_contents/web_contents_impl.h"
28 #include "content/browser/web_contents/web_contents_view.h"
124 InterstitialPage* InterstitialPage::Create(WebContents* web_contents, argument
129 web_contents,
131 static_cast<WebContentsImpl*>(web_contents)),
136 WebContents* web_contents) {
139 g_web_contents_to_interstitial_page->find(web_contents);
147 WebContents* web_contents,
152 : WebContentsObserver(web_contents),
153 web_contents_(web_contents),
135 GetInterstitialPage( WebContents* web_contents) argument
146 InterstitialPageImpl( WebContents* web_contents, RenderWidgetHostDelegate* render_widget_host_delegate, bool new_navigation, const GURL& url, InterstitialPageDelegate* delegate) argument
552 WebContents* InterstitialPageImpl::web_contents() const { function in class:content::InterstitialPageImpl
899 WebContents* web_contents = interstitial_page_->web_contents(); local
[all...]
H A Dnavigation_controller_impl_unittest.cc20 #include "content/browser/web_contents/web_contents_impl.h"
193 WebContents* web_contents = RenderViewHostImplTestHarness::web_contents(); variable
194 ASSERT_TRUE(web_contents); // The WebContents should be created by now. variable
195 WebContentsObserver::Observe(web_contents);
H A Drender_frame_host_manager_browsertest.cc16 #include "content/browser/web_contents/web_contents_impl.h"
22 #include "content/public/browser/web_contents.h"
113 shell()->web_contents()->GetSiteInstance());
120 shell()->web_contents(),
127 WaitForLoadStop(new_shell->web_contents());
129 new_shell->web_contents()->GetLastCommittedURL().path());
133 new_shell->web_contents()->GetSiteInstance());
139 shell()->web_contents(),
147 new_shell->web_contents()->GetSiteInstance());
153 shell()->web_contents(),
195 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local
244 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local
1147 RenderViewHostDestructionObserver(WebContents* web_contents) argument
1370 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( local
[all...]
H A Drender_frame_host_manager_unittest.cc93 virtual void BeforeUnloadFired(WebContents* web_contents,
171 PluginFaviconMessageObserver(WebContents* web_contents) argument
172 : WebContentsObserver(web_contents),
205 explicit FrameLifetimeConsistencyChecker(WebContentsImpl* web_contents) argument
206 : WebContentsObserver(web_contents) {
207 RenderViewCreated(web_contents->GetRenderViewHost());
208 RenderFrameCreated(web_contents->GetMainFrame());
674 WebContents* web_contents)
677 web_contents_(web_contents) {}
706 // Create one more tab and navigate to kUrl1. web_contents i
673 RenderViewHostDestroyer(RenderViewHost* render_view_host, WebContents* web_contents) argument
709 TestWebContents* web_contents = local
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_dispatcher_host.cc15 #include "content/browser/web_contents/web_contents_impl.h"
82 WebContents* web_contents)
83 : WebContentsObserver(web_contents),
138 web_contents(),
160 web_contents(),
81 GeolocationDispatcherHost( WebContents* web_contents) argument
/external/chromium_org/content/browser/
H A Dhost_zoom_map_impl.cc16 #include "content/browser/web_contents/web_contents_impl.h"
39 WebContents* web_contents = WebContents::FromRenderViewHost(render_view_host);
42 web_contents->GetController().GetLastCommittedEntry();
63 double HostZoomMap::GetZoomLevel(const WebContents* web_contents) { argument
66 web_contents->GetBrowserContext()));
68 *static_cast<const WebContentsImpl*>(web_contents));
71 void HostZoomMap::SetZoomLevel(const WebContents* web_contents, double level) { argument
74 web_contents->GetBrowserContext()));
76 *static_cast<const WebContentsImpl*>(web_contents), level);
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc54 #include "content/browser/web_contents/web_contents_impl.h"
334 WebContentsImpl* web_contents = local
336 if (!web_contents)
338 web_contents->DidGetRedirectForResourceRequest(
347 WebContentsImpl* web_contents = local
349 if (!web_contents)
351 web_contents->DidGetResourceResponseStart(*details.get());
/external/chromium_org/content/browser/manifest/
H A Dmanifest_manager_host.cc27 ManifestManagerHost::ManifestManagerHost(WebContents* web_contents) argument
28 : WebContentsObserver(web_contents) {
/external/chromium_org/content/browser/media/android/
H A Dbrowser_media_player_manager.h130 WebContents* web_contents() const { return web_contents_; } function in class:content::BrowserMediaPlayerManager
/external/chromium_org/content/browser/media/
H A Daudio_stream_monitor.cc9 #include "content/browser/web_contents/web_contents_impl.h"
21 WebContentsImpl* const web_contents = local
24 return web_contents ? web_contents->audio_stream_monitor() : NULL;
H A Daudio_stream_monitor_unittest.cc14 #include "content/browser/web_contents/web_contents_impl.h"
52 WebContentsImpl* web_contents = reinterpret_cast<WebContentsImpl*>( variable
53 RenderViewHostTestHarness::web_contents());
54 web_contents->SetDelegate(&mock_web_contents_delegate_);
55 monitor_ = web_contents->audio_stream_monitor();
97 NavigationStateChanged(RenderViewHostTestHarness::web_contents(),
H A Dmidi_dispatcher_host.cc16 #include "content/public/browser/web_contents.h"
33 MidiDispatcherHost::MidiDispatcherHost(WebContents* web_contents) argument
34 : WebContentsObserver(web_contents),
68 web_contents(),
H A Dwebrtc_internals.cc10 #include "content/browser/web_contents/web_contents_view.h"
17 #include "content/public/browser/web_contents.h"
235 void WebRTCInternals::EnableAecDump(content::WebContents* web_contents) { argument
248 web_contents->GetTopLevelNativeWindow(),
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_audio_muter.cc12 #include "content/public/browser/web_contents.h"
68 explicit MuteDestination(WebContents* web_contents) argument
69 : web_contents_(web_contents) {}
117 WebContentsAudioMuter::WebContentsAudioMuter(WebContents* web_contents) argument
118 : destination_(new MuteDestination(web_contents)), is_muting_(false) {
H A Dweb_contents_video_capture_device_unittest.cc588 WebContents* web_contents() const { return web_contents_.get(); } function in class:content::__anon7252::WebContentsVideoCaptureDeviceTest
656 ASSERT_NE(capture_preferred_size, web_contents()->GetPreferredSize());
674 EXPECT_EQ(capture_preferred_size, web_contents()->GetPreferredSize());
/external/chromium_org/content/browser/media/cdm/
H A Dbrowser_cdm_manager.cc17 #include "content/public/browser/web_contents.h"
253 WebContents* web_contents = WebContents::FromRenderFrameHost(rfh); local
254 DCHECK(web_contents);
258 web_contents,
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_input_browsertest.cc10 #include "content/browser/web_contents/web_contents_impl.h"
137 return RenderWidgetHostImpl::From(shell()->web_contents()->
148 WebContentsImpl* web_contents = local
149 static_cast<WebContentsImpl*>(shell()->web_contents());
151 RenderWidgetHostImpl::From(web_contents->GetRenderViewHost());
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_browsertest.cc11 #include "content/browser/web_contents/web_contents_impl.h"
34 explicit RenderViewHostTestWebContentsObserver(WebContents* web_contents) argument
35 : WebContentsObserver(web_contents),
67 RenderViewHostTestWebContentsObserver observer(shell()->web_contents());
80 RenderViewHostTestWebContentsObserver observer(shell()->web_contents());
106 shell()->web_contents())->GetFrameTree()->root();
110 EXPECT_TRUE(ExecuteScript(shell()->web_contents(), "window.open();"));
113 new_shell->web_contents())->GetFrameTree()->root();
126 RenderViewHost* rvh = shell()->web_contents()->GetRenderViewHost();
128 EXPECT_TRUE(ExecuteScript(shell()->web_contents(), "focus_textfiel
[all...]
H A Drender_view_host_unittest.cc150 TestWebContents* web_contents = contents(); local
152 web_contents->set_delegate_view(&delegate_view);
H A Drender_widget_host_view_android.cc1117 WebContents* web_contents = content_view_core_->GetWebContents(); local
1118 if (DevToolsAgentHost::HasFor(web_contents)) {
1120 DevToolsAgentHost::GetOrCreateFor(web_contents);
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_dispatcher_host_impl.cc14 #include "content/public/browser/web_contents.h"
27 WebContents* web_contents)
28 : WebContentsObserver(web_contents),
30 provider_.reset(ScreenOrientationProvider::Create(this, web_contents));
26 ScreenOrientationDispatcherHostImpl( WebContents* web_contents) argument

Completed in 259 milliseconds

1234567891011>>