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

  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.cc 18 : ignore_all_mutations_(false),
89 ignore_all_mutations_ = true;
99 if (!map_.get() || ignore_all_mutations_)
156 ignore_all_mutations_ = true;
197 ignore_all_mutations_ = false;
202 DCHECK(ignore_all_mutations_);
203 ignore_all_mutations_ = false;
231 DCHECK(ignore_all_mutations_);
232 ignore_all_mutations_ = false;
dom_storage_cached_area.h 82 bool ignore_all_mutations_; member in class:content::DOMStorageCachedArea
dom_storage_cached_area_unittest.cc 136 return cached_area->ignore_all_mutations_;

Completed in 317 milliseconds