Searched defs:is_otr (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
H A Dplugin_exceptions_table_model.h61 bool is_otr; member in struct:PluginExceptionsTableModel::SettingsEntry
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.cc132 const bool is_otr = profile_->IsOffTheRecord(); local
135 if (!is_otr && !is_installed && !is_installing()) {
/external/chromium/chrome/browser/download/
H A Ddownload_item.cc157 bool is_otr)
184 is_otr_(is_otr),
197 bool is_otr)
221 is_otr_(is_otr),
659 " is_otr = " "%c"
668 is_otr() ? 'T' : 'F',
155 DownloadItem(DownloadManager* download_manager, const DownloadCreateInfo& info, bool is_otr) argument
194 DownloadItem(DownloadManager* download_manager, const FilePath& path, const GURL& url, bool is_otr) argument
H A Ddownload_item.h108 bool is_otr);
114 bool is_otr);
273 bool is_otr() const { return is_otr_; } function in class:DownloadItem

Completed in 149 milliseconds