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 430 std::string child_id_string; local
432 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string);
436 if (!base::StringToInt64(child_id_string, child_id)) {
477 std::string child_id_string = iter->value().ToString(); local
479 if (!base::StringToInt64(child_id_string, &child_id)) {
529 std::string child_id_string; local
531 db_->Get(leveldb::ReadOptions(), child_key, &child_id_string);
  /external/chromium_org/sync/syncable/
nigori_util.cc 124 Id child_id_string = child.GetFirstChildId(); local
126 to_visit.push(child_id_string);

Completed in 58 milliseconds