Searched refs:storageDirectory (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/Storage/
H A DWebStorageManager.mm91 NSString *storageDirectory = [defaults objectForKey:WebStorageDirectoryDefaultsKey];
92 if (!storageDirectory || ![storageDirectory isKindOfClass:[NSString class]])
93 storageDirectory = @"~/Library/WebKit/LocalStorage";
95 return [storageDirectory stringByStandardizingPath];
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebCache.cpp45 static string storageDirectory() function in namespace:android
52 string storageDirectory = jstringToStdString(env, static_cast<jstring>(env->CallStaticObjectMethod(bridgeClass, method))); local
55 // Return empty string if storageDirectory is an empty string
56 if (storageDirectory.empty())
57 return storageDirectory;
59 storageDirectory.append(kDirectory);
60 return storageDirectory;
106 string storage(storageDirectory());
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp164 static String storageDirectory(DWORD pathIdentifier) function in namespace:WebCore
188 String directory = storageDirectory(pathIdentifier);

Completed in 108 milliseconds