Searched refs:IsOffTheRecord (Results 1 - 25 of 87) sorted by relevance

1234

/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_state.cc13 if (text.empty() && p->IsOffTheRecord()) {
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_browsertest.cc85 EXPECT_FALSE(profile->IsOffTheRecord());
92 EXPECT_TRUE(profile->IsOffTheRecord());
/external/chromium/chrome/browser/ui/views/
H A Dtheme_background.cc38 profile->IsOffTheRecord() ?
42 profile->IsOffTheRecord() ?
/external/chromium/chrome/browser/net/
H A Dchrome_url_request_context.cc206 DCHECK(!profile->IsOffTheRecord());
216 DCHECK(!profile->IsOffTheRecord());
226 DCHECK(!profile->IsOffTheRecord());
238 DCHECK(!profile->IsOffTheRecord());
250 DCHECK(profile->IsOffTheRecord());
259 DCHECK(profile->IsOffTheRecord());
270 DCHECK(profile->IsOffTheRecord());
/external/chromium/chrome/browser/tabs/
H A Dtab_finder.cc78 if (browser->profile()->IsOffTheRecord())
97 if (!(*i)->profile()->IsOffTheRecord()) {
132 if (!(*i)->profile()->IsOffTheRecord())
196 if (tab_contents->profile()->IsOffTheRecord())
213 if (tab->profile()->IsOffTheRecord())
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_notification_provider.cc194 if (!profile_->IsOffTheRecord()) {
209 if (!profile_->IsOffTheRecord()) {
276 if (profile_->IsOffTheRecord())
330 if (profile_->IsOffTheRecord())
347 if (profile_->IsOffTheRecord())
364 if (profile_->IsOffTheRecord())
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.cc69 if (browser_view()->IsOffTheRecord()) {
/external/chromium/chrome/browser/chromeos/
H A Dtab_closeable_state_watcher.cc196 if (browser_to_check->profile()->IsOffTheRecord() && !guest_session_) {
251 if (browser->profile()->IsOffTheRecord() && !guest_session_) {
H A Dtab_closeable_state_watcher_browsertest.cc235 EXPECT_TRUE(incognito_browser->profile()->IsOffTheRecord());
255 EXPECT_TRUE(incognito_browser->profile()->IsOffTheRecord());
269 EXPECT_FALSE(new_browser->profile()->IsOffTheRecord());
/external/chromium/chrome/browser/password_manager/
H A Dpassword_manager.cc71 delegate_->GetProfileForPasswordManager()->IsOffTheRecord() ||
136 DCHECK(!delegate_->GetProfileForPasswordManager()->IsOffTheRecord());
H A Dpassword_form_manager.cc190 DCHECK(!profile_->IsOffTheRecord());
345 DCHECK(!profile_->IsOffTheRecord());
386 DCHECK(!profile_->IsOffTheRecord());
/external/chromium/chrome/browser/ui/search_engines/
H A Dsearch_engine_tab_helper.cc64 if (tab_contents()->profile()->IsOffTheRecord())
131 if (tab_contents()->profile()->IsOffTheRecord())
/external/chromium/chrome/browser/profiles/
H A Dprofile_keyed_service_factory.cc28 if (profile->IsOffTheRecord()) {
H A Dprofile.cc216 virtual bool IsOffTheRecord() { function in class:OffTheRecordProfileImpl
245 IsOffTheRecord()
257 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
403 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
556 IsOffTheRecord(), GetPath(), GetExtensionSpecialStoragePolicy(),
/external/chromium/chrome/browser/search_engines/
H A Dsearch_provider_install_state_message_filter.cc26 is_off_the_record_(profile->IsOffTheRecord()) {
/external/chromium/chrome/browser/translate/
H A Doptions_menu_model.cc39 if (!translate_delegate->tab_contents()->profile()->IsOffTheRecord()) {
H A Dtranslate_infobar_delegate.cc102 if (!tab_contents()->profile()->IsOffTheRecord()) {
123 if (!tab_contents()->profile()->IsOffTheRecord()) {
260 return !tab_contents()->profile()->IsOffTheRecord() &&
266 return !tab_contents()->profile()->IsOffTheRecord() &&
/external/chromium/chrome/browser/extensions/
H A Dextension_cookies_helpers.cc32 bool allow_original = !profile->IsOffTheRecord();
33 bool allow_incognito = profile->IsOffTheRecord() ||
44 return profile->IsOffTheRecord() ?
H A Dextension_cookies_unittest.cc31 if (IsOffTheRecord())
38 if (IsOffTheRecord())
45 return (!IsOffTheRecord() && linked_profile_);
H A Dextension_process_manager.cc85 return (profile->IsOffTheRecord()) ?
200 if (!browser || browser->profile()->IsOffTheRecord()) {
377 DCHECK(profile->IsOffTheRecord());
H A Dextension_webstore_private_browsertest.cc90 if (profile->IsOffTheRecord()) {
/external/chromium/chrome/browser/ui/webui/
H A Dtheme_source.cc37 profile->IsOffTheRecord());
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_context_menu_controller.cc250 return !profile_->IsOffTheRecord() &&
254 return HasURLs() && !profile_->IsOffTheRecord() &&
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu_controller_views.cc236 return !profile_->IsOffTheRecord() &&
240 return HasURLs() && !profile_->IsOffTheRecord() &&
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notification_service.cc285 if (!profile_->IsOffTheRecord()) {
301 if (!profile_->IsOffTheRecord()) {
317 if (!profile_->IsOffTheRecord()) {

Completed in 610 milliseconds

1234