Home
last modified time | relevance | path

Searched refs:GetBrowserContext (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/external/chromium_org/extensions/browser/
Dprocess_manager.cc115 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/
Dsafe_browsing_blocking_page_unittest.cc243 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 …]
Dsafe_browsing_tab_observer.cc37 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in SafeBrowsingTabObserver()
64 Profile::FromBrowserContext(web_contents_->GetBrowserContext()); in UpdateSafebrowsingDetectionHost()
/external/chromium_org/android_webview/lib/
Daw_browser_dependency_factory_impl.cc34 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/
Dmanaged_mode_interstitial.cc78 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/
Dweb_navigation_api_helpers.cc81 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/
Dash_keyboard_controller_proxy.cc88 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/
Dchrome_notification_observer.cc36 DCHECK_EQ(profile, manager->GetBrowserContext()); in OnBrowserWindowReady()
48 DCHECK_EQ(original_profile, original_manager->GetBrowserContext()); in OnBrowserWindowReady()
Dscript_badge_controller_unittest.cc60 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()
Dtab_helper.cc94 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/
Dresource_prefetch_predictor_tab_helper.cc34 web_contents()->GetBrowserContext()); in DocumentOnLoadCompletedInMainFrame()
48 web_contents()->GetBrowserContext()); in DidLoadResourceFromMemoryCache()
/external/chromium_org/chrome/browser/chromeos/offline/
Doffline_load_page.cc81 web_contents_->GetBrowserContext()); in GetHTMLContents()
114 web_contents_->GetBrowserContext()); in OverrideRendererPrefs()
143 web_contents_->GetBrowserContext()); in CommandReceived()
/external/chromium_org/chrome/browser/history/
Dhistory_tab_helper.cc116 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/
Dssl_policy_backend.cc14 : ssl_host_state_(SSLHostState::GetFor(controller->GetBrowserContext())), in SSLPolicyBackend()
21 SSLManager::NotifySSLInternalStateChanged(controller_->GetBrowserContext()); in HostRanInsecureContent()
Dssl_manager.cc101 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/
Dauto_login_infobar_delegate.cc88 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/
Dtab_autofill_manager_delegate.cc56 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/
Dtabs_event_router.cc193 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/
Dpredictor_tab_helper.cc48 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in DidStartNavigationToPendingEntry()
66 web_contents()->GetBrowserContext()); in DidNavigateMainFrame()
/external/chromium_org/chrome/browser/ui/zoom/
Dzoom_controller.cc28 browser_context_(web_contents->GetBrowserContext()) { in ZoomController()
30 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in ZoomController()
/external/chromium_org/chrome/browser/translate/
Dtranslate_manager.cc239 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/
Dextension_message_port.cc58 Profile::FromBrowserContext(process_->GetBrowserContext()); in IncrementLazyKeepaliveCount()
72 Profile::FromBrowserContext(process_->GetBrowserContext()); in DecrementLazyKeepaliveCount()
/external/chromium_org/content/test/
Dtest_web_contents.cc105 Create(GetBrowserContext(), SiteInstance::Create(GetBrowserContext())); in Clone()
116 &loaded_url, GetBrowserContext(), &reverse_on_redirect); in NavigateAndCommit()
/external/chromium_org/chrome/browser/ui/bookmarks/
Dbookmark_tab_helper.cc64 Profile::FromBrowserContext(web_contents()->GetBrowserContext()); in ShouldShowBookmarkBar()
86 Profile::FromBrowserContext(web_contents->GetBrowserContext()); in BookmarkTabHelper()
/external/chromium_org/chrome/browser/download/
Ddownload_status_updater_win.cc108 if (download->GetBrowserContext() && in UpdateAppIconDownloadProgress()
109 download->GetBrowserContext()->IsOffTheRecord()) in UpdateAppIconDownloadProgress()

12345678910>>...15