HomeSort by relevance Sort by last modified time
    Searched defs:FromWebContents (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/public/browser/
download_url_parameters.cc 37 DownloadUrlParameters* DownloadUrlParameters::FromWebContents(
web_contents_user_data.h 37 if (!FromWebContents(contents))
44 static T* FromWebContents(WebContents* contents) {
48 static const T* FromWebContents(const WebContents* contents) {
  /external/chromium_org/android_webview/browser/
aw_contents_client_bridge_base.cc 56 AwContentsClientBridgeBase* AwContentsClientBridgeBase::FromWebContents(
aw_browser_context.cc 90 AwBrowserContext* AwBrowserContext::FromWebContents(
  /external/chromium_org/components/renderer_context_menu/
context_menu_delegate.cc 35 ContextMenuDelegate* ContextMenuDelegate::FromWebContents(
  /external/chromium_org/extensions/browser/guest_view/
guest_view.h 32 static T* FromWebContents(content::WebContents* contents) {
33 GuestViewBase* guest = GuestViewBase::FromWebContents(contents);
45 return FromWebContents(web_contents);
guest_view_base.cc 243 GuestViewBase* GuestViewBase::FromWebContents(WebContents* web_contents) {
263 return GuestViewBase::FromWebContents(guest_web_contents);
268 return !!GuestViewBase::FromWebContents(web_contents);
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver.cc 39 if (FromWebContents(contents))
49 ContentAutofillDriver* ContentAutofillDriver::FromWebContents(
  /external/chromium_org/components/web_modal/
popup_manager.cc 22 // The PopupManager is browser-scoped, but will use a FromWebContents API
54 WebContentsModalDialogManager::FromWebContents(web_contents);
64 WebContentsModalDialogManager::FromWebContents(web_contents);
74 WebContentsModalDialogManager::FromWebContents(web_contents);
83 WebContentsModalDialogManager::FromWebContents(web_contents);
104 PopupManager* PopupManager::FromWebContents(
125 WebContentsModalDialogManager::FromWebContents(web_contents);
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_permission_helper.cc 158 WebViewPermissionHelper* WebViewPermissionHelper::FromWebContents(
160 WebViewGuest* web_view_guest = WebViewGuest::FromWebContents(web_contents);
  /external/chromium_org/android_webview/native/
aw_settings.cc 99 AwSettings* AwSettings::FromWebContents(content::WebContents* web_contents) {
105 AwContents* contents = AwContents::FromWebContents(web_contents());
181 AwContents* contents = AwContents::FromWebContents(web_contents());
aw_contents.cc 138 AwContents* AwContents::FromWebContents(WebContents* web_contents) {
151 return FromWebContents(web_contents);
185 AwAutofillClient::FromWebContents(web_contents_.get());
229 if (ContentAutofillDriver::FromWebContents(web_contents_.get())) {
230 AwAutofillClient::FromWebContents(web_contents_.get())->
237 AwBrowserContext::FromWebContents(web_contents_.get());
247 if (ContentAutofillDriver::FromWebContents(web_contents))
250 AwBrowserContext::FromWebContents(web_contents)->
255 AwAutofillClient::FromWebContents(web_contents),
270 DCHECK_EQ(this, AwContents::FromWebContents(web_contents_.get()))
    [all...]
  /external/chromium_org/chrome/browser/android/
tab_android.cc 105 TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) {
106 CoreTabHelper* core_tab_helper = CoreTabHelper::FromWebContents(web_contents);
174 return content::ContentViewCore::FromWebContents(web_contents());
195 SessionTabHelper::FromWebContents(web_contents());
301 new_contents ? InfoBarService::FromWebContents(new_contents) : NULL;
337 InfoBarService::FromWebContents(web_contents())->set_ignore_next_reload();
358 TabSpecificContentSettings::FromWebContents(web_contents());
365 PopupBlockerTabHelper::FromWebContents(web_contents());
410 SessionTabHelper::FromWebContents(web_contents())->session_id().id());
411 ContextMenuHelper::FromWebContents(web_contents())->SetPopulator
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.cc 282 PrerenderContents* PrerenderContents::FromWebContents(
772 HistoryTabHelper* history_tab_helper = HistoryTabHelper::FromWebContents(tab);
    [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 186 ContentViewCoreImpl* ContentViewCoreImpl::FromWebContents(
195 ContentViewCore* ContentViewCore::FromWebContents(
197 return ContentViewCoreImpl::FromWebContents(web_contents);
    [all...]

Completed in 4472 milliseconds