Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp62 static string storageDirectory() in storageDirectory() function
66 string storageDirectory = rootDirectory(); in storageDirectory() local
67 storageDirectory.append(kDirectory); in storageDirectory()
68 return storageDirectory; in storageDirectory()
114 FilePath directoryPath(storageDirectory().c_str()); in WebCache()
/external/webkit/Source/WebKit/mac/Storage/
DWebStorageManager.mm91 NSString *storageDirectory = [defaults objectForKey:WebStorageDirectoryDefaultsKey];
92 if (!storageDirectory || ![storageDirectory isKindOfClass:[NSString class]]) category
93 storageDirectory = @"~/Library/WebKit/LocalStorage";
95 return [storageDirectory stringByStandardizingPath];
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp164 static String storageDirectory(DWORD pathIdentifier) in storageDirectory() function
188 String directory = storageDirectory(pathIdentifier); in cachedStorageDirectory()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1056821 (WebCore::storageDirectory):
79282 (WebCore::storageDirectory): Added.