| /external/chromium_org/chrome/browser/ui/autofill/ |
| autofill_popup_controller_impl.h | 35 content::WebContents* web_contents, 69 content::WebContents* web_contents, 103 content::WebContents* web_contents();
|
| /external/chromium_org/chrome/browser/ui/ |
| browser_navigator.cc | 55 using content::WebContents; 59 static void AttachTabHelpers(content::WebContents* contents) { 122 // If no source WebContents was specified, we use the selected one from 253 void LoadURLInContents(WebContents* target_contents, 301 // This class manages the lifetime of a WebContents created by the 302 // Navigate() function. When Navigate() creates a WebContents for a URL, 304 // WebContents is added to a tab strip at which time ownership is 306 // being added to a tab strip, the created WebContents is deleted to 325 WebContents* ReleaseOwnership() { 331 scoped_ptr<WebContents> target_contents_owner_ [all...] |
| /external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
| location_bar_view_mac.h | 72 virtual void SaveStateToContents(content::WebContents* contents) OVERRIDE; 150 virtual void Update(const content::WebContents* contents) OVERRIDE; 156 virtual content::WebContents* GetWebContents() OVERRIDE;
|
| /external/chromium_org/chrome/browser/ui/find_bar/ |
| find_tab_helper.cc | 21 using content::WebContents; 28 FindTabHelper::FindTabHelper(WebContents* web_contents) 171 content::Source<WebContents>(web_contents()),
|
| /external/chromium_org/chrome/browser/ui/search/ |
| search_tab_helper.h | 24 class WebContents; 139 explicit SearchTabHelper(content::WebContents* web_contents); 228 content::WebContents* web_contents_;
|
| /external/chromium_org/chrome/browser/ui/views/ |
| constrained_window_views.cc | 126 content::WebContents* initiator_web_contents) { 129 // For embedded WebContents, use the embedder's WebContents for constrained 131 content::WebContents* web_contents = 141 content::WebContents* web_contents) {
|
| /external/chromium_org/chrome/browser/ui/views/toolbar/ |
| toolbar_view.h | 66 void Update(content::WebContents* tab); 117 virtual content::WebContents* GetWebContents() OVERRIDE; 127 virtual void ShowWebsiteSettings(content::WebContents* web_contents,
|
| /external/chromium_org/chrome/browser/web_applications/ |
| web_app.h | 22 class WebContents; 106 // Extracts shortcut info of the given WebContents. 107 void GetShortcutInfoForTab(content::WebContents* web_contents, 110 // Updates web app shortcut of the WebContents. This function checks and 115 void UpdateShortcutForTabContents(content::WebContents* web_contents);
|
| /external/chromium_org/content/browser/frame_host/ |
| interstitial_page_impl.h | 53 InterstitialPageImpl(WebContents* web_contents, 172 WebContents* web_contents() const; 209 // called, at which point it will be set to NULL because the WebContents 211 WebContents* web_contents_;
|
| /external/chromium_org/content/browser/media/android/ |
| browser_media_player_manager.h | 34 class WebContents; 126 WebContents* web_contents() const { return web_contents_; } 188 WebContents* const web_contents_;
|
| /external/chromium_org/content/public/test/ |
| test_renderer_host.cc | 90 WebContents* RenderViewHostTestHarness::web_contents() { 125 void RenderViewHostTestHarness::SetContents(WebContents* contents) { 129 WebContents* RenderViewHostTestHarness::CreateTestWebContents() {
|
| /external/chromium_org/chrome/browser/prerender/ |
| prerender_manager.cc | 75 using content::WebContents; 175 WebContents* tab) 186 virtual void CloseContents(WebContents* source) OVERRIDE { 191 virtual void SwappedOut(WebContents* source) OVERRIDE { 216 scoped_ptr<WebContents> tab_; 349 WebContents* source_web_contents = 350 WebContents::FromRenderViewHost(source_render_view_host); 416 content::WebContents* web_contents = params->target_contents; 488 WebContents* new_web_contents = SwapInternal( 499 WebContents* PrerenderManager::SwapInternal [all...] |
| /external/chromium_org/chrome/browser/devtools/ |
| devtools_target_impl.cc | 30 using content::WebContents; 66 WebContents* web_contents = WebContents::FromRenderViewHost(rvh); 90 WebContents* guest_contents = guest ? guest->embedder_web_contents() : NULL; 135 WebContents* web_contents = WebContents::FromRenderViewHost(rvh);
|
| /external/chromium_org/components/dom_distiller/content/ |
| distiller_page_web_contents_browsertest.cc | 86 // Use this class to be able to leak the WebContents, which is needed for when 87 // the current WebContents is used for distillation. 103 // the WebContents, so intentionally leak WebContents here, since it is 105 content::WebContents* web_contents = web_contents_.release(); 112 // Intentionally leaking WebContents, since it is owned by the shell. 113 content::WebContents* web_contents = web_contents_.release(); 125 // Helper class to know how far in the loading process the current WebContents 131 WebContentsMainFrameHelper(content::WebContents* web_contents, 165 content::WebContents* web_contents_ [all...] |
| /external/chromium_org/android_webview/browser/ |
| aw_browser_context.h | 26 class WebContents; 62 // given WebContents. 64 content::WebContents* web_contents);
|
| icon_helper.cc | 18 using content::WebContents; 22 IconHelper::IconHelper(WebContents* web_contents)
|
| /external/chromium_org/android_webview/lib/main/ |
| aw_main_delegate.cc | 83 // WebContents, ie. the FullscreenView. As a result we cannot reuse the 158 content::WebContents* web_contents) { 169 content::WebContents* web_contents) {
|
| /external/chromium_org/android_webview/native/ |
| aw_pdf_exporter.cc | 19 using content::WebContents; 28 WebContents* web_contents)
|
| /external/chromium_org/ash/keyboard_overlay/ |
| keyboard_overlay_delegate.cc | 22 using content::WebContents; 136 void KeyboardOverlayDelegate::OnCloseContents(WebContents* source,
|
| /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/ |
| DomDistillerFeedbackReporter.java | 16 import org.chromium.content_public.browser.WebContents; 53 * references to ContentView and WebContents are up to date. 113 * Updates which ContentViewCore and WebContents the FeedbackReporter is monitoring. 156 long nativeFeedbackReporterAndroid, WebContents webContents);
|
| /external/chromium_org/chrome/browser/android/banners/ |
| app_banner_settings_helper.cc | 28 bool AppBannerSettingsHelper::IsAllowed(content::WebContents* web_contents, 79 void AppBannerSettingsHelper::Block(content::WebContents* web_contents,
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| eula_browsertest.cc | 72 content::WebContents* web_contents = 90 content::WebContents* web_contents =
|
| /external/chromium_org/chrome/browser/chromeos/login/signin/ |
| merge_session_load_page.cc | 40 using content::WebContents; 55 WebContents* web_contents,
|
| /external/chromium_org/chrome/browser/chromeos/login/ui/ |
| webui_login_view.cc | 48 using content::WebContents; 173 WebContents* web_contents = webui_login_->GetWebContents(); 274 content::WebContents* WebUILoginView::GetWebContents() { 367 void WebUILoginView::HandleKeyboardEvent(content::WebContents* source, 388 bool WebUILoginView::IsPopupOrPanel(const WebContents* source) const { 392 bool WebUILoginView::TakeFocus(content::WebContents* source, bool reverse) { 409 WebContents* web_contents, 417 content::WebContents* source,
|
| /external/chromium_org/chrome/browser/chromeos/offline/ |
| offline_load_page_unittest.cc | 13 using content::WebContents; 26 TestOfflineLoadPage(WebContents* web_contents,
|