Searched refs:platformPath (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileInfo.h55 WebString platformPath; member in struct:WebKit::WebFileInfo
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DFileMetadata.h55 String platformPath; member in struct:WebCore::FileMetadata
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFileSystemCallbacksImpl.cpp82 fileMetadata.platformPath = webFileInfo.platformPath;
92 blobData->appendFile(webFileInfo.platformPath);
103 fileMetadata.platformPath = webFileInfo.platformPath;
H A DWorkerFileSystemCallbacksBridge.cpp63 newInfo.platformPath.assign(info.platformPath);
131 blobData->appendFile(info.platformPath);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystem.cpp160 ASSERT(!metadata.platformPath.isEmpty());
174 m_successCallback->handleEvent(File::createWithName(metadata.platformPath, m_name).get());
175 } else if (!metadata.platformPath.isEmpty()) {
176 // If the platformPath in the returned metadata is given, we create a File object for the path.
H A DDOMFileSystemSync.cpp129 m_result->m_file = File::createWithName(metadata.platformPath, m_name);
130 } else if (!metadata.platformPath.isEmpty()) {
131 // If the platformPath in the returned metadata is given, we create a File object for the path.
/external/chromium_org/webkit/glue/
H A Dwebfileutilities_impl.cc40 web_file_info.platformPath = path;
/external/skia/gm/viewer/
H A Dmodule.js48 $http.get($scope.platformPath + "/actual-results.json").success(
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFile.cpp77 blobData->appendFile(metadata.platformPath, 0, metadata.length, metadata.modificationTime);
131 , m_path(metadata.platformPath)
/external/chromium_org/content/worker/
H A Dworker_webkitplatformsupport_impl.cc72 web_file_info.platformPath = path;
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc290 web_file_info.platformPath = platform_path.AsUTF16Unsafe();
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc515 web_file_info.platformPath = path;

Completed in 831 milliseconds