HomeSort by relevance Sort by last modified time
    Searched refs:is_off_the_record_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.cc 27 is_off_the_record_ = (profile->HasOffTheRecordProfile() &&
38 is_off_the_record_ = false;
50 return is_off_the_record_;
88 if (is_off_the_record_) {
tab_model.h 77 bool is_off_the_record_; member in class:TabModel
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_state_message_filter.h 50 const bool is_off_the_record_; member in class:SearchProviderInstallStateMessageFilter
search_provider_install_state_message_filter.cc 23 is_off_the_record_(profile->IsOffTheRecord()),
61 if (is_off_the_record_)
  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.h 199 return is_off_the_record_;
253 bool is_off_the_record_; member in class:HostContentSettingsMap
host_content_settings_map.cc 87 is_off_the_record_(incognito) {
94 new content_settings::PrefProvider(prefs_, is_off_the_record_);
99 new content_settings::DefaultProvider(prefs_, is_off_the_record_);
103 if (!is_off_the_record_) {
126 is_off_the_record_);
236 if (is_off_the_record_) {
612 resource_identifier, is_off_the_record_,
  /external/chromium_org/components/translate/core/browser/
translate_infobar_delegate.h 80 bool is_off_the_record() { return is_off_the_record_; }
199 bool is_off_the_record_; member in class:TranslateInfoBarDelegate
translate_infobar_delegate.cc 257 return !is_off_the_record_ &&
264 return !is_off_the_record_ &&
321 is_off_the_record_(is_off_the_record),
  /external/chromium_org/components/password_manager/core/browser/
password_generation_manager_unittest.cc 37 is_off_the_record_(false) {}
41 virtual bool IsOffTheRecord() OVERRIDE { return is_off_the_record_; }
61 is_off_the_record_ = is_off_the_record;
69 bool is_off_the_record_; member in class:password_manager::__anon11076::TestPasswordManagerDriver
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 150 is_off_the_record_(false),
158 is_off_the_record_ = is_off_the_record;
160 if (!is_off_the_record_)
370 if (is_off_the_record_)
395 if (is_off_the_record_)
430 if (is_off_the_record_)
454 if (is_off_the_record_)
481 if (is_off_the_record_)
812 if (is_off_the_record_)
860 if (is_off_the_record_)
    [all...]
personal_data_manager.h 357 bool is_off_the_record_; member in class:autofill::PersonalDataManager

Completed in 108 milliseconds