OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cached_area
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area_unittest.cc
138
bool IsPrimed(DOMStorageCachedArea*
cached_area
) {
139
return
cached_area
->map_.get();
142
bool IsIgnoringAllMutations(DOMStorageCachedArea*
cached_area
) {
143
return
cached_area
->ignore_all_mutations_;
146
bool IsIgnoringKeyMutations(DOMStorageCachedArea*
cached_area
,
148
return
cached_area
->should_ignore_key_mutation(key);
151
void ResetAll(DOMStorageCachedArea*
cached_area
) {
152
cached_area
->Reset();
157
void ResetCacheOnly(DOMStorageCachedArea*
cached_area
) {
158
cached_area
->Reset()
167
scoped_refptr<DOMStorageCachedArea>
cached_area
=
local
192
scoped_refptr<DOMStorageCachedArea>
cached_area
=
local
227
scoped_refptr<DOMStorageCachedArea>
cached_area
=
local
282
scoped_refptr<DOMStorageCachedArea>
cached_area
=
local
305
scoped_refptr<DOMStorageCachedArea>
cached_area
=
local
327
scoped_refptr<DOMStorageCachedArea>
cached_area
=
local
[
all
...]
dom_storage_dispatcher.cc
325
DOMStorageCachedArea*
cached_area
= proxy_->LookupCachedArea(
local
327
if (
cached_area
)
328
cached_area
->ApplyMutation(params.key, params.new_value);
Completed in 374 milliseconds