/external/chromium_org/ui/views/ |
views_delegate.h | 26 class WebContents; 116 virtual content::WebContents* CreateWebContents(
|
/external/chromium_org/ui/web_dialogs/ |
web_dialog_ui.cc | 45 // Don't unregister our user data. During the teardown of the WebContents, 46 // this will be deleted, but the WebContents will already be destroyed. 48 // This object is owned indirectly by the WebContents. WebUIs can change, so 51 // is itself the owner of the WebContents for a dialog so will be in scope, 60 void WebDialogUI::SetDelegate(content::WebContents* web_contents, 70 content::WebContents* web_contents) {
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
web_auth_flow.cc | 37 using content::WebContents; 159 WebContents* web_contents = WebContents::FromRenderViewHost(render_view); 161 WebContents* embedder = guest ? guest->embedder_web_contents() : NULL; 171 content::Source<WebContents>(web_contents)); 174 content::Source<WebContents>(web_contents));
|
/external/chromium_org/chrome/browser/extensions/ |
extension_context_menu_model.cc | 44 using content::WebContents; 151 WebContents* web_contents = GetActiveWebContents(); 178 WebContents* web_contents = 195 WebContents* web_contents = GetActiveWebContents(); 283 WebContents* web_contents = GetActiveWebContents(); 326 content::WebContents* ExtensionContextMenuModel::GetActiveWebContents() const {
|
isolated_app_browsertest.cc | 31 using content::WebContents; 103 bool WARN_UNUSED_RESULT HasCookie(WebContents* contents, std::string cookie) { 111 const Extension* GetInstalledApp(WebContents* contents) { 174 WebContents* tab0 = browser()->tab_strip_model()->GetWebContentsAt(1); 236 WebContents* tab0 = browser()->tab_strip_model()->GetWebContentsAt(0); 237 WebContents* tab1 = browser()->tab_strip_model()->GetWebContentsAt(1); 238 WebContents* tab2 = browser()->tab_strip_model()->GetWebContentsAt(2); 352 WebContents* app1_wc = browser()->tab_strip_model()->GetWebContentsAt(0); 353 WebContents* app2_wc = browser()->tab_strip_model()->GetWebContentsAt(1); 354 WebContents* non_app_wc = browser()->tab_strip_model()->GetWebContentsAt(2) [all...] |
/external/chromium_org/chrome/browser/ui/app_list/ |
start_page_service.cc | 84 content::WebContents* web_contents, 92 content::WebContents* web_contents, 175 content::WebContents* StartPageService::GetStartPageContents() { 180 content::WebContents* StartPageService::GetSpeechRecognitionContents() { 232 contents_.reset(content::WebContents::Create( 233 content::WebContents::CreateParams(profile_)));
|
/external/chromium_org/content/public/browser/ |
content_browser_client.cc | 19 WebContents* web_contents) { 216 WebContents* web_contents, 226 WebContents* web_contents, 236 WebContents* web_contents, 301 WebContents* web_contents) { 343 WebContents* web_contents) {
|
/external/chromium_org/extensions/browser/app_window/ |
app_window.cc | 59 using content::WebContents; 256 WebContents* web_contents = app_window_contents_->GetWebContents(); 354 content::WebContents* web_contents, 361 bool AppWindow::CheckMediaAccessPermission(content::WebContents* web_contents, 368 WebContents* AppWindow::OpenURLFromTab(WebContents* source, 374 void AppWindow::AddNewContents(WebContents* source, 375 WebContents* new_contents, 390 content::WebContents* source, 417 WebContents* source [all...] |
/external/chromium_org/chrome/browser/android/ |
tab_android.cc | 65 using content::WebContents; 69 WebContents* CreateTargetContents(const chrome::NavigateParams& params, 76 WebContents::CreateParams create_params( 87 WebContents* target_contents = WebContents::Create(create_params); 105 TabAndroid* TabAndroid::FromWebContents(content::WebContents* web_contents) { 121 void TabAndroid::AttachTabHelpers(content::WebContents* web_contents) { 248 std::vector<content::WebContents*> contents = 288 void TabAndroid::SwapTabContents(content::WebContents* old_contents, 289 content::WebContents* new_contents [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_contents.cc | 52 using content::WebContents; 121 virtual WebContents* OpenURLFromTab(WebContents* source, 134 virtual void CloseContents(content::WebContents* contents) OVERRIDE { 149 WebContents* web_contents, 181 virtual void RegisterProtocolHandler(WebContents* web_contents, 191 WebContents* web_contents) const OVERRIDE { 283 content::WebContents* web_contents) { 314 // Everything after this point sets up the WebContents object and associated 335 // Set the size of the prerender WebContents [all...] |
/external/chromium_org/chrome/browser/ssl/ |
chrome_ssl_host_state_delegate_test.cc | 60 content::WebContents* tab = 136 content::WebContents* tab = 178 content::WebContents* tab = 213 content::WebContents* tab = 239 content::WebContents* tab = 271 content::WebContents* tab = 310 content::WebContents* tab = 350 content::WebContents* tab = 391 content::WebContents* tab = 408 content::WebContents* tab [all...] |
/external/chromium_org/chrome/browser/ |
browser_commands_unittest.cc | 26 using content::WebContents; 172 WebContents* zeroth = browser()->tab_strip_model()->GetWebContentsAt(0); 173 WebContents* first = browser()->tab_strip_model()->GetWebContentsAt(1); 204 WebContents* second = browser()->tab_strip_model()->GetWebContentsAt(2); 238 content::WebContents* contents1 = tab_strip_model->GetWebContentsAt(0); 263 content::WebContents* contents1 = tab_strip_model->GetWebContentsAt(0); 282 content::WebContents* contents1 = tab_strip_model->GetWebContentsAt(0); 299 content::WebContents* contents1 = tab_strip_model->GetWebContentsAt(0); 321 content::WebContents* contents1 = tab_strip_model->GetWebContentsAt(0); 330 content::WebContents* contents2 = tab_strip_model->GetWebContentsAt(1) [all...] |
/external/chromium_org/chrome/browser/chromeos/attestation/ |
platform_verification_flow.cc | 73 content::WebContents* web_contents, 79 virtual PrefService* GetPrefs(content::WebContents* web_contents) OVERRIDE { 83 virtual const GURL& GetURL(content::WebContents* web_contents) OVERRIDE { 91 content::WebContents* web_contents) OVERRIDE { 97 content::WebContents* web_contents) OVERRIDE { 102 virtual bool IsGuestOrIncognito(content::WebContents* web_contents) OVERRIDE { 113 content::WebContents* web_contents, 162 content::WebContents* web_contents, 362 content::WebContents* web_contents) { 402 content::WebContents* web_contents [all...] |
/external/chromium_org/chrome/browser/ui/login/ |
login_prompt.cc | 45 using content::WebContents; 130 WebContents* LoginHandler::GetWebContentsForLogin() const { 135 return WebContents::FromRenderFrameHost(rfh); 216 WebContents* requesting_contents = GetWebContentsForLogin(); 279 WebContents* requesting_contents = GetWebContentsForLogin(); 331 WebContents* requesting_contents = GetWebContentsForLogin(); 355 WebContents* requesting_contents = GetWebContentsForLogin(); 403 WebContents* requesting_contents = GetWebContentsForLogin(); 453 WebContents* parent_contents = handler->GetWebContentsForLogin(); 504 WebContents* parent_contents = handler->GetWebContentsForLogin() [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
WebsiteSettingsPopup.java | 29 import org.chromium.content_public.browser.WebContents; 43 private final WebContents mWebContents; 51 private WebsiteSettingsPopup(Context context, WebContents webContents) { 53 mWebContents = webContents; 69 mNativeWebsiteSettingsPopup = nativeInit(this, webContents); 206 // The WebContents may have been destroyed/invalidated. If so, 224 * Shows a WebsiteSettings dialog for the provided WebContents. 230 * @param webContents The WebContents for which to show Website information. Thi [all...] |
/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_getmediadevices_browsertest.cc | 82 void GetMediaDevicesOrSources(content::WebContents* tab, 165 void GetMediaDevices(content::WebContents* tab, 170 void GetSources(content::WebContents* tab, 191 content::WebContents* tab = 212 content::WebContents* tab = 234 content::WebContents* tab = 269 content::WebContents* tab =
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
browser_shortcut_launcher_item_controller.cc | 75 // If an app that has item is running in active WebContents, browser item 77 content::WebContents* contents = 106 content::WebContents* web_contents) { 195 content::WebContents* web_contents = 203 content::WebContents* web_contents = 265 content::WebContents* web_contents) const { 273 content::WebContents* web_contents) const { 281 content::WebContents* web_contents) const {
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
back_forward_menu_model.cc | 37 using content::WebContents; 299 WebContents* contents = GetWebContents(); 319 WebContents* contents = GetWebContents(); 345 WebContents* contents = GetWebContents(); 399 WebContents* contents = GetWebContents(); 419 WebContents* BackForwardMenuModel::GetWebContents() const { 427 WebContents* contents = GetWebContents();
|
/external/chromium_org/content/browser/renderer_host/ |
ime_adapter_android.cc | 303 WebContents* wc = GetWebContents(); 309 WebContents* wc = GetWebContents(); 315 WebContents* wc = GetWebContents(); 321 WebContents* wc = GetWebContents(); 327 WebContents* wc = GetWebContents(); 361 WebContents* ImeAdapterAndroid::GetWebContents() { 367 return WebContents::FromRenderViewHost(RenderViewHost::From(rwh));
|
/external/chromium_org/chrome/browser/content_settings/ |
tab_specific_content_settings.cc | 44 using content::WebContents; 63 TabSpecificContentSettings::TabSpecificContentSettings(WebContents* tab) 95 WebContents* web_contents = WebContents::FromRenderViewHost(view); 108 WebContents* web_contents = WebContents::FromRenderFrameHost(frame); 310 content::Source<WebContents>(web_contents()), 344 content::Source<WebContents>(web_contents()), 463 content::Source<WebContents>(web_contents()), 571 content::Source<WebContents>(web_contents()) [all...] |
/external/chromium_org/chrome/browser/ui/fullscreen/ |
fullscreen_controller_state_unittest.cc | 459 scoped_ptr<content::WebContents> web_contents( 474 content::WebContents* new_web_contents = content::WebContents::Create( 475 content::WebContents::CreateParams(profile())); 476 scoped_ptr<content::WebContents> old_web_contents( 497 content::WebContents* const first_tab = 499 content::WebContents* const second_tab = 502 // Activate the first tab and tell its WebContents it is being captured. 520 // WebContents' preferred size. 561 content::WebContents* const first_tab [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ui/ |
webui_login_view.cc | 50 using content::WebContents; 192 WebContents* web_contents = webui_login_->GetWebContents(); 296 content::WebContents* WebUILoginView::GetWebContents() { 405 void WebUILoginView::HandleKeyboardEvent(content::WebContents* source, 426 bool WebUILoginView::IsPopupOrPanel(const WebContents* source) const { 430 bool WebUILoginView::TakeFocus(content::WebContents* source, bool reverse) { 449 WebContents* web_contents, 457 content::WebContents* web_contents, 465 content::WebContents* source,
|
/external/chromium_org/android_webview/browser/ |
aw_content_browser_client.h | 39 content::WebContents* web_contents) OVERRIDE; 123 content::WebContents* web_contents, 130 content::WebContents* web_contents, 137 content::WebContents* web_contents, 176 content::WebContents* web_contents) OVERRIDE;
|
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_tab_helper.cc | 35 content::WebContents* web_contents) 56 content::Source<content::WebContents>(web_contents)); 164 content::Source<content::WebContents>(source).ptr()); 250 content::WebContents* web_contents = 260 content::WebContents* web_contents = chrome::AddSelectedTabWithURL(
|
/external/chromium_org/chrome/browser/chromeos/login/signin/ |
merge_session_throttle.cc | 36 using content::WebContents; 181 WebContents* web_contents = 182 WebContents::FromRenderViewHost(render_view_host); 257 WebContents* web_contents = render_view_host ? 258 WebContents::FromRenderViewHost(render_view_host) : NULL;
|