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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
manifest.h 56 // that the keys are appropriate for use with ResolveKey.
65 virtual bool ResolveKey(const nacl::string& key,
json_manifest.h 59 // that the keys are appropriate for use with ResolveKey.
66 virtual bool ResolveKey(const nacl::string& key,
json_manifest.cc 612 bool JsonManifest::ResolveKey(const nacl::string& key,
616 NaClLog(3, "JsonManifest::ResolveKey(%s)\n", key.c_str());
629 nacl::string("ResolveKey: invalid key, no slash: ")
638 nacl::string("ResolveKey: invalid key: not \"files\""
649 nacl::string("ResolveKey: no \"files\" dictionary"));
655 nacl::string("ResolveKey: no such \"files\" entry: ") + key);
service_runtime.cc 171 // TODO(bsy): OpenManifestEntry should use the manifest to ResolveKey
267 if (!manifest_->ResolveKey(p->url, &mapped_url,
269 NaClLog(4, "OpenManifestEntry_MainThreadContinuation: ResolveKey failed\n");
280 "ResolveKey: %s -> %s (pnacl_translate(%d))\n",
pnacl_coordinator.cc 81 virtual bool ResolveKey(const nacl::string& key,
    [all...]
  /external/chromium_org/net/dns/
host_resolver_impl_unittest.cc 53 struct ResolveKey {
54 ResolveKey(const std::string& hostname, AddressFamily address_family)
56 bool operator<(const ResolveKey& other) const {
64 typedef std::vector<ResolveKey> CaptureList;
104 rules_[ResolveKey(hostname, family)] = result;
131 capture_list_.push_back(ResolveKey(hostname, address_family));
144 ResolveKey key(hostname, address_family);
170 std::map<ResolveKey, AddressList> rules_;
    [all...]

Completed in 205 milliseconds