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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/dom_distiller/
tab_utils.h 9 class WebContents;
12 // Creates a new WebContents and navigates it to view the URL of the current
14 // takes ownership over the old WebContents after swapping in the new one.
15 void DistillCurrentPageAndView(content::WebContents* old_web_contents);
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_unsupported_feature.h 11 class WebContents;
18 void PDFHasUnsupportedFeature(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils.h 11 class WebContents;
20 static void ShowNetworkProxySettings(content::WebContents*);
23 static void ShowManageSSLCertificates(content::WebContents*);
  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_delegate.h 9 class WebContents;
15 // Returns active WebContents.
16 virtual content::WebContents* GetActiveWebContents() const = 0;
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_creator.h 10 class WebContents;
14 WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/tab_contents/
core_tab_helper_delegate.h 11 class WebContents;
15 // WebContents and to provide necessary functionality.
17 // This is the catch-all interface for holding additions to WebContents that are
18 // needed when a WebContents is promoted to being a tab contents, but that
25 virtual void SwapTabContents(content::WebContents* old_contents,
26 content::WebContents* new_contents,
30 // Whether the specified WebContents can be reloaded.
32 virtual bool CanReloadContents(content::WebContents* web_contents) const;
34 // Whether the specified WebContents can be saved.
36 virtual bool CanSaveContents(content::WebContents* web_contents) const
    [all...]
chrome_web_contents_view_delegate.h 9 class WebContents;
16 content::WebContents* web_contents);
core_tab_helper_delegate.cc 11 content::WebContents* old_contents,
12 content::WebContents* new_contents,
18 content::WebContents* web_contents) const {
23 content::WebContents* web_contents) const {
tab_contents_iterator.h 14 class WebContents;
24 // WebContents* cur = *iterator;
37 // WebContents. Valid as long as !done().
44 // Returns the current WebContents, valid as long as !done().
45 content::WebContents* operator->() const {
48 content::WebContents* operator*() const {
61 // Current WebContents, or NULL if we're at the end of the list. This
64 content::WebContents* cur_;
  /external/chromium_org/chrome/browser/tab_contents/
retargeting_details.h 11 class WebContents;
17 content::WebContents* source_web_contents;
27 content::WebContents* target_web_contents;
  /external/chromium_org/extensions/browser/
view_type_utils.h 11 class WebContents;
16 // Get/Set the type of a WebContents.
19 ViewType GetViewType(content::WebContents* tab);
20 void SetViewType(content::WebContents* tab, ViewType type);
  /external/chromium_org/android_webview/browser/
aw_web_preferences_populater.h 11 class WebContents;
21 virtual void PopulateFor(content::WebContents* web_contents,
  /external/chromium_org/apps/ui/
web_contents_sizer.h 9 class WebContents;
17 // A platform-agnostic function to resize a WebContents. The top-left corner of
18 // the WebContents does not move during the resizing.
19 void ResizeWebContents(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/download/
download_started_animation.h 11 class WebContents;
16 static void Show(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper_delegate.h 11 class WebContents;
19 virtual void URLStarredChanged(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
favicon_util_mac.h 11 class WebContents;
16 // Returns an autoreleased favicon for a given WebContents. If |contents|
19 NSImage* FaviconForWebContents(content::WebContents* contents);
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_observer.h 9 class WebContents;
16 virtual void OnZoomChanged(content::WebContents* source,
  /external/chromium_org/content/public/test/
test_navigation_observer.h 16 class WebContents;
25 TestNavigationObserver(WebContents* web_contents,
28 explicit TestNavigationObserver(WebContents* web_contents);
36 // Start/stop watching newly created WebContents.
42 void RegisterAsObserver(WebContents* web_contents);
47 // Callbacks for WebContents-related events.
48 void OnWebContentsCreated(WebContents* web_contents);
50 WebContents* web_contents);
53 WebContents* web_contents,
55 void OnDidAttachInterstitialPage(WebContents* web_contents)
    [all...]
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.h 22 class WebContents;
27 // For print preview, the WebContents that initiates the printing operation is
43 static void PrintPreview(content::WebContents* initiator);
47 content::WebContents* GetOrCreatePreviewDialog(
48 content::WebContents* initiator);
53 content::WebContents* GetPrintPreviewForContents(
54 content::WebContents* contents) const;
58 content::WebContents* GetInitiator(content::WebContents* preview_dialog);
62 base::Callback<void(content::WebContents*)> callback)
    [all...]
background_printing_manager.h 18 class WebContents;
23 // Manages hidden WebContents that prints documents in the background.
24 // The hidden WebContents are no longer part of any Browser / TabStripModel.
25 // The WebContents started life as a ConstrainedWebDialog.
31 typedef std::map<content::WebContents*, Observer*> WebContentsObserverMap;
39 void OwnPrintPreviewDialog(content::WebContents* preview_dialog);
42 bool HasPrintPreviewDialog(content::WebContents* preview_dialog);
45 std::set<content::WebContents*> CurrentContentSet();
54 void DeletePreviewContents(content::WebContents* preview_contents);
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_base.h 17 class WebContents;
44 void GetUserMediaAndAccept(content::WebContents* tab_contents) const;
46 content::WebContents* tab_contents,
48 void GetUserMediaAndDeny(content::WebContents* tab_contents);
50 content::WebContents* tab_contents,
52 void GetUserMediaAndDismiss(content::WebContents* tab_contents) const;
53 void GetUserMedia(content::WebContents* tab_contents,
58 content::WebContents* OpenPageAndGetUserMediaInNewTab(const GURL& url) const;
62 content::WebContents* OpenPageAndGetUserMediaInNewTabWithConstraints(
67 content::WebContents* OpenTestPageAndGetUserMediaInNewTab
    [all...]
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 40 class WebContents;
68 // WebContents and to provide necessary functionality.
73 // Opens a new URL inside the passed in WebContents (if source is 0 open
80 // Returns the WebContents the URL is opened in, or NULL if the URL wasn't
82 virtual WebContents* OpenURLFromTab(WebContents* source,
85 // Called to inform the delegate that the WebContents's navigation state
88 // |WebContents::InvalidateTypes| bits.
89 virtual void NavigationStateChanged(const WebContents* source,
94 virtual void VisibleSSLStateChanged(const WebContents* source) {
    [all...]
  /external/chromium_org/components/web_contents_delegate_android/
web_contents_delegate_android.h 17 class WebContents;
40 // delegate for WebContents to forward calls to the java peer. The embedding
48 // Binds this WebContentsDelegateAndroid to the passed WebContents instance,
49 // such that when that WebContents is destroyed, this
51 void SetOwnerWebContents(content::WebContents* contents);
54 virtual content::WebContents* OpenURLFromTab(
55 content::WebContents* source,
58 content::WebContents* source,
61 virtual void NavigationStateChanged(const content::WebContents* source,
64 const content::WebContents* source) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_observer.cc 7 using content::WebContents;
9 void TabStripModelObserver::TabInsertedAt(WebContents* contents,
15 WebContents* contents,
19 void TabStripModelObserver::TabDetachedAt(WebContents* contents,
23 void TabStripModelObserver::TabDeactivated(WebContents* contents) {
26 void TabStripModelObserver::ActiveTabChanged(WebContents* old_contents,
27 WebContents* new_contents,
37 void TabStripModelObserver::TabMoved(WebContents* contents,
42 void TabStripModelObserver::TabChangedAt(WebContents* contents,
48 WebContents* old_contents
    [all...]
tab_strip_model_observer.h 11 class WebContents;
57 // A new WebContents was inserted into the TabStripModel at the
60 virtual void TabInsertedAt(content::WebContents* contents,
64 // The specified WebContents at |index| is being closed (and eventually
67 content::WebContents* contents,
70 // The specified WebContents at |index| is being detached, perhaps to
72 // action is necessary to deal with the WebContents no longer being
74 virtual void TabDetachedAt(content::WebContents* contents, int index);
76 // The active WebContents is about to change from |old_contents|.
79 virtual void TabDeactivated(content::WebContents* contents)
    [all...]

Completed in 736 milliseconds

1 2 3 4 5 6 7 8 91011>>