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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDomDistillerTabUtils.java24 * @param webContents the WebContents to distill.
26 public static void distillCurrentPageAndView(WebContents webContents) { argument
27 nativeDistillCurrentPageAndView(webContents);
30 private static native void nativeDistillCurrentPageAndView(WebContents webContents); argument
H A DDomDistillerFeedbackReporter.java156 long nativeFeedbackReporterAndroid, WebContents webContents);
155 nativeReplaceWebContents( long nativeFeedbackReporterAndroid, WebContents webContents) argument
/external/chromium_org/chrome/browser/ui/cocoa/translate/
H A Dtranslate_bubble_controller.h60 @property(readonly, nonatomic) const content::WebContents* webContents; variable
65 webContents:(content::WebContents*)webContents;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Done_click_signin_bubble_controller.h31 // error, and |syncCallback| is called to start sync. |webContents| is used
37 webContents:(content::WebContents*)webContents
H A Dcertificate_viewer_mac.h38 - (void)displayForWebContents:(content::WebContents*)webContents;
H A Done_click_signin_view_controller.h54 // |isSyncDialog| is YES. |webContents| is used to open the Learn More and
57 webContents:(content::WebContents*)webContents
H A Dssl_client_certificate_selector_cocoa.h47 - (void)displayForWebContents:(content::WebContents*)webContents;
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
H A Dsad_tab_controller.h46 - (id)initWithWebContents:(content::WebContents*)webContents;
54 - (content::WebContents*)webContents;
H A Dtab_contents_controller.h45 @property(readonly, nonatomic) content::WebContents* webContents; variable
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DVoiceSearchTabHelper.java32 private native void nativeUpdateAutoplayStatus(WebContents webContents); argument
H A DWebsiteSettingsPopup.java47 private WebsiteSettingsPopup(Context context, WebContents webContents) { argument
49 mWebContents = webContents;
65 final long nativeWebsiteSettingsPopup = nativeInit(this, webContents);
199 * @param webContents The WebContents for which to show Website information. This
203 public static void show(Context context, WebContents webContents) { argument
204 new WebsiteSettingsPopup(context, webContents);
207 private static native long nativeInit(WebsiteSettingsPopup popup, WebContents webContents); argument
209 private native byte[][] nativeGetCertificateChain(WebContents webContents); argument
H A DTab.java807 WebContents webContents = mContentViewCore.getWebContents();
810 mContentViewCore.getContainerView(), webContents);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_overscroll_animator_mac.h55 - (void)completeOverscroll:(content::WebContentsImpl*)webContents;
H A Dweb_contents_view_mac.h51 - (content::WebContentsImpl*)webContents;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DWebContentsObserverAndroid.java25 public WebContentsObserverAndroid(WebContents webContents) { argument
27 mNativeWebContentsObserverAndroid = nativeInit(webContents);
184 private native long nativeInit(WebContents webContents); argument
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
H A Dtab_applescript.h32 - (id)initWithWebContents:(content::WebContents*)webContents;
35 - (void)setWebContents:(content::WebContents*)webContents;
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DTestWebContentsObserver.java29 public TestWebContentsObserver(WebContents webContents) { argument
30 super(webContents);
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_sign_in_container.h44 - (content::WebContents*)webContents;
H A Dautofill_dialog_window_controller.h76 - (id)initWithWebContents:(content::WebContents*)webContents
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcontent_setting_bubble_cocoa.h68 webContents:(content::WebContents*)webContents
H A Dcollected_cookies_mac.h124 - (id)initWithWebContents:(content::WebContents*)webContents
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/
H A Dwebsite_settings_bubble_controller.h83 // is closed. |parentWindow| cannot be nil. |webContents| may be nil for
87 webContents:(content::WebContents*)webContents
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DAutocompleteController.java194 * @param webContents The web contents for the tab where the selected suggestion will be shown.
198 long elapsedTimeSinceModified, WebContents webContents) {
201 webContents);
262 boolean focusedFromFakebox, long elapsedTimeSinceModified, WebContents webContents);
196 onSuggestionSelected(int selectedIndex, OmniboxSuggestion.Type type, String currentPageUrl, boolean isQueryInOmnibox, boolean focusedFromFakebox, long elapsedTimeSinceModified, WebContents webContents) argument
260 nativeOnSuggestionSelected(long nativeAutocompleteControllerAndroid, int selectedIndex, String currentPageUrl, boolean isQueryInOmnibox, boolean focusedFromFakebox, long elapsedTimeSinceModified, WebContents webContents) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java98 int tabId, ViewGroup parentView, WebContents webContents) {
116 mNativeInfoBarContainer = nativeInit(webContents, mAutoLoginDelegate);
492 private native long nativeInit(WebContents webContents, AutoLoginDelegate autoLoginDelegate); argument
97 InfoBarContainer(Activity activity, AutoLoginProcessor autoLoginProcessor, int tabId, ViewGroup parentView, WebContents webContents) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
H A DAppBannerManager.java236 WebContents webContents);
235 nativeReplaceWebContents(long nativeAppBannerManager, WebContents webContents) argument

Completed in 718 milliseconds