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

/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map.cc45 while (last_key_index_ != index) {
46 if (last_key_index_ > index) {
48 --last_key_index_;
51 ++last_key_index_;
119 last_key_index_ = 0;
H A Ddom_storage_map.h57 unsigned last_key_index_; member in class:content::DOMStorageMap

Completed in 85 milliseconds