Home
last modified time | relevance | path

Searched refs:is_otr (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_item.h108 bool is_otr);
114 bool is_otr);
273 bool is_otr() const { return is_otr_; } in is_otr() function
Ddownload_item.cc157 bool is_otr) in DownloadItem() argument
184 is_otr_(is_otr), in DownloadItem()
197 bool is_otr) in DownloadItem() argument
221 is_otr_(is_otr), in DownloadItem()
668 is_otr() ? 'T' : 'F', in DebugString()
Ddownload_history.cc57 if (download_item->is_otr() || download_item->is_extension_install() || in AddEntry()
Ddownload_util.cc627 file_value->SetBoolean("otr", download->is_otr()); in CreateDownloadItemValue()
Ddownload_manager.cc206 if (profile_->IsOffTheRecord() != download_item->is_otr()) in SearchDownloads()
/external/chromium/chrome/browser/
Dplugin_exceptions_table_model.h61 bool is_otr; member
Dplugin_exceptions_table_model.cc42 HostContentSettingsMap* map = entry.is_otr ? otr_map_ : map_; in RemoveRows()
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_base_provider.h44 explicit BaseProvider(bool is_otr);
/external/chromium/chrome/browser/automation/
Dautomation_provider.cc262 dl_item_value->SetBoolean("is_otr", download->is_otr()); // incognito in GetDictionaryFromDownloadItem()