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

  /external/chromium_org/ppapi/shared_impl/
ppapi_nacl_plugin_args.cc 13 : off_the_record(false),
ppapi_nacl_plugin_args.h 20 bool off_the_record; member in struct:ppapi::PpapiNaClPluginArgs
  /external/chromium_org/components/nacl/browser/
nacl_browser.h 117 bool QueryKnownToValidate(const std::string& signature, bool off_the_record);
118 void SetKnownToValidate(const std::string& signature, bool off_the_record);
nacl_host_message_filter.h 42 bool off_the_record() { return off_the_record_; } function in class:nacl::NaClHostMessageFilter
nacl_browser.cc 437 bool off_the_record) {
439 if (off_the_record) {
453 bool off_the_record) {
455 if (off_the_record) {
nacl_process_host.h 61 // off_the_record: was the process launched from an incognito renderer?
72 bool off_the_record,
nacl_process_host.cc 260 bool off_the_record,
279 off_the_record_(off_the_record),
920 args.off_the_record = nacl_host_message_filter_->off_the_record();
    [all...]
  /external/chromium_org/content/shell/browser/
shell_browser_context.h 29 ShellBrowserContext(bool off_the_record, net::NetLog* net_log);
shell_browser_context.cc 63 ShellBrowserContext::ShellBrowserContext(bool off_the_record,
65 : off_the_record_(off_the_record),
  /external/chromium_org/ppapi/nacl_irt/
ppapi_dispatcher.cc 193 args.off_the_record);
  /external/chromium_org/ppapi/proxy/
ppapi_messages.h 422 IPC_STRUCT_TRAITS_MEMBER(off_the_record)
    [all...]

Completed in 558 milliseconds