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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/athena/content/shell/
dialogs.cc 11 content::WebContents* web_contents,
18 void OpenFileChooser(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/android/
chromium_application.h 13 class WebContents;
39 static void OpenClearBrowsingData(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/
chrome_page_zoom.h 12 class WebContents;
28 void Zoom(content::WebContents* web_contents, content::PageZoom zoom);
  /external/chromium_org/chrome/browser/download/
download_danger_prompt.h 12 class WebContents;
42 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/extensions/
extension_disabled_ui.h 11 class WebContents;
28 content::WebContents* web_contents,
extension_view.h 14 class WebContents;
47 content::WebContents* source,
webstore_inline_installer_factory.h 15 class WebContents;
30 content::WebContents* contents,
  /external/chromium_org/chrome/browser/ssl/
ssl_client_certificate_selector.h 11 class WebContents;
30 content::WebContents* contents,
  /external/chromium_org/chrome/browser/tab_contents/
background_contents.h 24 // This class consumes WebContents. It can host a renderer, but does not
33 // WebContents to a suitable container (e.g. browser) or to show it if it's
36 virtual void AddWebContents(content::WebContents* new_contents,
54 content::WebContents* web_contents() const { return web_contents_.get(); }
58 virtual void CloseContents(content::WebContents* source) OVERRIDE;
61 content::WebContents* tab) OVERRIDE;
62 virtual void AddNewContents(content::WebContents* source,
63 content::WebContents* new_contents,
68 virtual bool IsNeverVisible(content::WebContents* web_contents) OVERRIDE;
87 scoped_ptr<content::WebContents> web_contents_
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
background_information.h 21 virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
24 content::WebContents* web_contents) OVERRIDE;
extension_information.h 24 virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
27 content::WebContents* web_contents) OVERRIDE;
guest_information.h 22 virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
25 content::WebContents* web_contents) OVERRIDE;
panel_information.h 15 // WebContentsInformation for WebContents instances owned by the PanelManager.
22 virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
25 content::WebContents* web_contents) OVERRIDE;
printing_information.h 23 virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
27 content::WebContents* web_contents) OVERRIDE;
tab_contents_information.h 15 // into one category because, for example, a prerendered WebContents can become
24 virtual bool CheckOwnership(content::WebContents* web_contents) OVERRIDE;
27 content::WebContents* web_contents) OVERRIDE;
task_manager_util.h 14 class WebContents;
33 base::string16 GetTitleFromWebContents(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_tab.h 13 class WebContents;
27 content::WebContents* content,
  /external/chromium_org/chrome/browser/ui/
browser_content_translate_driver_observer.h 26 virtual void OnIsPageTranslatedChanged(content::WebContents* source) OVERRIDE;
27 virtual void OnTranslateEnabledChanged(content::WebContents* source) OVERRIDE;
tab_helpers.h 9 class WebContents;
24 // A "tab contents" is a WebContents that is used as a tab in a browser window
30 // content loaded into a WebContents that will later be added to the tabstrip.
44 // chrome::Navigate creates WebContents that are destined for the tab strip,
53 // Adopts the specified WebContents as a full-fledged browser tab, attaching
54 // all the associated tab helpers that are needed for the WebContents to
55 // serve in that role. It is safe to call this on a WebContents that was
57 static void AttachTabHelpers(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/cocoa/passwords/
manage_passwords_controller_test.h 12 class WebContents;
29 scoped_ptr<content::WebContents> test_web_contents_;
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_within_tab_helper.h 10 // Helper used by FullscreenController to track the state of a WebContents that
20 // that of its associated WebContents. It is automatically destroyed.
34 static void RemoveForWebContents(content::WebContents* web_contents);
38 explicit FullscreenWithinTabHelper(content::WebContents* ignored);
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble.h 15 class WebContents;
29 ManagePasswordsBubble(content::WebContents* contents, DisplayReason reason);
  /external/chromium_org/chrome/browser/ui/search/
instant_tab.cc 19 void InstantTab::Init(content::WebContents* contents) {
24 void InstantTab::EmitNtpStatistics(content::WebContents* contents) {
instant_tab.h 23 void Init(content::WebContents* contents);
26 static void EmitNtpStatistics(content::WebContents* contents);
search_tab_helper_delegate.cc 10 content::WebContents* source_contents) {
14 const content::WebContents* web_contents) {

Completed in 772 milliseconds

1 2 3 4 56 7 8 91011>>