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

  /external/chromium_org/components/crx_file/
id_util.h 18 extern const size_t kIdSize;
id_util.cc 36 const size_t kIdSize = 16;
39 uint8 hash[kIdSize];
74 if (id.size() != (crx_file::id_util::kIdSize * 2))
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 744 crx_file::id_util::kIdSize);
745 std::string truncated_id = expected_id.substr(0, crx_file::id_util::kIdSize);
    [all...]

Completed in 76 milliseconds