Searched defs:GenerateId (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_updater_unittest.cc181 std::string GenerateId(std::string input) { function
183 EXPECT_TRUE(Extension::GenerateId(input, &result));
211 std::string id = GenerateId(base::StringPrintf("extension%i", i));
1140 GenerateId("foo"), PendingExtensionInfo(GURL("http:google.com:foo"),
1159 GenerateId("foo"), PendingExtensionInfo(GURL(),
/external/chromium/chrome/common/extensions/
H A Dextension.cc663 if (!GenerateId(path_bytes, &id))
692 bool Extension::GenerateId(const std::string& input, std::string* output) { function in class:Extension
1680 !GenerateId(public_key_bytes, &id_)) {
/external/v8/src/
H A Dprofile-generator.cc1296 // HeapObjectsMap::GenerateId) and odds for native objects.
1400 SnapshotObjectId HeapObjectsMap::GenerateId(v8::RetainedObjectInfo* info) { function in class:v8::internal::HeapObjectsMap
2680 HeapObjectsMap::GenerateId(info),

Completed in 142 milliseconds