HomeSort by relevance Sort by last modified time
    Searched refs:storageDirectory (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/mac/Storage/
WebStorageManager.mm 91 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/
WebCache.cpp 45 static string storageDirectory()
52 string storageDirectory = jstringToStdString(env, static_cast<jstring>(env->CallStaticObjectMethod(bridgeClass, method)));
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/
FileSystemWin.cpp 164 static String storageDirectory(DWORD pathIdentifier)
188 String directory = storageDirectory(pathIdentifier);
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 530 String storageDirectory = Environment
532 StatFs stat = new StatFs(storageDirectory);
MenuHelper.java     [all...]

Completed in 89 milliseconds