HomeSort by relevance Sort by last modified time
    Searched refs:WebContents (Results 476 - 500 of 1633) sorted by null

<<11121314151617181920>>

  /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);
  /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 20 class WebContents;
  /external/chromium_org/chrome/browser/ui/cocoa/website_settings/
website_settings_bubble_controller.h 15 class WebContents;
22 content::WebContents* webContents_;
83 // is closed. |parentWindow| cannot be nil. |webContents| may be nil for
87 webContents:(content::WebContents*)webContents
110 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/
session_crashed_bubble_view.h 25 class WebContents;
50 content::WebContents* web_contents,
101 content::WebContents* contents,
119 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/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/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/apps/
app_window_contents.h 30 // WebContents instance and observes it for the purpose of passing
48 virtual content::WebContents* GetWebContents() const OVERRIDE;
62 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
72 scoped_ptr<content::WebContents> web_contents_;
  /external/chromium_org/chrome/browser/android/
shortcut_helper.h 20 class WebContents;
45 explicit ShortcutBuilder(content::WebContents* web_contents,
78 static void AddShortcut(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_view.cc 29 content::WebContents* web_contents = web_view_->web_contents();
50 content::WebContents* FirstRunView::GetWebContents() {
61 content::WebContents* source,
  /external/chromium_org/chrome/browser/dom_distiller/
tab_utils_browsertest.cc 42 WebContentsMainFrameHelper(content::WebContents* web_contents,
64 content::WebContents* initial_web_contents =
73 // Wait until the new WebContents has fully navigated.
74 content::WebContents* after_web_contents =
83 // Verify the new URL is showing distilled content in a new WebContents.
  /external/chromium_org/chrome/browser/extensions/
active_script_controller.h 20 class WebContents;
39 explicit ActiveScriptController(content::WebContents* web_contents);
45 content::WebContents* web_contents);
extension_api_unittest.h 21 class WebContents;
32 // By default, this class does not create a WebContents for the API functions.
33 // If a WebContents is needed, calling CreateBackgroundPage() will create a
35 // needed, this could be expanded to allow for alternate WebContents).
43 content::WebContents* contents() { return contents_; }
55 // Creates a background page for |extension_|, and sets it for the WebContents
88 // The WebContents used to associate a RenderViewHost with API function calls,
90 content::WebContents* contents_;
script_executor.h 23 class WebContents;
34 content::WebContents* web_contents,
112 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.h 29 // extenstions. This class maintains a WebContents instance and observes it for
50 virtual content::WebContents* GetWebContents() const OVERRIDE;
58 virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
72 scoped_ptr<content::WebContents> web_contents_;

Completed in 938 milliseconds

<<11121314151617181920>>