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

  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.h 78 bool should_ignore_key_mutation(const base::string16& key) const { function in class:content::DOMStorageCachedArea
dom_storage_cached_area.cc 135 if (should_ignore_key_mutation(key.string()))
dom_storage_cached_area_unittest.cc 148 return cached_area->should_ignore_key_mutation(key);

Completed in 52 milliseconds