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

  /external/chromium_org/chrome/browser/nacl_host/
nacl_host_message_filter.h 43 bool off_the_record() { return off_the_record_; }
80 // off_the_record_ is copied from the profile partly so that it can be
82 bool off_the_record_; member in class:NaClHostMessageFilter
nacl_host_message_filter.cc 39 off_the_record_(is_off_the_record),
95 off_the_record_,
184 off_the_record_,
nacl_process_host.h 208 bool off_the_record_; member in class:NaClProcessHost
nacl_process_host.cc 201 off_the_record_(off_the_record),
800 *result = nacl_browser->QueryKnownToValidate(signature, off_the_record_);
804 NaClBrowser::GetInstance()->SetKnownToValidate(signature, off_the_record_);
    [all...]
  /external/chromium_org/content/shell/
shell_browser_context.h 70 bool off_the_record_; member in class:content::ShellBrowserContext
shell_browser_context.cc 65 : off_the_record_(off_the_record),
118 return off_the_record_;
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.h 74 bool off_the_record() { return off_the_record_; }
193 bool off_the_record_; member in class:ChromeRenderMessageFilter
chrome_render_message_filter.cc 80 off_the_record_(profile_->IsOffTheRecord()),
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 244 // off_the_record_ is true.
267 bool off_the_record_; member in class:plugin::PnaclCoordinator
pnacl_coordinator.cc 237 coordinator->off_the_record_ =
242 coordinator->off_the_record_));
270 off_the_record_(false),
712 if (!off_the_record_) {
    [all...]

Completed in 128 milliseconds