Home
last modified time | relevance | path

Searched refs:WebContentsImpl (Results 1 – 25 of 92) sorted by relevance

1234

/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc176 base::LazyInstance<std::vector<WebContentsImpl::CreatedCallback> >
233 return WebContentsImpl::CreateWithOpener( in Create()
234 params, static_cast<WebContentsImpl*>(params.opener)); in Create()
240 WebContentsImpl* new_contents = new WebContentsImpl( in CreateWithSessionStorage()
255 void WebContentsImpl::AddCreatedCallback(const CreatedCallback& callback) { in AddCreatedCallback()
259 void WebContentsImpl::RemoveCreatedCallback(const CreatedCallback& callback) { in RemoveCreatedCallback()
281 class WebContentsImpl::DestructionObserver : public WebContentsObserver {
283 DestructionObserver(WebContentsImpl* owner, WebContents* watched_contents) in DestructionObserver()
291 static_cast<WebContentsImpl*>(web_contents())); in WebContentsDestroyed()
295 WebContentsImpl* owner_;
[all …]
Dweb_contents_view_aura_browsertest.cc150 WebContentsImpl* web_contents = in StartTestWithPage()
151 static_cast<WebContentsImpl*>(shell()->web_contents()); in StartTestWithPage()
161 WebContentsImpl* web_contents = in TestOverscrollNavigation()
162 static_cast<WebContentsImpl*>(shell()->web_contents()); in TestOverscrollNavigation()
247 WebContentsImpl* web_contents = in GetCurrentIndex()
248 static_cast<WebContentsImpl*>(shell()->web_contents()); in GetCurrentIndex()
302 WebContentsImpl* web_contents = in IN_PROC_BROWSER_TEST_F()
303 static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
393 WebContentsImpl* web_contents = in IN_PROC_BROWSER_TEST_F()
394 static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
[all …]
Dtouch_editable_impl_aura_browsertest.cc142 WebContentsImpl* web_contents = in IN_PROC_BROWSER_TEST_F()
143 static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
193 WebContentsImpl* web_contents = in IN_PROC_BROWSER_TEST_F()
194 static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
254 WebContentsImpl* web_contents = in IN_PROC_BROWSER_TEST_F()
255 static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
291 WebContentsImpl* web_contents = in IN_PROC_BROWSER_TEST_F()
292 static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
327 WebContentsImpl* web_contents = in IN_PROC_BROWSER_TEST_F()
328 static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
Dweb_contents_delegate_unittest.cc23 scoped_ptr<WebContentsImpl> contents_a(static_cast<WebContentsImpl*>( in TEST_F()
25 scoped_ptr<WebContentsImpl> contents_b(static_cast<WebContentsImpl*>( in TEST_F()
Dweb_contents_view_mac.h29 class WebContentsImpl; variable
51 - (content::WebContentsImpl*)webContents;
64 WebContentsViewMac(WebContentsImpl* web_contents,
122 WebContentsImpl* web_contents() { return web_contents_; } in web_contents()
130 WebContentsImpl* web_contents_;
Dweb_drag_source_mac.h15 class WebContentsImpl; variable
25 content::WebContentsImpl* contents_;
58 - (id)initWithContents:(content::WebContentsImpl*)contents
Dweb_drag_dest_mac.h14 class WebContentsImpl; variable
28 content::WebContentsImpl* webContents_;
51 - (id)initWithWebContentsImpl:(content::WebContentsImpl*)contents;
Dweb_contents_impl.h64 class WebContentsImpl; variable
78 WebContentsImpl* web_contents,
82 class CONTENT_EXPORT WebContentsImpl
92 virtual ~WebContentsImpl(); in NON_EXPORTED_BASE()
94 static WebContentsImpl* CreateWithOpener( in NON_EXPORTED_BASE()
96 WebContentsImpl* opener); in NON_EXPORTED_BASE()
100 WebContentsImpl* opener() const { return opener_; } in NON_EXPORTED_BASE()
657 WebContentsImpl(BrowserContext* browser_context, in NON_EXPORTED_BASE()
658 WebContentsImpl* opener); in NON_EXPORTED_BASE()
667 void OnWebContentsDestroyed(WebContentsImpl* web_contents); in NON_EXPORTED_BASE()
[all …]
Dweb_contents_view_overscroll_animator_mac.h11 class WebContentsImpl; variable
55 - (void)completeOverscroll:(content::WebContentsImpl*)webContents;
Dweb_contents_view_android.h17 class WebContentsImpl; variable
23 WebContentsViewAndroid(WebContentsImpl* web_contents,
77 WebContentsImpl* web_contents_;
Dweb_contents_view_guest.h19 class WebContentsImpl; variable
30 WebContentsViewGuest(WebContentsImpl* web_contents,
91 WebContentsImpl* web_contents_;
Dweb_drag_source_mac_unittest.mm25 WebContentsImpl* contentsImpl = static_cast<WebContentsImpl*>(contents.get());
/external/chromium_org/content/browser/frame_host/
Dframe_tree_browsertest.cc46 static_cast<WebContentsImpl*>(shell()->web_contents())-> in IN_PROC_BROWSER_TEST_F()
72 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
113 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
144 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents()); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/browser/browser_plugin/
Dbrowser_plugin_embedder.cc29 BrowserPluginEmbedder::BrowserPluginEmbedder(WebContentsImpl* web_contents) in BrowserPluginEmbedder()
39 WebContentsImpl* web_contents) { in Create()
59 WebContentsImpl* BrowserPluginEmbedder::GetWebContents() const { in GetWebContents()
60 return static_cast<WebContentsImpl*>(web_contents()); in GetWebContents()
124 static_cast<WebContentsImpl*>(guest_web_contents)-> in OnGuestCallback()
134 ? static_cast<WebContentsImpl*>(guest_web_contents) in OnGuestCallback()
Dbrowser_plugin_guest.h93 WebContentsImpl* web_contents,
98 static bool IsGuest(WebContentsImpl* web_contents);
123 WebContentsImpl* embedder_web_contents() const { in embedder_web_contents()
161 WebContentsImpl* GetWebContents() const;
178 void Attach(WebContentsImpl* embedder_web_contents,
211 WebContentsImpl* web_contents);
216 WebContentsImpl* embedder_web_contents,
337 WebContentsImpl* embedder_web_contents_;
Dbrowser_plugin_embedder.h37 class WebContentsImpl; variable
44 static BrowserPluginEmbedder* Create(WebContentsImpl* web_contents);
47 WebContentsImpl* GetWebContents() const;
71 explicit BrowserPluginEmbedder(WebContentsImpl* web_contents);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/
DWebContentsImpl.java19 /* package */ class WebContentsImpl implements WebContents { class
24 private WebContentsImpl( in WebContentsImpl() method in WebContentsImpl
31 private static WebContentsImpl create( in create()
33 return new WebContentsImpl(nativeWebContentsAndroid, navigationController); in create()
/external/chromium_org/content/browser/web_contents/aura/
Dgesture_nav_simple.h22 class WebContentsImpl; variable
28 explicit GestureNavSimple(WebContentsImpl* web_contents);
44 WebContentsImpl* web_contents_;
Doverscroll_navigation_overlay.h31 explicit OverscrollNavigationOverlay(WebContentsImpl* web_contents);
92 WebContentsImpl* web_contents_;
/external/chromium_org/content/public/test/
Dtest_renderer_host.cc43 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( in GetPendingForController()
108 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( in main_rfh()
Dtest_navigation_observer.cc95 WebContentsImpl::AddCreatedCallback(web_contents_created_callback_); in StartWatchingNewWebContents()
99 WebContentsImpl::RemoveCreatedCallback(web_contents_created_callback_); in StopWatchingNewWebContents()
/external/chromium_org/content/browser/
Dhost_zoom_map_impl.h22 class WebContentsImpl; variable
65 const WebContentsImpl& web_contents_impl) const; in NON_EXPORTED_BASE()
70 void SetZoomLevelForWebContents(const WebContentsImpl& web_contents_impl, in NON_EXPORTED_BASE()
/external/chromium_org/content/browser/devtools/
Ddevtools_frontend_host.h18 class WebContentsImpl; variable
27 DevToolsFrontendHost(WebContentsImpl* web_contents,
Ddevtools_frontend_host.cc21 static_cast<WebContentsImpl*>(client_web_contents), delegate); in CreateDevToolsFrontendHost()
32 WebContentsImpl* web_contents, in DevToolsFrontendHost()
/external/chromium_org/content/browser/ssl/
Dssl_policy.h18 class WebContentsImpl; variable
42 WebContentsImpl* web_contents);

1234