Searched refs:is_off_the_record (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/translate/core/browser/
H A Dtranslate_infobar_delegate.h60 bool is_off_the_record,
82 bool is_off_the_record() { return is_off_the_record_; } function in class:translate::TranslateInfoBarDelegate
182 bool is_off_the_record,
H A Doptions_menu_model.cc43 if (!translate_delegate->is_off_the_record()) {
H A Dtranslate_infobar_delegate.cc57 bool is_off_the_record,
103 translate_manager, is_off_the_record, step, old_delegate,
315 bool is_off_the_record,
323 is_off_the_record_(is_off_the_record),
53 Create( bool replace_existing_infobar, const base::WeakPtr<TranslateManager>& translate_manager, infobars::InfoBarManager* infobar_manager, bool is_off_the_record, translate::TranslateStep step, const std::string& original_language, const std::string& target_language, TranslateErrors::Type error_type, bool triggered_from_menu) argument
313 TranslateInfoBarDelegate( const base::WeakPtr<TranslateManager>& translate_manager, bool is_off_the_record, translate::TranslateStep step, TranslateInfoBarDelegate* old_delegate, const std::string& original_language, const std::string& target_language, TranslateErrors::Type error_type, bool triggered_from_menu) argument
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_generation_manager_unittest.cc60 void set_is_off_the_record(bool is_off_the_record) { argument
61 is_off_the_record_ = is_off_the_record;
/external/chromium_org/components/nacl/browser/
H A Dnacl_host_message_filter.h33 bool is_off_the_record,
H A Dnacl_host_message_filter.cc68 bool is_off_the_record,
73 off_the_record_(is_off_the_record),
66 NaClHostMessageFilter( int render_process_id, bool is_off_the_record, const base::FilePath& profile_directory, net::URLRequestContextGetter* request_context) argument
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.h23 bool is_off_the_record,
29 new extensions::MenuItem::Id(is_off_the_record, key));
21 GetParentId( const PropertyWithEnumT& property, bool is_off_the_record, const MenuItem::ExtensionKey& key) argument
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.cc380 bool is_off_the_record = io_data->IsOffTheRecord(); local
383 is_off_the_record,
384 !is_off_the_record &&
/external/chromium_org/chrome/browser/content_settings/
H A Dhost_content_settings_map.h215 bool is_off_the_record() const { function in class:HostContentSettingsMap
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.h59 // |pref_service| must outlive this instance. |is_off_the_record| informs
64 bool is_off_the_record);
H A Dpersonal_data_manager.cc162 bool is_off_the_record) {
165 is_off_the_record_ = is_off_the_record;
160 Init(scoped_refptr<AutofillWebDataService> database, PrefService* pref_service, bool is_off_the_record) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc1087 if (map->is_off_the_record() && !i->incognito)

Completed in 388 milliseconds