Home
last modified time | relevance | path

Searched refs:child_id_string (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dsandbox_directory_database.cc430 std::string child_id_string; in GetChildWithName() local
432 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string); in GetChildWithName()
436 if (!base::StringToInt64(child_id_string, child_id)) { in GetChildWithName()
477 std::string child_id_string = iter->value().ToString(); in ListChildren() local
479 if (!base::StringToInt64(child_id_string, &child_id)) { in ListChildren()
529 std::string child_id_string; in AddFileInfo() local
531 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string); in AddFileInfo()
/external/chromium_org/sync/syncable/
Dnigori_util.cc124 Id child_id_string = child.GetFirstChildId(); in VerifyDataTypeEncryptionForTest() local
126 to_visit.push(child_id_string); in VerifyDataTypeEncryptionForTest()