HomeSort by relevance Sort by last modified time
    Searched refs:WebContents (Results 526 - 550 of 1805) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/autofill/
test_generated_credit_card_bubble_controller.h 20 content::WebContents* contents);
  /external/chromium_org/chrome/browser/ui/
browser_tabstrip.cc 23 // WebContents, but we want to include the time it takes to create the
24 // WebContents object too.
37 content::WebContents* AddSelectedTabWithURL(
48 content::WebContents* source_contents,
49 content::WebContents* new_contents,
72 content::WebContents* contents,
sad_tab_helper.h 29 explicit SadTabHelper(content::WebContents* web_contents);
web_contents_sizer.cc 15 void ResizeWebContents(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac.h 28 virtual content::WebContents* GetWebContents() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_cocoa.h 20 virtual void Show(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/cocoa/
one_click_signin_bubble_controller.h 31 // error, and |syncCallback| is called to start sync. |webContents| is used
37 webContents:(content::WebContents*)webContents
  /external/chromium_org/chrome/browser/ui/cocoa/profiles/
user_manager_mac.h 19 class WebContents;
  /external/chromium_org/chrome/browser/ui/cocoa/website_settings/
website_settings_bubble_controller.h 15 class WebContents;
22 content::WebContents* webContents_;
86 // is closed. |parentWindow| cannot be nil. |webContents| may be nil for
90 webContents:(content::WebContents*)webContents
113 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/login/
login_interstitial_delegate.cc 8 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/panels/
native_panel.h 16 class WebContents;
48 virtual void PanelWebContentsFocused(content::WebContents* contents) = 0;
59 virtual void AttachWebContents(content::WebContents* contents) = 0;
60 virtual void DetachWebContents(content::WebContents* contents) = 0;
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_ui_controller_mock.cc 10 content::WebContents* contents)
  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.h 23 class WebContents;
39 static void ShowBubble(content::WebContents* web_contents,
73 content::WebContents* web_contents,
148 // The WebContents for the page whose zoom has changed.
149 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/views/
session_crashed_bubble_view.h 25 class WebContents;
50 content::WebContents* web_contents,
98 content::WebContents* contents,
116 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.h 20 class WebContents;
37 virtual void Show(content::WebContents* web_contents,
57 content::WebContents* source, bool* out_close_dialog) OVERRIDE;
85 virtual void Show(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_controller.h 20 class WebContents;
52 ZoomChangedEventData(content::WebContents* web_contents,
62 content::WebContents* web_contents;
76 // TODO(wjmaclean) Make this refer to the webcontents-specific HostZoomMap
131 explicit ZoomController(content::WebContents* web_contents);
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver.h 19 class WebContents;
33 // instance per WebContents.
39 content::WebContents* contents,
43 static ContentAutofillDriver* FromWebContents(content::WebContents* contents);
73 content::WebContents* web_contents,
  /external/chromium_org/components/translate/content/browser/
static_browser_cld_data_provider.cc 16 content::WebContents* web_contents) {
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate.cc 21 WebContents* RenderViewHostDelegate::GetAsWebContents() {
  /external/chromium_org/content/public/browser/
web_ui_controller_factory.h 16 class WebContents;
  /external/chromium_org/content/shell/browser/
shell_javascript_dialog_manager.cc 25 WebContents* web_contents,
73 WebContents* web_contents,
116 WebContents* web_contents) {
128 WebContents* web_contents) {
  /external/chromium_org/extensions/shell/browser/
shell_app_window_client.h 26 virtual void OpenDevToolsWindow(content::WebContents* web_contents,
  /external/chromium_org/android_webview/native/
aw_contents_io_thread_client_impl.h 19 class WebContents;
33 static void RegisterPendingContents(content::WebContents* web_contents);
38 static void Associate(content::WebContents* web_contents,
aw_web_contents_delegate.cc 32 using content::WebContents;
62 void AwWebContentsDelegate::FindReply(WebContents* web_contents,
89 void AwWebContentsDelegate::RunFileChooser(WebContents* web_contents,
125 void AwWebContentsDelegate::AddNewContents(WebContents* source,
126 WebContents* new_contents,
145 // it. The source AwContents takes ownership of the new WebContents
146 // until then, and when the callback is made we will swap the WebContents
150 // Hide the WebContents for the pop up now, we will show it again
155 // window, so we're done with the WebContents now. We use
166 // Notifies the delegate about the creation of a new WebContents. Thi
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DataReductionProxyInfoBar.java 7 import org.chromium.content_public.browser.WebContents;
22 * @param webContents The {@link WebContents} in which to open the {@link InfoBar}.
29 public static void launch(WebContents webContents,
39 DataReductionProxyInfoBarDelegate.launch(webContents, linkUrl);
47 public static void launch(WebContents webContents,
52 launch(webContents, settingsClassName, drpSettingsClassName, title, linkText, "");

Completed in 418 milliseconds

<<21222324252627282930>>