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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.cc 428 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/
nigori_util.cc 125 Id child_id_string = child.GetFirstChildId(); local
127 to_visit.push(child_id_string);

Completed in 60 milliseconds