Home
last modified time | relevance | path

Searched refs:IsOffTheRecord (Results 1 – 25 of 92) sorted by relevance

1234

/external/chromium/chrome/browser/net/
Dchrome_url_request_context.cc206 DCHECK(!profile->IsOffTheRecord()); in CreateOriginal()
216 DCHECK(!profile->IsOffTheRecord()); in CreateOriginalForMedia()
226 DCHECK(!profile->IsOffTheRecord()); in CreateOriginalForExtensions()
238 DCHECK(!profile->IsOffTheRecord()); in CreateOriginalForIsolatedApp()
250 DCHECK(profile->IsOffTheRecord()); in CreateOffTheRecord()
259 DCHECK(profile->IsOffTheRecord()); in CreateOffTheRecordForExtensions()
270 DCHECK(profile->IsOffTheRecord()); in CreateOffTheRecordForIsolatedApp()
/external/chromium/chrome/browser/tabs/
Dtab_finder.cc78 if (browser->profile()->IsOffTheRecord()) in FindTab()
97 if (!(*i)->profile()->IsOffTheRecord()) { in FindTab()
132 if (!(*i)->profile()->IsOffTheRecord()) in Init()
196 if (tab_contents->profile()->IsOffTheRecord()) in CancelRequestsFor()
213 if (tab->profile()->IsOffTheRecord()) in FetchRedirectStart()
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_notification_provider.cc194 if (!profile_->IsOffTheRecord()) { in StartObserving()
209 if (!profile_->IsOffTheRecord()) { in StopObserving()
276 if (profile_->IsOffTheRecord()) in PersistPermissionChange()
330 if (profile_->IsOffTheRecord()) in GetContentSetting()
347 if (profile_->IsOffTheRecord()) in ResetAllowedOrigin()
364 if (profile_->IsOffTheRecord()) in ResetBlockedOrigin()
/external/chromium/chrome/browser/ui/views/
Dtheme_background.cc38 profile->IsOffTheRecord() ? in Paint()
42 profile->IsOffTheRecord() ? in Paint()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_browsertest.cc85 EXPECT_FALSE(profile->IsOffTheRecord()); in IN_PROC_BROWSER_TEST_F()
92 EXPECT_TRUE(profile->IsOffTheRecord()); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/extensions/
Dextension_cookies_helpers.cc32 bool allow_original = !profile->IsOffTheRecord(); in ChooseProfileFromStoreId()
33 bool allow_incognito = profile->IsOffTheRecord() || in ChooseProfileFromStoreId()
44 return profile->IsOffTheRecord() ? in GetStoreIdFromProfile()
Dextension_cookies_unittest.cc31 if (IsOffTheRecord()) in GetOriginalProfile()
38 if (IsOffTheRecord()) in GetOffTheRecordProfile()
45 return (!IsOffTheRecord() && linked_profile_); in HasOffTheRecordProfile()
Dextension_process_manager.cc85 return (profile->IsOffTheRecord()) ? in Create()
200 if (!browser || browser->profile()->IsOffTheRecord()) { in OpenOptionsPage()
377 DCHECK(profile->IsOffTheRecord()); in IncognitoExtensionProcessManager()
/external/chromium/chrome/browser/profiles/
Dprofile.cc216 virtual bool IsOffTheRecord() { in IsOffTheRecord() function in OffTheRecordProfileImpl
245 IsOffTheRecord() in GetAppCacheService()
257 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy()); in GetDatabaseTracker()
403 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy()); in GetFileSystemContext()
556 IsOffTheRecord(), GetPath(), GetExtensionSpecialStoragePolicy(), in GetWebKitContext()
Dprofile_keyed_service_factory.cc28 if (profile->IsOffTheRecord()) { in GetServiceForProfile()
/external/chromium/chrome/browser/chromeos/
Dtab_closeable_state_watcher_browsertest.cc235 EXPECT_TRUE(incognito_browser->profile()->IsOffTheRecord()); in IN_PROC_BROWSER_TEST_F()
255 EXPECT_TRUE(incognito_browser->profile()->IsOffTheRecord()); in IN_PROC_BROWSER_TEST_F()
269 EXPECT_FALSE(new_browser->profile()->IsOffTheRecord()); in IN_PROC_BROWSER_TEST_F()
Dtab_closeable_state_watcher.cc196 if (browser_to_check->profile()->IsOffTheRecord() && !guest_session_) { in CheckAndUpdateState()
251 if (browser->profile()->IsOffTheRecord() && !guest_session_) { in CanCloseBrowserImpl()
/external/chromium/chrome/browser/translate/
Dtranslate_infobar_delegate.cc102 if (!tab_contents()->profile()->IsOffTheRecord()) { in Translate()
123 if (!tab_contents()->profile()->IsOffTheRecord()) { in TranslationDeclined()
260 return !tab_contents()->profile()->IsOffTheRecord() && in ShouldShowNeverTranslateButton()
266 return !tab_contents()->profile()->IsOffTheRecord() && in ShouldShowAlwaysTranslateButton()
Doptions_menu_model.cc39 if (!translate_delegate->tab_contents()->profile()->IsOffTheRecord()) { in OptionsMenuModel()
/external/chromium/chrome/browser/ui/search_engines/
Dsearch_engine_tab_helper.cc64 if (tab_contents()->profile()->IsOffTheRecord()) in OnPageHasOSDD()
131 if (tab_contents()->profile()->IsOffTheRecord()) in GenerateKeywordIfNecessary()
/external/chromium/chrome/browser/ui/find_bar/
Dfind_bar_state.cc13 if (text.empty() && p->IsOffTheRecord()) { in GetLastPrepopulateText()
/external/chromium/chrome/browser/password_manager/
Dpassword_manager.cc71 delegate_->GetProfileForPasswordManager()->IsOffTheRecord() || in ProvisionallySavePassword()
136 DCHECK(!delegate_->GetProfileForPasswordManager()->IsOffTheRecord()); in DidStopLoading()
Dpassword_form_manager.cc190 DCHECK(!profile_->IsOffTheRecord()); in Save()
345 DCHECK(!profile_->IsOffTheRecord()); in SaveAsNewLogin()
386 DCHECK(!profile_->IsOffTheRecord()); in UpdateLogin()
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.cc172 if (!profile_ || profile_->IsOffTheRecord()) in OnStateChanged()
350 if (profile_->IsOffTheRecord()) in SetProfiles()
415 if (profile_->IsOffTheRecord()) in SetCreditCards()
880 if (profile_->IsOffTheRecord()) in SaveImportedProfile()
890 if (profile_->IsOffTheRecord()) in SaveImportedCreditCard()
930 if (!profile_ || profile_->IsOffTheRecord()) in EmptyMigrationTrash()
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_actions_toolbar_gtk.cc516 if (profile_->IsOffTheRecord()) in CreateButtonForExtension()
575 return (!profile_->IsOffTheRecord() || in ShouldDisplayBrowserAction()
639 if (profile_->IsOffTheRecord()) in BrowserActionMoved()
783 if (profile_->IsOffTheRecord()) in OnDragEnd()
899 if (profile_->IsOffTheRecord()) in OnOverflowButtonPress()
939 if (profile_->IsOffTheRecord()) in OnOverflowMenuButtonPress()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_context_menu_controller.cc250 return !profile_->IsOffTheRecord() && in IsCommandIdEnabled()
254 return HasURLs() && !profile_->IsOffTheRecord() && in IsCommandIdEnabled()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_context_menu_controller_views.cc236 return !profile_->IsOffTheRecord() && in IsCommandEnabled()
240 return HasURLs() && !profile_->IsOffTheRecord() && in IsCommandEnabled()
/external/chromium/chrome/browser/chromeos/frame/
Dbrowser_frame_view_chromeos.cc69 if (browser_view()->IsOffTheRecord()) { in ModifyMaximizedFramePainting()
/external/chromium/chrome/browser/search_engines/
Dsearch_provider_install_state_message_filter.cc26 is_off_the_record_(profile->IsOffTheRecord()) { in SearchProviderInstallStateMessageFilter()
/external/chromium/chrome/browser/notifications/
Ddesktop_notification_service.cc285 if (!profile_->IsOffTheRecord()) { in InitPrefs()
301 if (!profile_->IsOffTheRecord()) { in StartObserving()
317 if (!profile_->IsOffTheRecord()) { in StopObserving()

1234