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

  /external/chromium_org/components/nacl/browser/
nacl_host_message_filter.h 42 bool off_the_record() { return off_the_record_; }
78 // off_the_record_ is copied from the profile partly so that it can be
80 bool off_the_record_; member in class:nacl::NaClHostMessageFilter
nacl_host_message_filter.cc 70 off_the_record_(is_off_the_record),
154 off_the_record_,
236 off_the_record_,
nacl_process_host.h 228 bool off_the_record_; member in class:nacl::NaClProcessHost
nacl_process_host.cc 279 off_the_record_(off_the_record),
    [all...]
  /external/chromium_org/content/shell/browser/
shell_browser_context.h 72 bool off_the_record_; member in class:content::ShellBrowserContext
shell_browser_context.cc 65 : off_the_record_(off_the_record),
119 return off_the_record_;

Completed in 1200 milliseconds