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

  /external/chromium_org/content/browser/dom_storage/
session_storage_database.cc 537 int64 next_map_id = 0;
541 bool conversion_ok = base::StringToInt64(*map_id, &next_map_id);
545 batch->Put(next_map_id_key, base::Int64ToString(++next_map_id));
session_storage_database_unittest.cc 248 int64 next_map_id; local
250 base::StringToInt64(data[next_map_id_key], &next_map_id);
252 ASSERT_GT(next_map_id, max_map_id);

Completed in 252 milliseconds