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

/external/chromium_org/webkit/browser/fileapi/
H A Dsandbox_directory_database.cc428 std::string child_id_string; local
430 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string);
434 if (!base::StringToInt64(child_id_string, child_id)) {
475 std::string child_id_string = iter->value().ToString(); local
477 if (!base::StringToInt64(child_id_string, &child_id)) {
527 std::string child_id_string; local
529 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string);
/external/chromium_org/sync/syncable/
H A Dnigori_util.cc125 Id child_id_string = child.GetFirstChildId(); local
127 to_visit.push(child_id_string);

Completed in 70 milliseconds