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

  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.h 26 // the ApplyMutation method.
49 void ApplyMutation(const base::NullableString16& key,
dom_storage_cached_area_unittest.cc 172 cached_area->ApplyMutation(base::NullableString16(kKey, false),
289 cached_area->ApplyMutation(base::NullableString16(kKey, false),
298 cached_area->ApplyMutation(base::NullableString16(kKey, false),
335 cached_area->ApplyMutation(base::NullableString16(kKey, false),
dom_storage_cached_area.cc 108 void DOMStorageCachedArea::ApplyMutation(
dom_storage_dispatcher.cc 329 cached_area->ApplyMutation(params.key, params.new_value);

Completed in 39 milliseconds