/external/chromium_org/extensions/browser/ |
D | process_manager.cc | 115 BrowserContext* context = web_contents->GetBrowserContext(); in RenderViewHostDestructionObserver() 251 IsBackgroundPageAllowed(GetBrowserContext())) { in CreateBackgroundHost() 303 GetBrowserContext())->extension_service(); in GetExtensionForRenderViewHost() 317 OnRenderViewHostUnregistered(GetBrowserContext(), render_view_host); in UnregisterRenderViewHost() 543 GetBrowserContext())->extension_service(); in OnBrowserWindowReady() 553 content::BrowserContext* ProcessManager::GetBrowserContext() const { in GetBrowserContext() function in extensions::ProcessManager 554 return site_instance_->GetBrowserContext(); in GetBrowserContext() 625 if (contents->GetBrowserContext() != GetBrowserContext()) in Observe() 643 if (contents->GetBrowserContext() != GetBrowserContext()) in Observe() 654 content::Source<BrowserContext>(GetBrowserContext()), in Observe() [all …]
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | safe_browsing_blocking_page_unittest.cc | 243 web_contents()->GetBrowserContext()); in TEST_F() 277 web_contents()->GetBrowserContext()); in TEST_F() 309 web_contents()->GetBrowserContext()); in TEST_F() 344 web_contents()->GetBrowserContext()); in TEST_F() 377 web_contents()->GetBrowserContext()); in TEST_F() 418 web_contents()->GetBrowserContext()); in TEST_F() 474 web_contents()->GetBrowserContext()); in TEST_F() 525 web_contents()->GetBrowserContext()); in TEST_F() 573 web_contents()->GetBrowserContext()); in TEST_F() 608 web_contents()->GetBrowserContext()); in TEST_F() [all …]
|
D | safe_browsing_tab_observer.cc | 37 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in SafeBrowsingTabObserver() 64 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); in UpdateSafebrowsingDetectionHost()
|
/external/chromium_org/android_webview/lib/ |
D | aw_browser_dependency_factory_impl.cc | 34 content::BrowserContext* AwBrowserDependencyFactoryImpl::GetBrowserContext() { in GetBrowserContext() function in android_webview::AwBrowserDependencyFactoryImpl 40 content::WebContents::CreateParams(GetBrowserContext())); in CreateWebContents()
|
/external/chromium_org/chrome/browser/managed_mode/ |
D | managed_mode_interstitial.cc | 78 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in ManagedModeInterstitial() 108 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); in GetHTMLContents() 168 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); in CommandReceived() 193 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); in ShouldProceed()
|
/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
D | web_navigation_api_helpers.cc | 81 DispatchEvent(web_contents->GetBrowserContext(), in DispatchOnBeforeNavigate() 118 DispatchEvent(web_contents->GetBrowserContext(), event_name, args.Pass(), in DispatchOnCommitted() 138 DispatchEvent(web_contents->GetBrowserContext(), in DispatchOnDOMContentLoaded() 160 DispatchEvent(web_contents->GetBrowserContext(), in DispatchOnCompleted() 177 Profile::FromBrowserContext(target_web_contents->GetBrowserContext()), in DispatchOnCreatedNavigationTarget() 218 DispatchEvent(web_contents->GetBrowserContext(), in DispatchOnErrorOccurred()
|
/external/chromium_org/chrome/browser/ui/ash/ |
D | ash_keyboard_controller_proxy.cc | 88 content::BrowserContext* AshKeyboardControllerProxy::GetBrowserContext() { in GetBrowserContext() function in AshKeyboardControllerProxy 107 GetBrowserContext())->extension_service(); in RequestAudioInput() 119 new ExtensionFunctionDispatcher(GetBrowserContext(), this)); in SetupWebContents() 209 content::BrowserContext* context = GetBrowserContext(); in SetUpdateInputType()
|
/external/chromium_org/chrome/browser/extensions/ |
D | chrome_notification_observer.cc | 36 DCHECK_EQ(profile, manager->GetBrowserContext()); in OnBrowserWindowReady() 48 DCHECK_EQ(original_profile, original_manager->GetBrowserContext()); in OnBrowserWindowReady()
|
D | script_badge_controller_unittest.cc | 60 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in SetUp() 142 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in TEST_F() 167 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in TEST_F() 245 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in TEST_F()
|
D | tab_helper.cc | 94 Profile::FromBrowserContext(web_contents->GetBrowserContext()), this), in TabHelper() 108 Profile::FromBrowserContext(web_contents->GetBrowserContext()))); in TabHelper() 124 profile_ = Profile::FromBrowserContext(web_contents->GetBrowserContext()); in TabHelper() 238 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in DidNavigateMainFrame() 388 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in OnGetAppInstallState() 459 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in GetExtension() 477 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in UpdateExtensionAppIcon()
|
/external/chromium_org/chrome/browser/predictors/ |
D | resource_prefetch_predictor_tab_helper.cc | 34 web_contents()->GetBrowserContext()); in DocumentOnLoadCompletedInMainFrame() 48 web_contents()->GetBrowserContext()); in DidLoadResourceFromMemoryCache()
|
/external/chromium_org/chrome/browser/chromeos/offline/ |
D | offline_load_page.cc | 81 web_contents_->GetBrowserContext()); in GetHTMLContents() 114 web_contents_->GetBrowserContext()); in OverrideRendererPrefs() 143 web_contents_->GetBrowserContext()); in CommandReceived()
|
/external/chromium_org/chrome/browser/history/ |
D | history_tab_helper.cc | 116 Profile::FromBrowserContext(web_contents()->GetBrowserContext())); in DidNavigateAnyFrame() 148 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in GetHistoryService() 163 Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext()); in WebContentsDestroyed()
|
/external/chromium_org/content/browser/ssl/ |
D | ssl_policy_backend.cc | 14 : ssl_host_state_(SSLHostState::GetFor(controller->GetBrowserContext())), in SSLPolicyBackend() 21 SSLManager::NotifySSLInternalStateChanged(controller_->GetBrowserContext()); in HostRanInsecureContent()
|
D | ssl_manager.cc | 101 controller_->GetBrowserContext()->GetUserData(kSSLManagerKeyName)); in SSLManager() 104 controller_->GetBrowserContext()->SetUserData(kSSLManagerKeyName, managers); in SSLManager() 111 controller_->GetBrowserContext()->GetUserData(kSSLManagerKeyName)); in ~SSLManager()
|
/external/chromium_org/chrome/browser/ui/ |
D | auto_login_infobar_delegate.cc | 88 Profile::FromBrowserContext(web_contents->GetBrowserContext()), this)); in AutoLoginRedirector() 139 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in Create() 203 web_contents()->GetBrowserContext())->GetPrefs(); in Cancel()
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | tab_autofill_manager_delegate.cc | 56 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); in GetPersonalDataManager() 64 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); in GetDatabase() 70 return Profile::FromBrowserContext(web_contents_->GetBrowserContext())-> in GetPrefs()
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
D | tabs_event_router.cc | 193 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); in TabCreatedAt() 228 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); in TabInsertedAt() 251 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); in TabDetachedAt() 273 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); in TabClosingAt() 302 Profile::FromBrowserContext(new_contents->GetBrowserContext()); in ActiveTabChanged() 379 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); in TabMoved() 460 Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext()); in DispatchTabUpdatedEvent() 525 DispatchEvent(Profile::FromBrowserContext(new_contents->GetBrowserContext()), in TabReplacedAt()
|
/external/chromium_org/chrome/browser/net/ |
D | predictor_tab_helper.cc | 48 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in DidStartNavigationToPendingEntry() 66 web_contents()->GetBrowserContext()); in DidNavigateMainFrame()
|
/external/chromium_org/chrome/browser/ui/zoom/ |
D | zoom_controller.cc | 28 browser_context_(web_contents->GetBrowserContext()) { in ZoomController() 30 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in ZoomController()
|
/external/chromium_org/chrome/browser/translate/ |
D | translate_manager.cc | 239 if (!tab->GetBrowserContext()->IsOffTheRecord()) in Observe() 320 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in InitiateTranslation() 397 if (!web_contents->GetBrowserContext()->IsOffTheRecord()) { in InitiateTranslation() 490 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in TranslatePage() 615 web_contents->GetBrowserContext())->GetPrefs(); in PageTranslated() 626 !web_contents->GetBrowserContext()->IsOffTheRecord()) { in PageTranslated() 686 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in OnTranslateScriptFetchComplete() 693 if (!web_contents->GetBrowserContext()->IsOffTheRecord()) { in OnTranslateScriptFetchComplete()
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | extension_message_port.cc | 58 Profile::FromBrowserContext(process_->GetBrowserContext()); in IncrementLazyKeepaliveCount() 72 Profile::FromBrowserContext(process_->GetBrowserContext()); in DecrementLazyKeepaliveCount()
|
/external/chromium_org/content/test/ |
D | test_web_contents.cc | 105 Create(GetBrowserContext(), SiteInstance::Create(GetBrowserContext())); in Clone() 116 &loaded_url, GetBrowserContext(), &reverse_on_redirect); in NavigateAndCommit()
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
D | bookmark_tab_helper.cc | 64 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in ShouldShowBookmarkBar() 86 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in BookmarkTabHelper()
|
/external/chromium_org/chrome/browser/download/ |
D | download_status_updater_win.cc | 108 if (download->GetBrowserContext() && in UpdateAppIconDownloadProgress() 109 download->GetBrowserContext()->IsOffTheRecord()) in UpdateAppIconDownloadProgress()
|