Searched defs:IsOffTheRecord (Results 1 - 21 of 21) sorted by path

/external/chromium_org/android_webview/browser/
H A Daw_browser_context.cc237 bool AwBrowserContext::IsOffTheRecord() const { function in class:android_webview::AwBrowserContext
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_provider_client.cc33 bool ChromeAutocompleteProviderClient::IsOffTheRecord() { function in class:ChromeAutocompleteProviderClient
34 return profile_->IsOffTheRecord();
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc162 bool FaviconTabHelper::IsOffTheRecord() { function in class:FaviconTabHelper
164 return web_contents()->GetBrowserContext()->IsOffTheRecord();
207 !profile_->IsOffTheRecord()) {
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc248 bool OffTheRecordProfileImpl::IsOffTheRecord() const { function in class:OffTheRecordProfileImpl
H A Dprofile_android.cc86 jboolean ProfileAndroid::IsOffTheRecord(JNIEnv* env, jobject obj) { function in class:ProfileAndroid
87 return profile_->IsOffTheRecord();
H A Dprofile_impl.cc868 bool ProfileImpl::IsOffTheRecord() const { function in class:ProfileImpl
H A Dprofile_io_data.cc447 if (!IsOffTheRecord()) {
481 media_device_id_salt_ = new MediaDeviceIDSalt(pref_service, IsOffTheRecord());
514 if (!IsOffTheRecord()) {
825 bool ProfileIOData::IsOffTheRecord() const { function in class:ProfileIOData
1051 IsOffTheRecord()));
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model.cc49 bool TabModel::IsOffTheRecord() const { function in class:TabModel
90 if (profile && profile->IsOffTheRecord())
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc28 bool FakeProfile::IsOffTheRecord() const { function in class:FakeProfile
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc526 bool BrowserView::IsOffTheRecord() const { function in class:BrowserView
527 return browser_->profile()->IsOffTheRecord();
543 if (IsOffTheRecord() && !IsGuestSession())
555 if (IsOffTheRecord()) // Desktop guest is incognito and needs avatar.
1534 if (IsOffTheRecord()) {
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc361 else if (IsOffTheRecord())
372 if (!IsOffTheRecord())
382 if (!IsOffTheRecord()) {
401 if (!IsOffTheRecord()) {
652 bool TestingProfile::IsOffTheRecord() const { function in class:TestingProfile
657 DCHECK(!IsOffTheRecord());
663 if (IsOffTheRecord())
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_context.cc84 bool CastBrowserContext::IsOffTheRecord() const { function in class:chromecast::shell::CastBrowserContext
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver.cc72 bool ContentAutofillDriver::IsOffTheRecord() const { function in class:autofill::ContentAutofillDriver
73 return web_contents()->GetBrowserContext()->IsOffTheRecord();
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_driver.cc21 bool TestAutofillDriver::IsOffTheRecord() const { function in class:autofill::TestAutofillDriver
/external/chromium_org/components/password_manager/content/browser/
H A Dcontent_password_manager_driver.cc95 bool ContentPasswordManagerDriver::IsOffTheRecord() { function in class:password_manager::ContentPasswordManagerDriver
97 return web_contents()->GetBrowserContext()->IsOffTheRecord();
/external/chromium_org/components/password_manager/core/browser/
H A Dstub_password_manager_driver.cc23 bool StubPasswordManagerDriver::IsOffTheRecord() { function in class:password_manager::StubPasswordManagerDriver
/external/chromium_org/components/translate/content/browser/
H A Dcontent_translate_driver.cc121 bool ContentTranslateDriver::IsOffTheRecord() { function in class:translate::ContentTranslateDriver
122 return navigation_controller_->GetBrowserContext()->IsOffTheRecord();
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc575 bool WebPluginProxy::IsOffTheRecord() { function in class:content::WebPluginProxy
/external/chromium_org/content/public/test/
H A Dtest_browser_context.cc64 bool TestBrowserContext::IsOffTheRecord() const { function in class:content::TestBrowserContext
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.cc1390 bool WebPluginImpl::IsOffTheRecord() { function in class:content::WebPluginImpl
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc112 bool ShellBrowserContext::IsOffTheRecord() const { function in class:content::ShellBrowserContext

Completed in 2598 milliseconds