Searched refs:IsOffTheRecord (Results 26 - 50 of 87) sorted by relevance

1234

/external/chromium/chrome/browser/ui/tab_contents/
H A Dtab_contents_wrapper.cc277 if (p && !p->IsOffTheRecord()) {
312 if (profile()->IsOffTheRecord())
/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.cc172 if (!profile_ || profile_->IsOffTheRecord())
350 if (profile_->IsOffTheRecord())
415 if (profile_->IsOffTheRecord())
880 if (profile_->IsOffTheRecord())
890 if (profile_->IsOffTheRecord())
930 if (!profile_ || profile_->IsOffTheRecord())
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.cc516 if (profile_->IsOffTheRecord())
575 return (!profile_->IsOffTheRecord() ||
639 if (profile_->IsOffTheRecord())
783 if (profile_->IsOffTheRecord())
899 if (profile_->IsOffTheRecord())
939 if (profile_->IsOffTheRecord())
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_actions_container.cc690 if (profile_->IsOffTheRecord())
907 if (profile_->IsOffTheRecord())
971 if (profile_->IsOffTheRecord())
1078 if (!profile_->IsOffTheRecord())
1100 (!profile_->IsOffTheRecord() ||
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_policy_provider.cc103 is_off_the_record_(profile_->IsOffTheRecord()) {
274 : BaseProvider(profile->IsOffTheRecord()),
/external/chromium/chrome/browser/
H A Dfavicon_helper.cc262 if (!tab_contents()->profile()->IsOffTheRecord())
369 if (tab_contents()->profile()->IsOffTheRecord()) {
H A Dautocomplete_history_manager.cc105 if (profile_->IsOffTheRecord())
/external/chromium/chrome/browser/net/
H A Dpredictor_api.cc317 if (!Source<Browser>(source)->profile()->IsOffTheRecord())
324 if (!Source<Browser>(source)->profile()->IsOffTheRecord())
/external/chromium/chrome/browser/ui/
H A Dbrowser_navigator.cc137 if (profile->IsOffTheRecord() && !Profile::IsGuestSession()) {
231 if (params->browser->profile()->IsOffTheRecord() &&
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_model.cc168 (profile_->IsOffTheRecord() &&
/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_host.cc105 if (tab_contents_->profile()->IsOffTheRecord()) {
H A Dclient_side_detection_host_unittest.cc98 MOCK_METHOD0(IsOffTheRecord, bool());
112 // Set custom profile object so that we can mock calls to IsOffTheRecord.
114 // a nice mock because other parts of the code are calling IsOffTheRecord.
176 EXPECT_CALL(*mock_profile_, IsOffTheRecord())
/external/chromium/chrome/browser/sessions/
H A Dbase_session_service.cc73 DCHECK(!profile->IsOffTheRecord());
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui.cc307 DCHECK(!GetProfile()->IsOffTheRecord() || Profile::IsGuestSession());
/external/chromium/chrome/browser/profiles/
H A Dprofile_impl.cc672 bool ProfileImpl::IsOffTheRecord() { function in class:ProfileImpl
709 IsOffTheRecord()
721 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
1160 GetPath(), IsOffTheRecord(), GetExtensionSpecialStoragePolicy());
1296 IsOffTheRecord(), GetPath(), GetExtensionSpecialStoragePolicy(),
H A Dprofile.h198 virtual bool IsOffTheRecord() = 0;
H A Dprofile_impl.h49 virtual bool IsOffTheRecord();
H A Dprofile_io_data.cc136 params->is_incognito = profile->IsOffTheRecord();
/external/chromium/chrome/browser/extensions/
H A Dextension_browser_event_router.cc149 DCHECK(!profile->IsOffTheRecord());
532 if (!ExtensionTabUtil::GetTabById(tab_id, profile, profile->IsOffTheRecord(),
H A Dextension_tabs_module.cc137 contents->profile()->IsOffTheRecord());
159 browser->profile()->IsOffTheRecord());
512 if (new_window->profile()->IsOffTheRecord() && !include_incognito()) {
723 browser->profile()->IsOffTheRecord()) {
H A Dextension_web_ui.cc289 if (profile->IsOffTheRecord() && !incognito_override_allowed) {
/external/chromium/android/autofill/
H A Dprofile_android.h140 virtual bool IsOffTheRecord() { NOTREACHED(); return false; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_view.cc384 StatusAreaHost::kWhiteHaloed : (IsOffTheRecord() ?
/external/chromium/chrome/browser/debugger/
H A Dextension_ports_remote_service.cc127 if (!profiles[i]->IsOffTheRecord()) {
/external/chromium/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view.cc574 bool is_incognito = browser_view_->IsOffTheRecord();
589 } else if (!browser_view_->IsOffTheRecord()) {
627 !browser_view_->IsOffTheRecord()) {
688 } else if (!browser_view_->IsOffTheRecord()) {

Completed in 376 milliseconds

1234