Home
last modified time | relevance | path

Searched refs:IsLoadedInMemory (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_area.h84 bool IsLoadedInMemory() const { return is_initial_import_done_; } in IsLoadedInMemory() function
Ddom_storage_host.cc57 if (!area->IsLoadedInMemory()) { in ExtractAreaValues()
Ddom_storage_namespace.cc235 if (it->second.area_->IsLoadedInMemory()) in CountInMemoryAreas()