| /external/chromium_org/ui/web_dialogs/ |
| web_dialog_delegate.cc | 36 content::WebContents* source, 38 content::WebContents** out_new_contents) { 43 content::WebContents* source, 44 content::WebContents* new_contents,
|
| /external/chromium_org/chrome/browser/media/ |
| media_stream_capture_indicator.h | 19 class WebContents; 40 content::WebContents* web_contents, 48 bool IsCapturingUserMedia(content::WebContents* web_contents) const; 51 bool IsCapturingVideo(content::WebContents* web_contents) const; 54 bool IsCapturingAudio(content::WebContents* web_contents) const; 58 bool IsBeingMirrored(content::WebContents* web_contents) const; 71 // when WebContents is being destroyed. 72 void UnregisterWebContents(content::WebContents* web_contents); 98 // WebContents instance. 99 typedef std::map<content::WebContents*, WebContentsDeviceUsage*> UsageMap [all...] |
| /external/chromium_org/chrome/browser/ui/autofill/ |
| autofill_dialog_sign_in_delegate.h | 27 content::WebContents* dialog_web_contents, 28 content::WebContents* originating_web_contents, 33 virtual void ResizeDueToAutoResize(content::WebContents* source, 35 virtual content::WebContents* OpenURLFromTab( 36 content::WebContents* source, 38 virtual void AddNewContents(content::WebContents* source, 39 content::WebContents* new_contents, 45 content::WebContents* source, 64 // The WebContents of the page that originated the dialog. Weak ptr, but 67 content::WebContents* const originating_web_contents_ [all...] |
| /external/chromium_org/chrome/browser/ui/ |
| 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/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/browser/extensions/ |
| extension_view_host.h | 25 class WebContents; 63 void SetAssociatedWebContents(content::WebContents* web_contents); 69 content::WebContents* source, 79 virtual content::WebContents* OpenURLFromTab( 80 content::WebContents* source, 83 content::WebContents* source, 87 content::WebContents* source, 90 content::WebContents* source, 93 content::WebContents* web_contents, 97 content::WebContents* tab [all...] |
| extension_tab_util_android.cc | 11 using content::WebContents; 29 int ExtensionTabUtil::GetTabId(const WebContents* web_contents) { 34 int ExtensionTabUtil::GetWindowIdOfTab(const WebContents* web_contents) { 41 WebContents* contents, 58 WebContents* contents, 66 bool ExtensionTabUtil::GetTabStripModel(const WebContents* web_contents, 75 content::WebContents** contents, 87 content::WebContents** contents, 107 void ExtensionTabUtil::CreateTab(WebContents* web_contents, 117 const base::Callback<void(WebContents*)>& callback) [all...] |
| extension_disabled_ui.h | 11 class WebContents; 28 content::WebContents* web_contents,
|
| webstore_inline_installer_factory.h | 15 class WebContents; 30 content::WebContents* contents,
|
| /external/chromium_org/android_webview/browser/ |
| aw_http_auth_handler_base.h | 9 class WebContents; 32 virtual bool HandleOnUIThread(content::WebContents*) = 0;
|
| /external/chromium_org/android_webview/native/ |
| aw_browser_dependency_factory.h | 13 class WebContents; 42 // Constructs and returns ownership of a WebContents instance. 43 virtual content::WebContents* CreateWebContents() = 0;
|
| /external/chromium_org/chrome/browser/android/ |
| chromium_application.h | 13 class WebContents; 36 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/dom_distiller/ |
| tab_utils_android.cc | 18 content::WebContents* web_contents = 19 content::WebContents::FromJavaWebContents(j_web_contents);
|
| /external/chromium_org/chrome/browser/download/ |
| download_danger_prompt.h | 12 class WebContents; 42 content::WebContents* web_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,
|