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

  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.cc 29 is_off_the_record_ = (profile->HasOffTheRecordProfile() &&
40 is_off_the_record_ = false;
59 return is_off_the_record_;
116 if (is_off_the_record_) {
tab_model.h 92 bool is_off_the_record_; member in class:TabModel
  /external/chromium/chrome/browser/search_engines/
search_provider_install_state_message_filter.h 52 const bool is_off_the_record_; member in class:SearchProviderInstallStateMessageFilter
search_provider_install_state_message_filter.cc 26 is_off_the_record_(profile->IsOffTheRecord()) {
64 if (is_off_the_record_)
  /external/chromium_org/chrome/browser/search_engines/
search_provider_install_state_message_filter.h 54 const bool is_off_the_record_; member in class:SearchProviderInstallStateMessageFilter
search_provider_install_state_message_filter.cc 27 is_off_the_record_(profile->IsOffTheRecord()) {
66 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 85 is_off_the_record_(incognito) {
92 new content_settings::PrefProvider(prefs_, is_off_the_record_);
97 new content_settings::DefaultProvider(prefs_, is_off_the_record_);
101 if (!is_off_the_record_) {
123 is_off_the_record_);
233 if (is_off_the_record_) {
592 resource_identifier, is_off_the_record_,
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.h 71 bool is_off_the_record_; member in class:content_settings::PolicyDefaultProvider
host_content_settings_map.cc 63 is_off_the_record_(profile_->IsOffTheRecord()),
303 if (is_off_the_record_) {
332 if (is_off_the_record_) {
377 if (!is_off_the_record_) {
419 if (!is_off_the_record_) {
host_content_settings_map.h 197 bool is_off_the_record_; member in class:HostContentSettingsMap
content_settings_policy_provider.cc 103 is_off_the_record_(profile_->IsOffTheRecord()) {
180 if (!is_off_the_record_) {
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 149 is_off_the_record_(false),
157 is_off_the_record_ = is_off_the_record;
159 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_)
765 if (is_off_the_record_)
813 if (is_off_the_record_)
    [all...]
personal_data_manager.h 320 bool is_off_the_record_; member in class:autofill::PersonalDataManager

Completed in 770 milliseconds