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

  /external/webkit/Source/WebCore/storage/
StorageAreaSync.h 93 HashMap<String, String> m_itemsPendingSync;
StorageAreaSync.cpp 179 m_itemsPendingSync.clear();
191 m_itemsPendingSync.set(changed_it->first.crossThreadString(), changed_it->second.crossThreadString());
196 // remove them one by one. Done under lock since m_itemsPendingSync is modified by
198 HashMap<String, String>::iterator pending_it = m_itemsPendingSync.begin();
199 HashMap<String, String>::iterator pending_end = m_itemsPendingSync.end();
419 m_itemsPendingSync.swap(items);

Completed in 55 milliseconds