Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/storage/
DStorageTracker.cpp209 OriginSet originSetCopy; in syncFileSystemAndTrackerDatabase() local
214 originSetCopy.add((*it).threadsafeCopy()); in syncFileSystemAndTrackerDatabase()
225 if (!originSetCopy.contains(originIdentifier)) in syncFileSystemAndTrackerDatabase()
233 OriginSet::const_iterator setEnd = originSetCopy.end(); in syncFileSystemAndTrackerDatabase()
234 for (OriginSet::const_iterator it = originSetCopy.begin(); it != setEnd; ++it) { in syncFileSystemAndTrackerDatabase()