Searched defs:StorageTracker (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DStorageTracker.h45 class StorageTracker { class in namespace:WebCore
46 WTF_MAKE_NONCOPYABLE(StorageTracker);
50 static StorageTracker& tracker();
77 StorageTracker(const String& storagePath);
H A DStorageTracker.cpp27 #include "StorageTracker.h"
49 static StorageTracker* storageTracker = 0;
51 void StorageTracker::initializeTracker(const String& storagePath)
57 storageTracker = new StorageTracker(storagePath);
59 // Make sure text encoding maps have been built on the main thread, as the StorageTracker thread might try to do it there instead.
69 StorageTracker& StorageTracker::tracker()
72 storageTracker = new StorageTracker("");
77 StorageTracker::StorageTracker(cons function in class:WebCore::StorageTracker
[all...]

Completed in 7563 milliseconds