/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 176 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 …]
|
D | web_contents_view_aura_browsertest.cc | 150 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 …]
|
D | touch_editable_impl_aura_browsertest.cc | 142 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()
|
D | web_contents_delegate_unittest.cc | 23 scoped_ptr<WebContentsImpl> contents_a(static_cast<WebContentsImpl*>( in TEST_F() 25 scoped_ptr<WebContentsImpl> contents_b(static_cast<WebContentsImpl*>( in TEST_F()
|
D | web_contents_view_mac.h | 29 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_;
|
D | web_drag_source_mac.h | 15 class WebContentsImpl; variable 25 content::WebContentsImpl* contents_; 58 - (id)initWithContents:(content::WebContentsImpl*)contents
|
D | web_drag_dest_mac.h | 14 class WebContentsImpl; variable 28 content::WebContentsImpl* webContents_; 51 - (id)initWithWebContentsImpl:(content::WebContentsImpl*)contents;
|
D | web_contents_impl.h | 64 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 …]
|
D | web_contents_view_overscroll_animator_mac.h | 11 class WebContentsImpl; variable 55 - (void)completeOverscroll:(content::WebContentsImpl*)webContents;
|
D | web_contents_view_android.h | 17 class WebContentsImpl; variable 23 WebContentsViewAndroid(WebContentsImpl* web_contents, 77 WebContentsImpl* web_contents_;
|
D | web_contents_view_guest.h | 19 class WebContentsImpl; variable 30 WebContentsViewGuest(WebContentsImpl* web_contents, 91 WebContentsImpl* web_contents_;
|
D | web_drag_source_mac_unittest.mm | 25 WebContentsImpl* contentsImpl = static_cast<WebContentsImpl*>(contents.get());
|
/external/chromium_org/content/browser/frame_host/ |
D | frame_tree_browsertest.cc | 46 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/ |
D | browser_plugin_embedder.cc | 29 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()
|
D | browser_plugin_guest.h | 93 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_;
|
D | browser_plugin_embedder.h | 37 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/ |
D | WebContentsImpl.java | 19 /* 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/ |
D | gesture_nav_simple.h | 22 class WebContentsImpl; variable 28 explicit GestureNavSimple(WebContentsImpl* web_contents); 44 WebContentsImpl* web_contents_;
|
D | overscroll_navigation_overlay.h | 31 explicit OverscrollNavigationOverlay(WebContentsImpl* web_contents); 92 WebContentsImpl* web_contents_;
|
/external/chromium_org/content/public/test/ |
D | test_renderer_host.cc | 43 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( in GetPendingForController() 108 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>( in main_rfh()
|
D | test_navigation_observer.cc | 95 WebContentsImpl::AddCreatedCallback(web_contents_created_callback_); in StartWatchingNewWebContents() 99 WebContentsImpl::RemoveCreatedCallback(web_contents_created_callback_); in StopWatchingNewWebContents()
|
/external/chromium_org/content/browser/ |
D | host_zoom_map_impl.h | 22 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/ |
D | devtools_frontend_host.h | 18 class WebContentsImpl; variable 27 DevToolsFrontendHost(WebContentsImpl* web_contents,
|
D | devtools_frontend_host.cc | 21 static_cast<WebContentsImpl*>(client_web_contents), delegate); in CreateDevToolsFrontendHost() 32 WebContentsImpl* web_contents, in DevToolsFrontendHost()
|
/external/chromium_org/content/browser/ssl/ |
D | ssl_policy.h | 18 class WebContentsImpl; variable 42 WebContentsImpl* web_contents);
|