HomeSort by relevance Sort by last modified time
    Searched full: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 62 static string storageDirectory()
66 string storageDirectory = rootDirectory();
67 storageDirectory.append(kDirectory);
68 return storageDirectory;
114 FilePath directoryPath(storageDirectory().c_str());
  /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 124 milliseconds