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

  /external/chromium_org/content/child/indexed_db/
webidbcursor_impl_unittest.cc 161 int expected_key = 0; local
181 keys.push_back(IndexedDBKey(expected_key + i, WebIDBKeyTypeNumber));
183 WebVector<WebBlobInfo>(static_cast<size_t>(expected_key + i)));
201 EXPECT_EQ(expected_key, static_cast<int>(web_blob_info.size()));
202 EXPECT_EQ(expected_key++, key.number());
235 int expected_key = 0; local
241 keys.push_back(IndexedDBKey(expected_key + i, WebIDBKeyTypeNumber));
243 WebVector<WebBlobInfo>(static_cast<size_t>(expected_key + i)));
  /external/chromium_org/media/base/
audio_video_metadata_extractor.cc 23 // Returns true if the |tag| matches |expected_key|.
24 bool ExtractString(AVDictionaryEntry* tag, const char* expected_key,
26 if (!LowerCaseEqualsASCII(std::string(tag->key), expected_key))
35 // Returns true if the |tag| matches |expected_key|.
36 bool ExtractInt(AVDictionaryEntry* tag, const char* expected_key,
38 if (!LowerCaseEqualsASCII(std::string(tag->key), expected_key))
  /external/chromium_org/media/cdm/
json_web_key_unittest.cc 54 const uint8* expected_key,
61 std::vector<uint8> key_result(expected_key,
62 expected_key + expected_key_length);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.c 2266 sctp_key_t *key1, *key2, *expected_key; local
    [all...]
  /external/chromium_org/url/
url_parse_unittest.cc 531 const char* expected_key,
541 if (parameter >= i && !expected_key)
547 if (!expected_key)
550 if (strncmp(&url[key.begin], expected_key, key.len) != 0)
557 return expected_key == NULL; // We didn't find that many parameters.
    [all...]
  /external/chromium_org/content/browser/service_worker/
service_worker_cache_unittest.cc 404 std::vector<std::string> expected_key; local
405 expected_key.push_back(no_body_request_.url.spec());
406 EXPECT_TRUE(VerifyKeys(expected_key));
  /external/chromium_org/components/policy/core/common/
schema_unittest.cc 390 const char* expected_key; member in struct:policy::__anon11386
415 EXPECT_STREQ(kExpectedProperties[i].expected_key, it.key());
467 const char* expected_key; member in struct:policy::__anon11387
477 Schema sub = schema.GetKnownProperty(kExpectedKeys[i].expected_key);
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding_unittest.cc 573 IndexedDBKey expected_key; local
594 expected_key = test_cases[i];
596 EncodeIDBKey(expected_key, &v);
599 EXPECT_TRUE(decoded_key->Equals(expected_key));
    [all...]

Completed in 165 milliseconds