Searched refs:WebContentsImpl (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_overscroll_animator_mac.h11 class WebContentsImpl;
55 - (void)completeOverscroll:(content::WebContentsImpl*)webContents;
H A Dweb_contents_impl.cc120 // If a WebContentsImpl is told to navigate to a different web site (as
144 // WebContentsImpl. This isn't ideal, but it doesn't affect any functionality.
184 base::LazyInstance<std::vector<WebContentsImpl::CreatedCallback> >
256 return WebContentsImpl::CreateWithOpener(
257 params, static_cast<WebContentsImpl*>(params.opener));
263 WebContentsImpl* new_contents = new WebContentsImpl(
278 void WebContentsImpl::AddCreatedCallback(const CreatedCallback& callback) {
282 void WebContentsImpl::RemoveCreatedCallback(const CreatedCallback& callback) {
302 // WebContentsImpl
338 WebContentsImpl::WebContentsImpl( function in class:content::WebContentsImpl
[all...]
H A Dweb_contents_delegate_unittest.cc23 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.
H A Dweb_drag_dest_mac.h14 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;
H A Dweb_drag_source_mac.h15 class WebContentsImpl;
25 content::WebContentsImpl* contents_;
58 - (id)initWithContents:(content::WebContentsImpl*)contents
H A Dweb_contents_view_mac.h29 class WebContentsImpl;
50 // WebContentsImpl.
51 - (content::WebContentsImpl*)webContents;
61 // The corresponding WebContentsImpl is passed in the constructor, and manages
64 WebContentsViewMac(WebContentsImpl* web_contents,
120 WebContentsImpl* web_contents() { return web_contents_; }
124 // The WebContentsImpl whose contents we display.
125 WebContentsImpl* web_contents_;
H A Dtouch_editable_impl_aura_browsertest.cc164 WebContentsImpl* web_contents =
165 static_cast<WebContentsImpl*>(shell()->web_contents());
215 WebContentsImpl* web_contents =
216 static_cast<WebContentsImpl*>(shell()->web_contents());
270 WebContentsImpl* web_contents =
271 static_cast<WebContentsImpl*>(shell()->web_contents());
326 WebContentsImpl* web_contents =
327 static_cast<WebContentsImpl*>(shell()->web_contents());
361 WebContentsImpl* web_contents =
362 static_cast<WebContentsImpl*>(shel
[all...]
H A Dweb_contents_view_android.h17 class WebContentsImpl;
23 WebContentsViewAndroid(WebContentsImpl* web_contents,
78 WebContentsImpl* web_contents_;
H A Dweb_contents_view_guest.h19 class WebContentsImpl;
25 // The corresponding WebContentsImpl is passed in the constructor, and manages
30 WebContentsViewGuest(WebContentsImpl* web_contents,
87 // The WebContentsImpl whose contents we display.
88 WebContentsImpl* web_contents_;
/external/chromium_org/content/browser/web_contents/aura/
H A Dgesture_nav_simple.h22 class WebContentsImpl;
28 explicit GestureNavSimple(WebContentsImpl* web_contents);
45 WebContentsImpl* web_contents_;
H A Doverscroll_navigation_overlay.h31 explicit OverscrollNavigationOverlay(WebContentsImpl* web_contents);
92 WebContentsImpl* web_contents_;
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_embedder.h37 class WebContentsImpl;
44 static BrowserPluginEmbedder* Create(WebContentsImpl* web_contents);
46 // Returns this embedder's WebContentsImpl.
47 WebContentsImpl* GetWebContents() const;
74 explicit BrowserPluginEmbedder(WebContentsImpl* web_contents);
H A Dbrowser_plugin_embedder.cc29 BrowserPluginEmbedder::BrowserPluginEmbedder(WebContentsImpl* web_contents)
40 WebContentsImpl* web_contents) {
61 WebContentsImpl* BrowserPluginEmbedder::GetWebContents() const {
62 return static_cast<WebContentsImpl*>(web_contents());
143 BrowserPluginGuest* guest = static_cast<WebContentsImpl*>(guest_web_contents)
167 *mouse_unlocked |= static_cast<WebContentsImpl*>(guest)
H A Dbrowser_plugin_guest.h91 static BrowserPluginGuest* Create(WebContentsImpl* web_contents,
95 static bool IsGuest(WebContentsImpl* web_contents);
120 // Creates a new guest WebContentsImpl with the provided |params| with |this|
122 WebContentsImpl* CreateNewGuestWindow(
131 WebContentsImpl* embedder_web_contents() const {
165 WebContentsImpl* GetWebContents() const;
181 WebContentsImpl* embedder_web_contents,
213 WebContentsImpl* web_contents,
220 WebContentsImpl* embedder_web_contents);
329 WebContentsImpl* embedder_web_contents
[all...]
/external/chromium_org/content/browser/accessibility/
H A Dandroid_hit_testing_browsertest.cc61 WebContentsImpl* web_contents =
62 static_cast<WebContentsImpl*>(shell()->web_contents());
H A Dbrowser_accessibility_state_impl.cc87 std::vector<WebContentsImpl*> web_contents_vector =
88 WebContentsImpl::GetAllWebContents();
156 std::vector<WebContentsImpl*> web_contents_vector =
157 WebContentsImpl::GetAllWebContents();
H A Daccessibility_mode_browsertest.cc28 WebContentsImpl* web_contents() {
29 return static_cast<WebContentsImpl*>(shell()->web_contents());
/external/chromium_org/content/browser/screen_orientation/
H A Dscreen_orientation_provider_android.h17 class WebContentsImpl;
48 WebContentsImpl* web_contents_impl();
/external/chromium_org/content/browser/ssl/
H A Dssl_policy.h18 class WebContentsImpl;
40 // |web_contents| is the WebContentsImpl associated with this entry.
42 WebContentsImpl* web_contents);
/external/chromium_org/content/browser/frame_host/
H A Dframe_tree_browsertest.cc49 static_cast<WebContentsImpl*>(shell()->web_contents())->
75 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents());
123 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents());
162 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell()->web_contents());
184 FrameTreeNode* root = static_cast<WebContentsImpl*>(shell()->web_contents())
228 FrameTreeNode* root = static_cast<WebContentsImpl*>(shell()->web_contents())
/external/chromium_org/content/browser/
H A Dhost_zoom_map_impl.h22 class WebContentsImpl;
65 const WebContentsImpl& web_contents_impl) const;
70 void SetZoomLevelForWebContents(const WebContentsImpl& web_contents_impl,
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/
H A DWebContentsImpl.java15 * The WebContentsImpl Java wrapper to allow communicating with the native WebContentsImpl
21 /* package */ class WebContentsImpl implements WebContents { class in inherits:WebContents
28 private WebContentsImpl( method in class:WebContentsImpl
35 private static WebContentsImpl create(
37 return new WebContentsImpl(nativeWebContentsAndroid, navigationController);
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.cc38 web_contents_ = static_cast<WebContentsImpl*>(web_contents);
/external/chromium_org/content/public/test/
H A Dtest_navigation_observer.cc95 WebContentsImpl::AddCreatedCallback(web_contents_created_callback_);
99 WebContentsImpl::RemoveCreatedCallback(web_contents_created_callback_);
/external/chromium_org/content/test/
H A Daccessibility_browser_test_utils.cc44 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(

Completed in 4200 milliseconds

1234