OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scheduleItemForSync
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/storage/
StorageAreaSync.h
50
void
scheduleItemForSync
(const String& key, const String& value);
StorageAreaImpl.cpp
163
m_storageAreaSync->
scheduleItemForSync
(key, value);
185
m_storageAreaSync->
scheduleItemForSync
(key, String());
StorageAreaSync.cpp
112
void StorageAreaSync::
scheduleItemForSync
(const String& key, const String& value)
221
//
scheduleItemForSync
, scheduleClear, and scheduleFinalSync functions.
Completed in 260 milliseconds