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 24 : ignore_all_mutations_(false),
101 ignore_all_mutations_ = true;
111 if (!map_.get() || ignore_all_mutations_)
168 ignore_all_mutations_ = true;
213 ignore_all_mutations_ = false;
218 DCHECK(ignore_all_mutations_);
219 ignore_all_mutations_ = false;
247 DCHECK(ignore_all_mutations_);
248 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 143 return cached_area->ignore_all_mutations_;

Completed in 77 milliseconds