Searched refs:storageDirectory (Results 1 – 4 of 4) sorted by relevance
62 static string storageDirectory() in storageDirectory() function66 string storageDirectory = rootDirectory(); in storageDirectory() local67 storageDirectory.append(kDirectory); in storageDirectory()68 return storageDirectory; in storageDirectory()114 FilePath directoryPath(storageDirectory().c_str()); in WebCache()
91 NSString *storageDirectory = [defaults objectForKey:WebStorageDirectoryDefaultsKey];92 if (!storageDirectory || ![storageDirectory isKindOfClass:[NSString class]]) category93 storageDirectory = @"~/Library/WebKit/LocalStorage";95 return [storageDirectory stringByStandardizingPath];
164 static String storageDirectory(DWORD pathIdentifier) in storageDirectory() function188 String directory = storageDirectory(pathIdentifier); in cachedStorageDirectory()
56821 (WebCore::storageDirectory):79282 (WebCore::storageDirectory): Added.