/external/chromium_org/components/web_modal/ |
web_contents_modal_dialog_manager_delegate.h | 9 class WebContents; 24 // renderer host will ignore any UI interaction within WebContents outside of 26 virtual void SetWebContentsBlocked(content::WebContents* web_contents, 33 // Returns whether the WebContents is currently visible or not. 34 virtual bool IsWebContentsVisible(content::WebContents* web_contents);
|
/external/chromium_org/content/public/browser/android/ |
download_controller_android.h | 13 class WebContents; 34 const ContextMenuParams& params, WebContents* web_contents, 39 WebContents* web_contents, int download_id, bool accept) = 0;
|
/external/chromium_org/extensions/browser/app_window/ |
app_delegate.h | 18 class WebContents; 37 virtual void InitWebContents(content::WebContents* web_contents) = 0; 39 // Resizes WebContents. 40 virtual void ResizeWebContents(content::WebContents* web_contents, 44 virtual content::WebContents* OpenURLFromTab( 46 content::WebContents* source, 49 content::WebContents* new_contents, 57 content::WebContents* web_contents, 59 virtual void RunFileChooser(content::WebContents* tab, 62 content::WebContents* web_contents [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_event_router.h | 21 class WebContents; 44 virtual void TabInsertedAt(content::WebContents* contents, int index, 47 content::WebContents* contents, 49 virtual void TabDetachedAt(content::WebContents* contents, 51 virtual void ActiveTabChanged(content::WebContents* old_contents, 52 content::WebContents* new_contents, 58 virtual void TabMoved(content::WebContents* contents, 61 virtual void TabChangedAt(content::WebContents* contents, 65 content::WebContents* old_contents, 66 content::WebContents* new_contents [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
sad_tab_controller.h | 21 explicit SadTabCocoa(content::WebContents* web_contents); 32 content::WebContents* web_contents_; 42 content::WebContents* webContents_; // Weak reference. 46 - (id)initWithWebContents:(content::WebContents*)webContents; 52 // Returns a weak reference to the WebContents whose WebContentsView created 54 - (content::WebContents*)webContents;
|
/external/chromium_org/chrome/browser/ui/search/ |
search_delegate.h | 13 class WebContents; 35 void OnTabActivated(content::WebContents* web_contents); 39 void OnTabDeactivated(content::WebContents* web_contents); 43 void OnTabDetached(content::WebContents* web_contents); 47 void StopObservingTab(content::WebContents* web_contents); 53 // Weak. The WebContents owns this. It is the model of the active
|
/external/chromium_org/android_webview/native/ |
aw_web_contents_delegate.h | 24 virtual void FindReply(content::WebContents* web_contents, 35 content::WebContents* web_contents, 37 virtual void AddNewContents(content::WebContents* source, 38 content::WebContents* new_contents, 44 virtual void WebContentsCreated(content::WebContents* source_contents, 48 content::WebContents* new_contents) OVERRIDE; 50 virtual void CloseContents(content::WebContents* source) OVERRIDE; 51 virtual void ActivateContents(content::WebContents* contents) OVERRIDE; 53 content::WebContents* web_contents, 56 virtual void ToggleFullscreenModeForTab(content::WebContents* web_contents [all...] |
/external/chromium_org/extensions/shell/browser/ |
shell_app_delegate.cc | 18 void ShellAppDelegate::InitWebContents(content::WebContents* web_contents) { 21 void ShellAppDelegate::ResizeWebContents(content::WebContents* web_contents, 26 content::WebContents* ShellAppDelegate::OpenURLFromTab( 28 content::WebContents* source, 35 content::WebContents* new_contents, 44 content::WebContents* web_contents, 51 content::WebContents* tab, 57 content::WebContents* web_contents, 66 content::WebContents* web_contents, 79 content::WebContents* web_contents [all...] |
shell_app_delegate.h | 19 virtual void InitWebContents(content::WebContents* web_contents) OVERRIDE; 20 virtual void ResizeWebContents(content::WebContents* web_contents, 22 virtual content::WebContents* OpenURLFromTab( 24 content::WebContents* source, 27 content::WebContents* new_contents, 33 content::WebContents* web_contents, 36 content::WebContents* tab, 39 content::WebContents* web_contents, 43 virtual bool CheckMediaAccessPermission(content::WebContents* web_contents, 48 virtual void SetWebContentsBlocked(content::WebContents* web_contents [all...] |
/external/chromium_org/apps/ |
custom_launcher_page_contents.h | 27 // implementation for this class should create and maintain the WebContents for 39 // Called to initialize and load the WebContents. 42 content::WebContents* web_contents() const { return web_contents_.get(); } 45 virtual content::WebContents* OpenURLFromTab( 46 content::WebContents* source, 48 virtual void AddNewContents(content::WebContents* source, 49 content::WebContents* new_contents, 55 const content::WebContents* source) const OVERRIDE; 58 content::WebContents* source, 61 content::WebContents* web_contents [all...] |
/external/chromium_org/chrome/browser/ui/ |
unload_controller.h | 22 class WebContents; 37 bool CanCloseContents(content::WebContents* contents); 40 static bool ShouldRunUnloadEventsHelper(content::WebContents* contents); 42 // Helper function to run beforeunload listeners on a WebContents. 44 static bool RunUnloadEventsHelper(content::WebContents* contents); 50 // |browser_| is being closed, Unload handlers for any particular WebContents 51 // will not be run until every WebContents being closed has a chance to run 53 bool BeforeUnloadFired(content::WebContents* contents, bool proceed); 86 typedef std::set<content::WebContents*> UnloadListenerSet; 94 virtual void TabInsertedAt(content::WebContents* contents [all...] |
browser_dialogs.h | 23 class WebContents; 57 void ShowCollectedCookiesDialog(content::WebContents* web_contents); 67 // Shows or hide the hung renderer dialog for the given WebContents. 68 // We need to pass the WebContents to the dialog, because multiple tabs can hang 70 void ShowHungRendererDialog(content::WebContents* contents); 71 void HideHungRendererDialog(content::WebContents* contents); 79 content::WebContents* web_contents); 90 // Shows a color chooser that reports to the given WebContents. 91 content::ColorChooser* ShowColorChooser(content::WebContents* web_contents, 96 content::WebContents* web_contents [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
panel_host.h | 22 class WebContents; 34 // Helper class for Panel, implementing WebContents hosting and Extension 44 content::WebContents* web_contents() { return web_contents_.get(); } 51 virtual content::WebContents* OpenURLFromTab( 52 content::WebContents* source, 55 const content::WebContents* source, 57 virtual void AddNewContents(content::WebContents* source, 58 content::WebContents* new_contents, 63 virtual void ActivateContents(content::WebContents* contents) OVERRIDE; 64 virtual void DeactivateContents(content::WebContents* contents) OVERRIDE [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
web_navigation_api_helpers.h | 16 class WebContents; 31 void DispatchOnBeforeNavigate(content::WebContents* web_contents, 36 content::WebContents* web_contents, 41 void DispatchOnDOMContentLoaded(content::WebContents* web_contents, 45 void DispatchOnCompleted(content::WebContents* web_contents, 50 content::WebContents* web_contents, 53 content::WebContents* target_web_contents, 56 void DispatchOnErrorOccurred(content::WebContents* web_contents, 62 content::WebContents* old_web_contents, 64 content::WebContents* new_web_contents) [all...] |
/external/chromium_org/chromecast/shell/browser/android/ |
cast_window_android.h | 32 class WebContents; 59 virtual void AddNewContents(content::WebContents* source, 60 content::WebContents* new_contents, 65 virtual void CloseContents(content::WebContents* source) OVERRIDE; 67 virtual bool AddMessageToConsole(content::WebContents* source, 72 virtual void ActivateContents(content::WebContents* contents) OVERRIDE; 73 virtual void DeactivateContents(content::WebContents* contents) OVERRIDE; 79 explicit CastWindowAndroid(content::WebContents* web_contents); 81 // Helper to create a new CastWindowAndroid given a newly created WebContents. 83 content::WebContents* web_contents [all...] |
/external/chromium_org/ui/web_dialogs/ |
web_dialog_web_contents_delegate.h | 26 virtual content::WebContents* OpenURLFromTab( 28 content::WebContents* source, 31 content::WebContents* source, 32 content::WebContents* new_contents, 51 // WebContents object to be ignored. It also makes all following 56 virtual content::WebContents* OpenURLFromTab( 57 content::WebContents* source, 59 virtual void AddNewContents(content::WebContents* source, 60 content::WebContents* new_contents, 66 const content::WebContents* source) const OVERRIDE [all...] |
/external/chromium_org/athena/extensions/chrome/ |
athena_chrome_app_delegate.h | 19 virtual void InitWebContents(content::WebContents* web_contents) OVERRIDE; 21 content::WebContents* web_contents, 24 content::WebContents* tab, 27 content::WebContents* web_contents, 32 content::WebContents* web_contents, 36 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
|
/external/chromium_org/athena/extensions/shell/ |
athena_shell_app_delegate.cc | 19 content::WebContents* web_contents) { 26 content::WebContents* web_contents, 33 content::WebContents* tab, 39 content::WebContents* web_contents, 48 content::WebContents* web_contents, 57 content::WebContents* web_contents,
|
athena_shell_app_delegate.h | 19 virtual void InitWebContents(content::WebContents* web_contents) OVERRIDE; 21 content::WebContents* web_contents, 24 content::WebContents* tab, 27 content::WebContents* web_contents, 32 content::WebContents* web_contents, 36 virtual void SetWebContentsBlocked(content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/ui/cocoa/passwords/ |
manage_passwords_bubble_cocoa.h | 14 class WebContents; 18 void ShowManagePasswordsBubble(content::WebContents* webContents); 30 static void ShowBubble(content::WebContents* webContents, 47 content::WebContents* webContents); 50 ManagePasswordsBubbleCocoa(content::WebContents* webContents, 70 // WebContents on which the bubble should be displayed. Weak [all...] |
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_strip_model_delegate.h | 14 class WebContents; 62 // The WebContents to add. 63 content::WebContents* web_contents; 72 // Notifies the delegate that the specified WebContents will be added to the 75 virtual void WillAddWebContents(content::WebContents* contents) = 0; 88 // WebContents. 89 virtual void CreateHistoricalTab(content::WebContents* contents) = 0; 91 // Runs any unload listeners associated with the specified WebContents 94 // the WebContents. If it returns false, there are no unload listeners 95 // and the TabStripModel will close the WebContents immediately [all...] |
/external/chromium_org/content/public/browser/ |
web_contents_delegate.cc | 21 WebContents* WebContentsDelegate::OpenURLFromTab(WebContents* source, 26 bool WebContentsDelegate::IsPopupOrPanel(const WebContents* source) const { 40 bool WebContentsDelegate::ShouldPreserveAbortedURLs(WebContents* source) { 44 bool WebContentsDelegate::AddMessageToConsole(WebContents* source, 52 void WebContentsDelegate::BeforeUnloadFired(WebContents* web_contents, 58 bool WebContentsDelegate::ShouldFocusLocationBarByDefault(WebContents* source) { 66 bool WebContentsDelegate::TakeFocus(WebContents* source, bool reverse) { 87 void WebContentsDelegate::ViewSourceForTab(WebContents* source, 98 void WebContentsDelegate::ViewSourceForFrame(WebContents* source [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/ |
DomDistillerTabUtils.java | 8 import org.chromium.content_public.browser.WebContents; 20 * Creates a new WebContents and navigates the {@link WebContents} to view the URL of the 22 * ownership over the old WebContents after swapping in the new one. 24 * @param webContents the WebContents to distill. 26 public static void distillCurrentPageAndView(WebContents webContents) { 27 nativeDistillCurrentPageAndView(webContents); 40 private static native void nativeDistillCurrentPageAndView(WebContents webContents) [all...] |
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_permission_context_extensions.h | 12 class WebContents; 28 bool RequestPermission(content::WebContents* web_contents, 38 bool CancelPermissionRequest(content::WebContents* web_contents,
|
/external/chromium_org/chrome/browser/ui/apps/ |
chrome_app_delegate.h | 18 class WebContents; 37 virtual void InitWebContents(content::WebContents* web_contents) OVERRIDE; 38 virtual void ResizeWebContents(content::WebContents* web_contents, 40 virtual content::WebContents* OpenURLFromTab( 42 content::WebContents* source, 45 content::WebContents* new_contents, 51 content::WebContents* web_contents, 54 content::WebContents* tab, 57 content::WebContents* web_contents, 62 content::WebContents* web_contents [all...] |