/external/chromium_org/chrome/browser/ui/tab_contents/ |
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/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 virtual void NavigationStateChanged(const WebContents* source, 93 virtual void VisibleSSLStateChanged(const WebContents* source) {} 95 // Creates a new tab with the already-created WebContents 'new_contents' [all...] |
javascript_dialog_manager.h | 19 class WebContents; 32 WebContents* web_contents, 42 virtual void RunBeforeUnloadDialog(WebContents* web_contents, 51 virtual bool HandleJavaScriptDialog(WebContents* web_contents, 55 // Cancels all active and pending dialogs for the given WebContents. 56 virtual void CancelActiveAndPendingDialogs(WebContents* web_contents) = 0; 58 // The given WebContents is being destroyed; discards any saved state tied 60 virtual void WebContentsDestroyed(WebContents* web_contents) = 0;
|
/external/chromium_org/chromecast/shell/browser/test/ |
chromecast_browser_test.h | 14 class WebContents; 37 void NavigateToURL(content::WebContents* window, const GURL& gurl); 40 content::WebContents* CreateBrowser(); 43 content::WebContents* web_contents() const { return web_contents_.get(); } 46 scoped_ptr<content::WebContents> web_contents_;
|
/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, 62 const content::WebContents* source, 65 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...] |
/external/chromium_org/chrome/browser/printing/ |
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/ui/cocoa/tab_contents/ |
tab_contents_controller.h | 15 class WebContents; 18 // A class that controls the WebContents view. It internally creates a container 20 // display of the WebContents view. 26 // calls |-ensureContentsVisible| to display the WebContents view. 29 // for WebContents fullscreen changes and automatically swap the normal 30 // WebContents view with the fullscreen view (if different). In addition, if a 31 // WebContents is being screen-captured, the view will be centered within the 36 content::WebContents* contents_; // weak 45 @property(readonly, nonatomic) content::WebContents* webContents; [all...] |
/external/chromium_org/chrome/browser/ui/pdf/ |
chrome_pdf_web_contents_helper_client.h | 19 virtual void UpdateLocationBar(content::WebContents* contents) OVERRIDE; 21 virtual void UpdateContentRestrictions(content::WebContents* contents, 25 content::WebContents* contents) OVERRIDE; 27 virtual void OnSaveURL(content::WebContents* contents) OVERRIDE; 30 content::WebContents* contents, 37 void ShowPDFPasswordDialog(content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_strip_model_observer_bridge.h | 16 class WebContents; 30 virtual void TabInsertedAt(content::WebContents* contents, 34 content::WebContents* contents, 36 virtual void TabDetachedAt(content::WebContents* contents, 38 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE; 39 virtual void ActiveTabChanged(content::WebContents* old_contents, 40 content::WebContents* new_contents, 46 virtual void TabMoved(content::WebContents* contents, 49 virtual void TabChangedAt(content::WebContents* contents, 53 content::WebContents* old_contents [all...] |
/external/chromium_org/android_webview/browser/ |
aw_web_preferences_populater.h | 9 class WebContents; 20 virtual void PopulateFor(content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/android/ |
password_authentication_manager.h | 13 class WebContents; 22 // Request an authentication challenge for the specified webcontents to allow 26 content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_observer.cc | 9 using content::WebContents; 13 ExternalProtocolObserver::ExternalProtocolObserver(WebContents* web_contents)
|
/external/chromium_org/chrome/browser/notifications/ |
notification_delegate.h | 14 class WebContents; 25 // Returns the WebContents that generated the notification, or NULL. 26 virtual content::WebContents* GetWebContents() const = 0;
|
/external/chromium_org/chrome/browser/tab_contents/ |
tab_util.h | 13 class WebContents; 18 // Helper to find the WebContents that originated the given request. Can be 20 // Should only be called from the UI thread, since it accesses WebContents. 21 content::WebContents* GetWebContentsByID(int render_process_id,
|
/external/chromium_org/chrome/browser/ui/apps/ |
directory_access_confirmation_dialog.h | 12 class WebContents; 17 content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
content_setting_bubble_model_delegate.h | 11 class WebContents; 19 content::WebContents* web_contents) = 0;
|
/external/chromium_org/chrome/browser/ui/fullscreen/ |
fullscreen_within_tab_helper.cc | 10 content::WebContents* ignored) 17 content::WebContents* web_contents) {
|
/external/chromium_org/chrome/browser/ui/ |
sad_tab.h | 12 class WebContents; 21 static SadTab* Create(content::WebContents* web_contents, SadTabKind kind);
|
tab_modal_confirm_dialog.h | 11 class WebContents; 20 content::WebContents* web_contents);
|
/external/chromium_org/components/web_modal/ |
popup_manager.h | 13 class WebContents; 42 content::WebContents* web_contents); 48 const content::WebContents* web_contents) const; 58 virtual void WasFocused(const content::WebContents* web_contents); 64 static PopupManager* FromWebContents(content::WebContents* web_contents); 66 // Should not be called except by WebContents-owning class; not by clients. 67 void RegisterWith(content::WebContents* web_contents); 68 void UnregisterWith(content::WebContents* web_contents); 71 virtual void CloseAllDialogsForTesting(content::WebContents* web_contents);
|
web_contents_modal_dialog_manager_delegate.cc | 12 content::WebContents* web_contents, bool blocked) { 21 content::WebContents* web_contents) {
|
/external/chromium_org/content/public/test/ |
web_contents_tester.cc | 19 WebContentsTester* WebContentsTester::For(WebContents* contents) { 24 WebContents* WebContentsTester::CreateTestWebContents(
|