/external/chromium_org/chrome/browser/ui/ |
D | tab_helpers.cc | 100 void TabHelpers::AttachTabHelpers(WebContents* web_contents) { in AttachTabHelpers() argument 103 web_contents->GetUserData(&kTabContentsAttachedTabHelpersUserDataKey); in AttachTabHelpers() 108 web_contents->SetUserData(&kTabContentsAttachedTabHelpersUserDataKey, in AttachTabHelpers() 113 extensions::SetViewType(web_contents, extensions::VIEW_TYPE_TAB_CONTENTS); in AttachTabHelpers() 120 SessionTabHelper::CreateForWebContents(web_contents); in AttachTabHelpers() 124 ZoomController::CreateForWebContents(web_contents); in AttachTabHelpers() 129 autofill::ChromeAutofillClient::CreateForWebContents(web_contents); in AttachTabHelpers() 131 web_contents, in AttachTabHelpers() 132 autofill::ChromeAutofillClient::FromWebContents(web_contents), in AttachTabHelpers() 135 BookmarkTabHelper::CreateForWebContents(web_contents); in AttachTabHelpers() [all …]
|
/external/chromium_org/content/browser/frame_host/ |
D | render_frame_host_manager_browsertest.cc | 113 shell()->web_contents()->GetSiteInstance()); in IN_PROC_BROWSER_TEST_F() 120 shell()->web_contents(), in IN_PROC_BROWSER_TEST_F() 127 WaitForLoadStop(new_shell->web_contents()); in IN_PROC_BROWSER_TEST_F() 129 new_shell->web_contents()->GetLastCommittedURL().path()); in IN_PROC_BROWSER_TEST_F() 133 new_shell->web_contents()->GetSiteInstance()); in IN_PROC_BROWSER_TEST_F() 139 shell()->web_contents(), in IN_PROC_BROWSER_TEST_F() 147 new_shell->web_contents()->GetSiteInstance()); in IN_PROC_BROWSER_TEST_F() 153 shell()->web_contents(), in IN_PROC_BROWSER_TEST_F() 175 shell()->web_contents()->GetSiteInstance()); in IN_PROC_BROWSER_TEST_F() 182 shell()->web_contents(), in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
D | javascript_dialog_manager.cc | 43 WebContents* web_contents) { in GetExtensionsProcessManager() argument 45 web_contents->GetBrowserContext())->process_manager(); in GetExtensionsProcessManager() 50 const Extension* GetExtensionForWebContents(WebContents* web_contents) { in GetExtensionForWebContents() argument 51 extensions::ProcessManager* pm = GetExtensionsProcessManager(web_contents); in GetExtensionForWebContents() 52 return pm->GetExtensionForRenderViewHost(web_contents->GetRenderViewHost()); in GetExtensionForWebContents() 59 void IncrementLazyKeepaliveCount(WebContents* web_contents) { in IncrementLazyKeepaliveCount() argument 61 const Extension* extension = GetExtensionForWebContents(web_contents); in IncrementLazyKeepaliveCount() 65 DCHECK(web_contents); in IncrementLazyKeepaliveCount() 66 extensions::ProcessManager* pm = GetExtensionsProcessManager(web_contents); in IncrementLazyKeepaliveCount() 74 void DecrementLazyKeepaliveCount(WebContents* web_contents) { in DecrementLazyKeepaliveCount() argument [all …]
|
/external/chromium_org/chrome/browser/download/ |
D | download_request_limiter_unittest.cc | 68 InfoBarService::CreateForWebContents(web_contents()); in SetUp() 70 PermissionBubbleManager::CreateForWebContents(web_contents()); in SetUp() 73 PermissionBubbleManager::FromWebContents(web_contents()); in SetUp() 124 CanDownloadFor(web_contents()); in CanDownload() 127 void CanDownloadFor(WebContents* web_contents) { in CanDownloadFor() argument 129 web_contents, in CanDownloadFor() 137 OnUserGestureFor(web_contents()); in OnUserGesture() 140 void OnUserGestureFor(WebContents* web_contents) { in OnUserGestureFor() argument 142 download_request_limiter_->GetDownloadState(web_contents, NULL, false); in OnUserGestureFor() 151 web_contents(), NULL, false); in AboutToNavigateRenderView() [all …]
|
/external/chromium_org/content/public/test/ |
D | test_navigation_observer.cc | 21 WebContents* web_contents) in TestWebContentsObserver() argument 22 : WebContentsObserver(web_contents), in TestWebContentsObserver() 30 parent_->OnNavigationEntryCommitted(this, web_contents(), load_details); in NavigationEntryCommitted() 34 parent_->OnDidAttachInterstitialPage(web_contents()); in DidAttachInterstitialPage() 38 parent_->OnWebContentsDestroyed(this, web_contents()); in WebContentsDestroyed() 42 parent_->OnDidStartLoading(web_contents()); in DidStartLoading() 46 parent_->OnDidStopLoading(web_contents()); in DidStopLoading() 55 WebContents* web_contents, in TestNavigationObserver() argument 65 if (web_contents) in TestNavigationObserver() 66 RegisterAsObserver(web_contents); in TestNavigationObserver() [all …]
|
D | browser_test_utils.cc | 61 Source<WebContents>(web_contents())); in DOMOperationObserver() 154 void InjectRawKeyEvent(WebContents* web_contents, in InjectRawKeyEvent() argument 161 web_contents->GetRenderViewHost()->ForwardKeyboardEvent(event); in InjectRawKeyEvent() 215 void WaitForLoadStop(WebContents* web_contents) { in WaitForLoadStop() argument 218 if (web_contents->IsLoading()) { in WaitForLoadStop() 221 Source<NavigationController>(&web_contents->GetController())); in WaitForLoadStop() 226 void CrashTab(WebContents* web_contents) { in CrashTab() argument 227 RenderProcessHost* rph = web_contents->GetRenderProcessHost(); in CrashTab() 241 void WaitForResizeComplete(WebContents* web_contents) { in WaitForResizeComplete() argument 242 aura::Window* content = web_contents->GetContentNativeView(); in WaitForResizeComplete() [all …]
|
/external/chromium_org/ui/views/controls/webview/ |
D | webview.cc | 48 if (!web_contents()) { in GetWebContents() 53 return web_contents(); in GetWebContents() 57 if (replacement == web_contents()) in SetWebContents() 62 SetFocusable(!!web_contents()); in SetWebContents() 67 web_contents() && web_contents()->GetFullscreenRenderWidgetHostView(); in SetWebContents() 76 DCHECK(!web_contents()) in SetEmbedFullscreenWidgetMode() 91 void WebView::OnWebContentsFocused(content::WebContents* web_contents) { in OnWebContentsFocused() argument 116 web_contents() && !web_contents()->IsBeingDestroyed()) { in GetTextInputClient() 119 web_contents()->GetFullscreenRenderWidgetHostView() : in GetTextInputClient() 120 web_contents()->GetRenderWidgetHostView(); in GetTextInputClient() [all …]
|
/external/chromium_org/components/web_modal/ |
D | popup_manager.cc | 44 content::WebContents* web_contents = manager->GetBoundWebContents(); in ShowPopup() local 46 DCHECK(web_contents); in ShowPopup() 54 WebContentsModalDialogManager::FromWebContents(web_contents); in ShowPopup() 60 content::WebContents* web_contents) { in ShowModalDialog() argument 64 WebContentsModalDialogManager::FromWebContents(web_contents); in ShowModalDialog() 69 const content::WebContents* web_contents) const { in IsWebModalDialogActive() 70 if (web_contents == NULL) in IsWebModalDialogActive() 74 WebContentsModalDialogManager::FromWebContents(web_contents); in IsWebModalDialogActive() 78 void PopupManager::WasFocused(const content::WebContents* web_contents) { in WasFocused() argument 79 if (!IsWebModalDialogActive(web_contents)) in WasFocused() [all …]
|
/external/chromium_org/chrome/browser/extensions/ |
D | tab_helper.cc | 79 TabHelper::TabHelper(content::WebContents* web_contents) in TabHelper() argument 80 : content::WebContentsObserver(web_contents), in TabHelper() 83 Profile::FromBrowserContext(web_contents->GetBrowserContext()), in TabHelper() 89 new ScriptExecutor(web_contents, &script_execution_observers_)), in TabHelper() 90 location_bar_controller_(new LocationBarController(web_contents)), in TabHelper() 91 active_script_controller_(new ActiveScriptController(web_contents)), in TabHelper() 96 SessionTabHelper::CreateForWebContents(web_contents); in TabHelper() 97 if (web_contents->GetRenderViewHost()) in TabHelper() 98 SetTabId(web_contents->GetRenderViewHost()); in TabHelper() 100 web_contents, in TabHelper() [all …]
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
D | bookmark_tab_helper.cc | 23 bool IsNTPWebUI(content::WebContents* web_contents) { in IsNTPWebUI() argument 27 if (web_contents->GetController().GetLastCommittedEntry()) in IsNTPWebUI() 28 web_ui = web_contents->GetCommittedWebUI(); in IsNTPWebUI() 30 web_ui = web_contents->GetWebUI(); in IsNTPWebUI() 34 bool IsInstantNTP(content::WebContents* web_contents) { in IsInstantNTP() argument 38 web_contents->GetController().GetLastCommittedEntry(); in IsInstantNTP() 40 entry = web_contents->GetController().GetVisibleEntry(); in IsInstantNTP() 41 return chrome::NavEntryIsInstantNTP(web_contents, entry); in IsInstantNTP() 54 if (web_contents()->ShowingInterstitialPage()) in ShouldShowBookmarkBar() 57 if (chrome::SadTab::ShouldShow(web_contents()->GetCrashedStatus())) in ShouldShowBookmarkBar() [all …]
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
D | find_bar_host_browsertest.cc | 139 int FindInPageWchar(WebContents* web_contents, in FindInPageWchar() argument 145 Browser* browser = chrome::FindBrowserWithWebContents(web_contents); in FindInPageWchar() 149 web_contents, search_str16, forward, case_sensitive, ordinal, NULL); in FindInPageWchar() 155 int FindInPageTillBoxMoves(WebContents* web_contents, in FindInPageTillBoxMoves() argument 162 EXPECT_EQ(expected_matches, FindInPageWchar(web_contents, search_str, in FindInPageTillBoxMoves() 201 WebContents* web_contents = in IN_PROC_BROWSER_TEST_F() local 203 EXPECT_EQ(18, FindInPageWchar(web_contents, L"g", in IN_PROC_BROWSER_TEST_F() 206 EXPECT_EQ(11, FindInPageWchar(web_contents, L"go", in IN_PROC_BROWSER_TEST_F() 209 EXPECT_EQ(4, FindInPageWchar(web_contents, L"goo", in IN_PROC_BROWSER_TEST_F() 212 EXPECT_EQ(3, FindInPageWchar(web_contents, L"goog", in IN_PROC_BROWSER_TEST_F() [all …]
|
D | find_bar_host_interactive_uitest.cc | 33 int FindInPageWchar(WebContents* web_contents, in FindInPageWchar() argument 39 Browser* browser = chrome::FindBrowserWithWebContents(web_contents); in FindInPageWchar() 43 web_contents, search_str16, forward, case_sensitive, ordinal, NULL); in FindInPageWchar() 50 bool FocusedOnPage(WebContents* web_contents, std::string* result) 53 bool FocusedOnPage(WebContents* web_contents, std::string* result) { in FocusedOnPage() argument 55 web_contents, in FocusedOnPage() 74 WebContents* web_contents = in IN_PROC_BROWSER_TEST_F() local 76 ASSERT_TRUE(NULL != web_contents); in IN_PROC_BROWSER_TEST_F() 78 FindTabHelper::FromWebContents(web_contents); in IN_PROC_BROWSER_TEST_F() 82 ASSERT_TRUE(FocusedOnPage(web_contents, &result)); in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/chrome/browser/media/ |
D | media_stream_capture_indicator.cc | 45 const extensions::Extension* GetExtension(WebContents* web_contents) { in GetExtension() argument 48 if (!web_contents) in GetExtension() 52 extensions::ExtensionRegistry::Get(web_contents->GetBrowserContext()); in GetExtension() 54 web_contents->GetURL()); in GetExtension() 75 base::string16 GetSecurityOrigin(WebContents* web_contents) { in GetSecurityOrigin() argument 78 if (!web_contents) in GetSecurityOrigin() 81 std::string security_origin = web_contents->GetURL().GetOrigin().spec(); in GetSecurityOrigin() 93 base::string16 GetTitle(WebContents* web_contents) { in GetTitle() argument 96 if (!web_contents) in GetTitle() 100 const extensions::Extension* const extension = GetExtension(web_contents); in GetTitle() [all …]
|
/external/chromium_org/chrome/browser/android/ |
D | dev_tools_manager_delegate_android.cc | 32 GURL GetFaviconURLForContents(WebContents* web_contents) { in GetFaviconURLForContents() argument 33 content::NavigationController& controller = web_contents->GetController(); in GetFaviconURLForContents() 42 if (WebContents* web_contents = agent_host->GetWebContents()) in GetFaviconURLForAgentHost() local 43 return GetFaviconURLForContents(web_contents); in GetFaviconURLForAgentHost() 49 if (WebContents* web_contents = agent_host->GetWebContents()) in GetLastActiveTimeForAgentHost() local 50 return web_contents->GetLastActiveTime(); in GetLastActiveTimeForAgentHost() 72 explicit TargetBase(WebContents* web_contents) in TargetBase() argument 73 : title_(base::UTF16ToUTF8(web_contents->GetTitle())), in TargetBase() 74 url_(web_contents->GetURL()), in TargetBase() 75 favicon_url_(GetFaviconURLForContents(web_contents)), in TargetBase() [all …]
|
/external/chromium_org/chrome/browser/task_manager/ |
D | guest_information.cc | 66 WebContents* web_contents = GetWebContents(); in GetTitle() local 67 if (!web_contents) { in GetTitle() 72 extensions::GuestViewBase::FromWebContents(web_contents); in GetTitle() 75 util::GetTitleFromWebContents(web_contents)); in GetTitle() 79 WebContents* web_contents = GetWebContents(); in GetIcon() local 80 if (web_contents && FaviconTabHelper::FromWebContents(web_contents)) { in GetIcon() 81 return FaviconTabHelper::FromWebContents(web_contents)-> in GetIcon() 99 bool GuestInformation::CheckOwnership(WebContents* web_contents) { in CheckOwnership() argument 101 return extensions::GuestViewBase::IsGuest(web_contents); in CheckOwnership() 110 WebContents* web_contents = WebContents::FromRenderViewHost(rvh); in GetAll() local [all …]
|
/external/chromium_org/athena/extensions/chrome/ |
D | athena_chrome_app_delegate.cc | 36 content::WebContents* web_contents) { in InitWebContents() argument 37 FaviconTabHelper::CreateForWebContents(web_contents); in InitWebContents() 41 printing::PrintViewManager::CreateForWebContents(web_contents); in InitWebContents() 42 printing::PrintPreviewMessageHandler::CreateForWebContents(web_contents); in InitWebContents() 44 printing::PrintViewManagerBasic::CreateForWebContents(web_contents); in InitWebContents() 48 web_contents); in InitWebContents() 52 content::WebContents* web_contents, in ShowColorChooser() argument 54 return chrome::ShowColorChooser(web_contents, initial_color); in ShowColorChooser() 64 content::WebContents* web_contents, in RequestMediaAccessPermission() argument 69 web_contents, request, callback, extension); in RequestMediaAccessPermission() [all …]
|
/external/chromium_org/content/browser/accessibility/ |
D | accessibility_mode_browsertest.cc | 28 WebContentsImpl* web_contents() { in web_contents() function in content::AccessibilityModeTest 29 return static_cast<WebContentsImpl*>(shell()->web_contents()); in web_contents() 37 web_contents()->GetRootBrowserAccessibilityManager()) << message; in ExpectBrowserAccessibilityManager() 41 web_contents()->GetRootBrowserAccessibilityManager()) << message; in ExpectBrowserAccessibilityManager() 69 web_contents()->GetAccessibilityMode()); in IN_PROC_BROWSER_TEST_F() 77 web_contents()->GetAccessibilityMode()); in IN_PROC_BROWSER_TEST_F() 80 web_contents()->AddAccessibilityMode(AccessibilityModeComplete); in IN_PROC_BROWSER_TEST_F() 81 EXPECT_EQ(AccessibilityModeComplete, web_contents()->GetAccessibilityMode()); in IN_PROC_BROWSER_TEST_F() 90 web_contents()->GetAccessibilityMode()); in IN_PROC_BROWSER_TEST_F() 93 web_contents()->AddAccessibilityMode(AccessibilityModeTreeOnly); in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/chrome/browser/translate/ |
D | chrome_translate_client.cc | 57 ChromeTranslateClient::ChromeTranslateClient(content::WebContents* web_contents) in ChromeTranslateClient() argument 58 : content::WebContentsObserver(web_contents), in ChromeTranslateClient() 59 translate_driver_(&web_contents->GetController()), in ChromeTranslateClient() 63 translate::CreateBrowserCldDataProviderFor(web_contents)) { in ChromeTranslateClient() 113 content::WebContents* web_contents) { in GetManagerFromWebContents() argument 115 FromWebContents(web_contents); in GetManagerFromWebContents() 123 content::WebContents* web_contents, in GetTranslateLanguages() argument 130 FromWebContents(web_contents); in GetTranslateLanguages() 138 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in GetTranslateLanguages() 143 if (!web_contents->GetBrowserContext()->IsOffTheRecord()) { in GetTranslateLanguages() [all …]
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura_browsertest.cc | 259 WebContentsImpl* web_contents = in StartTestWithPage() local 260 static_cast<WebContentsImpl*>(shell()->web_contents()); in StartTestWithPage() 261 NavigationControllerImpl* controller = &web_contents->GetController(); in StartTestWithPage() 275 WebContentsImpl* web_contents = in TestOverscrollNavigation() local 276 static_cast<WebContentsImpl*>(shell()->web_contents()); in TestOverscrollNavigation() 277 NavigationController& controller = web_contents->GetController(); in TestOverscrollNavigation() 278 RenderFrameHost* main_frame = web_contents->GetMainFrame(); in TestOverscrollNavigation() 299 aura::Window* content = web_contents->GetContentNativeView(); in TestOverscrollNavigation() 308 content::TitleWatcher title_watcher(web_contents, expected_title); in TestOverscrollNavigation() 326 content::TitleWatcher title_watcher(web_contents, expected_title); in TestOverscrollNavigation() [all …]
|
D | web_contents_impl_browsertest.cc | 43 static_cast<WebContentsImpl*>(shell->web_contents())->GetView()-> in ResizeWebContentsView() 89 : WebContentsObserver(shell->web_contents()), in NavigateOnCommitObserver() 118 WebContents* web_contents) const OVERRIDE { in GetSizeForNewRenderView() 119 gfx::Size size(web_contents->GetContainerBounds().size()); in GetSizeForNewRenderView() 131 : WebContentsObserver(shell->web_contents()), in RenderViewSizeObserver() 193 &shell()->web_contents()->GetController()); in IN_PROC_BROWSER_TEST_F() 199 EXPECT_EQ(&shell()->web_contents()->GetController(), in IN_PROC_BROWSER_TEST_F() 220 &shell()->web_contents()->GetController()); in IN_PROC_BROWSER_TEST_F() 231 EXPECT_EQ(&shell()->web_contents()->GetController(), in IN_PROC_BROWSER_TEST_F() 247 &shell()->web_contents()->GetController()); in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_navigation_observer.cc | 52 void GoBackToSafety(content::WebContents* web_contents) { in GoBackToSafety() argument 56 &web_contents->GetController(); in GoBackToSafety() 65 chrome::GetHostDesktopTypeForNativeView(web_contents->GetNativeView()); in GoBackToSafety() 69 DCHECK(browser == chrome::FindBrowserWithWebContents(web_contents)); in GoBackToSafety() 74 web_contents->GetDelegate()->CloseContents(web_contents); in GoBackToSafety() 123 content::WebContents* web_contents = in InfoBarDismissed() local 126 web_contents)->WarnInfoBarDismissed(); in InfoBarDismissed() 166 content::WebContents* web_contents) in SupervisedUserNavigationObserver() argument 167 : WebContentsObserver(web_contents), in SupervisedUserNavigationObserver() 170 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in SupervisedUserNavigationObserver() [all …]
|
/external/chromium_org/chrome/browser/ui/zoom/ |
D | zoom_controller_browsertest.cc | 27 return lhs.web_contents == rhs.web_contents && in operator ==() 37 content::WebContents* web_contents, in ZoomChangedWatcher() argument 39 : web_contents_(web_contents), in ZoomChangedWatcher() 42 ZoomController::FromWebContents(web_contents)->AddObserver(this); in ZoomChangedWatcher() 71 content::WebContents* web_contents = in IN_PROC_BROWSER_TEST_F() local 75 ZoomController::FromWebContents(web_contents); in IN_PROC_BROWSER_TEST_F() 80 content::RenderProcessHost* host = web_contents->GetRenderProcessHost(); in IN_PROC_BROWSER_TEST_F() 87 EXPECT_FALSE(web_contents->GetRenderViewHost()->IsRenderViewLive()); in IN_PROC_BROWSER_TEST_F() 96 content::WebContents* web_contents = in IN_PROC_BROWSER_TEST_F() local 102 web_contents, in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/chrome/browser/ui/content_settings/ |
D | content_setting_bubble_model.cc | 89 WebContents* web_contents, in ContentSettingTitleAndLinkModel() argument 92 : ContentSettingBubbleModel(web_contents, profile, content_type), in ContentSettingTitleAndLinkModel() 122 if (web_contents() && in SetTitle() 124 web_contents())->IsContentAllowed(content_type()) && in SetTitle() 126 web_contents())->IsContentBlocked(content_type())) { in SetTitle() 180 WebContents* web_contents, 192 WebContents* web_contents, in ContentSettingTitleLinkAndCustomModel() argument 196 delegate, web_contents, profile, content_type) { in ContentSettingTitleLinkAndCustomModel() 216 WebContents* web_contents, 236 WebContents* web_contents, in ContentSettingSingleRadioGroup() argument [all …]
|
/external/chromium_org/components/password_manager/content/browser/ |
D | content_password_manager_driver.cc | 24 content::WebContents* web_contents, in ContentPasswordManagerDriver() argument 27 : WebContentsObserver(web_contents), in ContentPasswordManagerDriver() 31 DCHECK(web_contents); in ContentPasswordManagerDriver() 38 DCHECK(web_contents()); in FillPasswordForm() 39 web_contents()->GetRenderViewHost()->Send(new AutofillMsg_FillPasswordForm( in FillPasswordForm() 40 web_contents()->GetRenderViewHost()->GetRoutingID(), form_data)); in FillPasswordForm() 45 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in AllowPasswordGenerationForForm() 51 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in AccountCreationFormsFound() 59 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in FillSuggestion() 69 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in PreviewSuggestion() [all …]
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
D | platform_verification_flow.cc | 73 content::WebContents* web_contents, in ShowConsentPrompt() argument 76 PlatformVerificationDialog::ShowDialog(web_contents, callback); in ShowConsentPrompt() 79 virtual PrefService* GetPrefs(content::WebContents* web_contents) OVERRIDE { in GetPrefs() argument 80 return user_prefs::UserPrefs::Get(web_contents->GetBrowserContext()); in GetPrefs() 83 virtual const GURL& GetURL(content::WebContents* web_contents) OVERRIDE { in GetURL() argument 84 const GURL& url = web_contents->GetLastCommittedURL(); in GetURL() 86 return web_contents->GetVisibleURL(); in GetURL() 91 content::WebContents* web_contents) OVERRIDE { in GetUser() argument 93 Profile::FromBrowserContext(web_contents->GetBrowserContext())); in GetUser() 97 content::WebContents* web_contents) OVERRIDE { in GetContentSettings() argument [all …]
|