HomeSort by relevance Sort by last modified time
    Searched refs:WebContentsImpl (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/
WebContentsImpl.java 13 * The WebContentsImpl Java wrapper to allow communicating with the native WebContentsImpl
19 /* package */ class WebContentsImpl implements WebContents {
24 private WebContentsImpl(
31 private static WebContentsImpl create(
33 return new WebContentsImpl(nativeWebContentsAndroid, navigationController);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_overscroll_animator_mac.h 11 class WebContentsImpl;
55 - (void)completeOverscroll:(content::WebContentsImpl*)webContents;
web_contents_impl.cc 112 // If a WebContentsImpl is told to navigate to a different web site (as
136 // WebContentsImpl. This isn't ideal, but it doesn't affect any functionality.
176 base::LazyInstance<std::vector<WebContentsImpl::CreatedCallback> >
233 return WebContentsImpl::CreateWithOpener(
234 params, static_cast<WebContentsImpl*>(params.opener));
240 WebContentsImpl* new_contents = new WebContentsImpl(
255 void WebContentsImpl::AddCreatedCallback(const CreatedCallback& callback) {
259 void WebContentsImpl::RemoveCreatedCallback(const CreatedCallback& callback) {
279 // WebContentsImpl::DestructionObserver ---------------------------------------
    [all...]
web_contents_delegate_unittest.cc 23 scoped_ptr<WebContentsImpl> contents_a(static_cast<WebContentsImpl*>(
25 scoped_ptr<WebContentsImpl> contents_b(static_cast<WebContentsImpl*>(
37 // A delegate can be a delegate to multiple WebContentsImpl.
53 // WebContentsImpl should unregister it.
web_drag_dest_mac.h 14 class WebContentsImpl;
27 // Our associated WebContentsImpl. Weak reference.
28 content::WebContentsImpl* webContents_;
48 // |contents| is the WebContentsImpl representing this tab, used to communicate
51 - (id)initWithWebContentsImpl:(content::WebContentsImpl*)contents;
web_drag_source_mac.h 15 class WebContentsImpl;
25 content::WebContentsImpl* contents_;
58 - (id)initWithContents:(content::WebContentsImpl*)contents
web_contents_view_mac.h 29 class WebContentsImpl;
50 // WebContentsImpl.
51 - (content::WebContentsImpl*)webContents;
61 // The corresponding WebContentsImpl is passed in the constructor, and manages
64 WebContentsViewMac(WebContentsImpl* web_contents,
122 WebContentsImpl* web_contents() { return web_contents_; }
129 // The WebContentsImpl whose contents we display.
130 WebContentsImpl* web_contents_;
web_contents_view_android.h 17 class WebContentsImpl;
23 WebContentsViewAndroid(WebContentsImpl* web_contents,
77 WebContentsImpl* web_contents_;
web_contents_view_guest.h 19 class WebContentsImpl;
25 // The corresponding WebContentsImpl is passed in the constructor, and manages
30 WebContentsViewGuest(WebContentsImpl* web_contents,
90 // The WebContentsImpl whose contents we display.
91 WebContentsImpl* web_contents_;
touch_editable_impl_aura_browsertest.cc 142 WebContentsImpl* web_contents =
143 static_cast<WebContentsImpl*>(shell()->web_contents());
193 WebContentsImpl* web_contents =
194 static_cast<WebContentsImpl*>(shell()->web_contents());
254 WebContentsImpl* web_contents =
255 static_cast<WebContentsImpl*>(shell()->web_contents());
291 WebContentsImpl* web_contents =
292 static_cast<WebContentsImpl*>(shell()->web_contents());
327 WebContentsImpl* web_contents =
328 static_cast<WebContentsImpl*>(shell()->web_contents())
    [all...]
web_contents_view_aura_browsertest.cc 150 WebContentsImpl* web_contents =
151 static_cast<WebContentsImpl*>(shell()->web_contents());
161 WebContentsImpl* web_contents =
162 static_cast<WebContentsImpl*>(shell()->web_contents());
247 WebContentsImpl* web_contents =
248 static_cast<WebContentsImpl*>(shell()->web_contents());
302 WebContentsImpl* web_contents =
303 static_cast<WebContentsImpl*>(shell()->web_contents());
393 WebContentsImpl* web_contents =
394 static_cast<WebContentsImpl*>(shell()->web_contents())
    [all...]
  /external/chromium_org/content/browser/web_contents/aura/
gesture_nav_simple.h 22 class WebContentsImpl;
28 explicit GestureNavSimple(WebContentsImpl* web_contents);
44 WebContentsImpl* web_contents_;
overscroll_navigation_overlay.h 31 explicit OverscrollNavigationOverlay(WebContentsImpl* web_contents);
92 WebContentsImpl* web_contents_;
  /external/chromium_org/content/browser/devtools/
devtools_frontend_host.h 18 class WebContentsImpl;
27 DevToolsFrontendHost(WebContentsImpl* web_contents,
devtools_frontend_host.cc 21 static_cast<WebContentsImpl*>(client_web_contents), delegate);
32 WebContentsImpl* web_contents,
  /external/chromium_org/content/browser/ssl/
ssl_policy.h 18 class WebContentsImpl;
40 // |web_contents| is the WebContentsImpl associated with this entry.
42 WebContentsImpl* web_contents);
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.h 37 class WebContentsImpl;
44 static BrowserPluginEmbedder* Create(WebContentsImpl* web_contents);
46 // Returns this embedder's WebContentsImpl.
47 WebContentsImpl* GetWebContents() const;
71 explicit BrowserPluginEmbedder(WebContentsImpl* web_contents);
browser_plugin_embedder.cc 29 BrowserPluginEmbedder::BrowserPluginEmbedder(WebContentsImpl* web_contents)
39 WebContentsImpl* web_contents) {
59 WebContentsImpl* BrowserPluginEmbedder::GetWebContents() const {
60 return static_cast<WebContentsImpl*>(web_contents());
124 static_cast<WebContentsImpl*>(guest_web_contents)->
134 ? static_cast<WebContentsImpl*>(guest_web_contents)
browser_plugin_guest.h 93 WebContentsImpl* web_contents,
98 static bool IsGuest(WebContentsImpl* web_contents);
123 WebContentsImpl* embedder_web_contents() const {
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_;
  /external/chromium_org/content/browser/frame_host/
frame_tree_browsertest.cc 46 static_cast<WebContentsImpl*>(shell()->web_contents())->
72 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents());
113 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents());
144 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents());
  /external/chromium_org/content/browser/
host_zoom_map_impl.h 22 class WebContentsImpl;
65 const WebContentsImpl& web_contents_impl) const;
70 void SetZoomLevelForWebContents(const WebContentsImpl& web_contents_impl,
  /external/chromium_org/content/public/browser/
web_contents_observer.cc 38 web_contents_ = static_cast<WebContentsImpl*>(web_contents);
web_contents_observer.h 25 class WebContentsImpl;
364 friend class WebContentsImpl;
368 WebContentsImpl* web_contents_;
  /external/chromium_org/content/public/test/
test_renderer_host.cc 43 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(
108 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(
138 // This will be deleted when the WebContentsImpl goes away.
195 // Make sure that we flush any messages related to WebContentsImpl destruction
test_navigation_observer.cc 95 WebContentsImpl::AddCreatedCallback(web_contents_created_callback_);
99 WebContentsImpl::RemoveCreatedCallback(web_contents_created_callback_);

Completed in 346 milliseconds

1 2 3 4