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

12 3 4

  /external/chromium_org/content/browser/
security_exploit_browsertest.cc 59 WebContentsImpl* wc = static_cast<WebContentsImpl*>(shell->web_contents());
site_per_process_browsertest.cc 212 static_cast<WebContentsImpl*>(shell()->web_contents())->
227 static_cast<WebContentsImpl*>(shell()->web_contents())
260 static_cast<WebContentsImpl*>(shell()->web_contents())
296 static_cast<WebContentsImpl*>(shell()->web_contents())
335 static_cast<WebContentsImpl*>(shell()->web_contents())->
host_zoom_map_impl.cc 67 *static_cast<const WebContentsImpl*>(web_contents));
74 *static_cast<const WebContentsImpl*>(web_contents), level);
238 const WebContentsImpl& web_contents_impl) const {
246 // WebContentsImpl::GetLastCommittedURL() may give us a virtual url that
260 const WebContentsImpl& web_contents_impl,
268 // WebContentsImpl::GetLastCommittedURL() may give us a virtual url that
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 64 class WebContentsImpl;
78 WebContentsImpl* web_contents,
82 class CONTENT_EXPORT WebContentsImpl
92 virtual ~WebContentsImpl();
94 static WebContentsImpl* CreateWithOpener(
96 WebContentsImpl* opener);
98 // Returns the opener WebContentsImpl, if any. This can be set to null if the
100 WebContentsImpl* opener() const { return opener_; }
568 // WebContentsImpl to be at least |page_id|.
571 // Updates the max page ID for the given SiteInstance in this WebContentsImpl
    [all...]
web_contents_view_android.cc 18 WebContentsImpl* web_contents,
28 WebContentsImpl* web_contents,
web_contents_view_aura.h 37 class WebContentsImpl;
49 WebContentsViewAura(WebContentsImpl* web_contents,
194 // The WebContentsImpl whose contents we display.
195 WebContentsImpl* web_contents_;
web_contents_view_aura.cc 75 WebContentsImpl* web_contents,
103 void UpdateWebContentsVisibility(WebContentsImpl* web_contents, bool visible) {
119 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(
131 OverscrollWindowDelegate(WebContentsImpl* web_contents,
175 WebContentsImpl* web_contents_;
192 WebDragSourceAura(aura::Window* window, WebContentsImpl* contents)
224 WebContentsImpl* contents_;
253 WebContentsImpl* web_contents) {
361 WebContentsImpl* web_contents)
    [all...]
touch_editable_impl_aura.cc 224 WebContentsImpl* wc =
225 static_cast<WebContentsImpl*>(WebContents::FromRenderViewHost(rvh));
web_contents_view_guest.cc 35 WebContentsImpl* web_contents,
249 WebContentsImpl* embedder_web_contents = guest_->embedder_web_contents();
  /external/chromium_org/content/public/test/
content_browser_test_utils.cc 116 WebContentsImpl::AddCreatedCallback(web_contents_created_callback_);
120 WebContentsImpl::RemoveCreatedCallback(web_contents_created_callback_);
  /external/chromium_org/content/browser/renderer_host/
render_view_host_browsertest.cc 105 FrameTreeNode* old_root = static_cast<WebContentsImpl*>(
112 FrameTreeNode* new_root = static_cast<WebContentsImpl*>(
render_view_host_delegate.h 55 class WebContentsImpl;
  /external/chromium_org/content/browser/ssl/
ssl_manager.cc 215 WebContentsImpl* contents =
216 static_cast<WebContentsImpl*>(controller_->delegate()->GetWebContents());
ssl_policy.cc 105 WebContentsImpl* web_contents) {
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_message_filter.cc 66 static_cast<WebContentsImpl*>(guest_web_contents)->GetBrowserPluginGuest()->
browser_plugin_guest.cc 71 WebContentsImpl* web_contents)
159 WebContentsImpl* embedder_web_contents,
238 WebContentsImpl* web_contents,
268 bool BrowserPluginGuest::IsGuest(WebContentsImpl* web_contents) {
275 static_cast<WebContentsImpl*>(WebContents::FromRenderViewHost(
321 WebContentsImpl* BrowserPluginGuest::GetWebContents() const {
322 return static_cast<WebContentsImpl*>(web_contents());
479 WebContentsImpl* embedder_web_contents,
    [all...]
  /external/chromium_org/content/test/
test_web_contents.h 21 // Subclass WebContentsImpl to ensure it creates TestRenderViewHosts
23 class TestWebContents : public WebContentsImpl, public WebContentsTester {
101 // WebContentsImpl overrides
test_web_contents.cc 28 : WebContentsImpl(browser_context, NULL),
114 WebContentsImpl* contents =
174 return WebContentsImpl::GetDelegateView();
185 // This is normally only done in WebContentsImpl::CreateNewWindow.
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_browsertest.cc 195 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(
244 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(
530 RenderFrameHostManager* opener_manager = static_cast<WebContentsImpl*>(
574 static_cast<WebContentsImpl*>(new_contents)->GetRenderManagerForTesting();
671 RenderFrameHostManager* opener_manager = static_cast<WebContentsImpl*>(
    [all...]
interstitial_page_impl.cc 130 static_cast<WebContentsImpl*>(web_contents)),
171 static_cast<WebContentsImpl*>(web_contents)),
570 static_cast<WebContentsImpl*>(web_contents())->GetView();
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 62 class WebContentsImpl;
170 void OnUserGesture(WebContentsImpl* contents);
  /external/chromium_org/content/browser/renderer_host/input/
touch_input_browsertest.cc 148 WebContentsImpl* web_contents =
149 static_cast<WebContentsImpl*>(shell()->web_contents());
  /external/chromium_org/content/browser/speech/
speech_recognition_dispatcher_host.cc 91 WebContentsImpl* web_contents = static_cast<WebContentsImpl*>(
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 41 class WebContentsImpl;
478 friend class WebContentsImpl;
  /external/chromium_org/content/browser/devtools/
render_view_devtools_agent_host.cc 46 static_cast<WebContentsImpl*>(web_contents);
99 static_cast<WebContentsImpl*>(web_contents);

Completed in 596 milliseconds

12 3 4