Home
last modified time | relevance | path

Searched refs:PRIMARY_SEQUENCE (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_context_wrapper.cc91 DOMStorageTaskRunner::PRIMARY_SEQUENCE, in GetLocalStorageUsage()
103 DOMStorageTaskRunner::PRIMARY_SEQUENCE, in GetSessionStorageUsage()
114 DOMStorageTaskRunner::PRIMARY_SEQUENCE, in DeleteLocalStorage()
123 DOMStorageTaskRunner::PRIMARY_SEQUENCE, in DeleteSessionStorage()
144 DOMStorageTaskRunner::PRIMARY_SEQUENCE, in StartScavengingUnusedSessionStorage()
153 DOMStorageTaskRunner::PRIMARY_SEQUENCE, in SetForceKeepSessionState()
161 DOMStorageTaskRunner::PRIMARY_SEQUENCE, in Shutdown()
Ddom_storage_task_runner.cc17 return IsRunningOnSequence(PRIMARY_SEQUENCE); in RunsTasksOnCurrentThread()
73 if (id == PRIMARY_SEQUENCE) in IDtoToken()
Ddom_storage_task_runner.h33 PRIMARY_SEQUENCE, enumerator
57 return IsRunningOnSequence(PRIMARY_SEQUENCE); in IsRunningOnPrimarySequence()
Ddom_storage_message_filter.cc53 DOMStorageTaskRunner::PRIMARY_SEQUENCE, in OnFilterAdded()
60 DOMStorageTaskRunner::PRIMARY_SEQUENCE, in OnFilterRemoved()