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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileInfo.h55 WebString platformPath; member in struct:blink::WebFileInfo
/external/chromium_org/third_party/WebKit/Source/platform/
H A DFileMetadata.h61 String platformPath; member in struct:blink::FileMetadata
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebFileSystemCallbacks.cpp90 fileMetadata.platformPath = webFileInfo.platformPath;
101 blobData->appendFile(webFileInfo.platformPath);
108 fileMetadata.platformPath = webFileInfo.platformPath;
/external/chromium_org/content/child/
H A Dwebfileutilities_impl.cc40 web_file_info.platformPath = path;
/external/chromium_org/third_party/skia/expectations/gm/
H A Dloader.js26 $http.get($scope.platformPath + "/expected-results.json").success(
/external/skia/expectations/gm/
H A Dloader.js26 $http.get($scope.platformPath + "/expected-results.json").success(
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystemBaseTest.cpp23 m_fileMetadata.platformPath = m_filePath;
H A DDOMFileSystemBase.cpp200 return File::createForFileSystemFile(metadata.platformPath, name);
202 if (!metadata.platformPath.isEmpty()) {
203 // If the platformPath in the returned metadata is given, we create a File object for the path.
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFile.cpp77 blobData->appendFile(metadata.platformPath, 0, metadata.length, metadata.modificationTime);
144 , m_path(metadata.platformPath)
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc347 web_file_info.platformPath = platform_path.AsUTF16Unsafe();
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc521 web_file_info.platformPath = path;

Completed in 838 milliseconds