HomeSort by relevance Sort by last modified time
    Searched refs:relativePath (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/chrome/renderer/resources/extensions/
image_writer_private_custom_bindings.js 15 var relativePath = $String.slice(fileEntry.fullPath, 1);
16 return [device, fileSystemName, relativePath, callback];
developer_private_custom_bindings.js 17 var relativePath = $String.slice(directoryEntry.fullPath, 1);
19 return [fileSystemName, relativePath, url, callback];
file_system_custom_bindings.js 24 var relativePath = $String.slice(fileEntry.fullPath, 1);
25 return [fileSystemName, relativePath, callback];
41 var relativePath = $String.slice(fileEntry.fullPath, 1);
43 sendRequest.sendRequest(this.name, [id, fileSystemName, relativePath],
  /external/chromium_org/third_party/skia/tools/
skdiff_html.cpp 182 const SkString& relativePath, bool local) {
191 resource.fFullPath.prepend(relativePath);
207 resource.fFullPath.prepend(relativePath);
212 static void print_diff_row(SkFILEWStream* stream, DiffRecord& diff, const SkString& relativePath) {
216 print_diff_resource_cell(stream, diff.fWhite, relativePath, true);
217 print_diff_resource_cell(stream, diff.fDifference, relativePath, true);
218 print_diff_resource_cell(stream, diff.fBase, relativePath, false);
219 print_diff_resource_cell(stream, diff.fComparison, relativePath, false);
256 SkString relativePath;
261 relativePath.append(".." PATH_DIV_STR)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.h 66 static PassRefPtrWillBeRawPtr<File> createFromSerialization(const String& path, const String& name, const String& relativePath, UserVisibility userVisibility, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
68 return adoptRefWillBeNoop(new File(path, name, relativePath, userVisibility, hasSnaphotData, size, lastModified, blobDataHandle));
75 static PassRefPtrWillBeRawPtr<File> createWithRelativePath(const String& path, const String& relativePath);
141 File(const String& path, const String& name, const String& relativePath, UserVisibility, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle>);
File.cpp 89 PassRefPtrWillBeRawPtr<File> File::createWithRelativePath(const String& path, const String& relativePath)
92 file->m_relativePath = relativePath;
118 File::File(const String& path, const String& name, const String& relativePath, UserVisibility userVisibility, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
120 , m_hasBackingFile(!path.isEmpty() || !relativePath.isEmpty())
126 , m_relativePath(relativePath)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystemWin.cpp 115 // relativePath - the relative path.
118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
SQLiteFileSystemPosix.cpp 143 // relativePath - the relative path.
146 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
150 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
  /external/clang/utils/
FindSpecRefs 882 relativePath = item.path[len(root):]
883 if relativePath.startswith('/'):
884 relativePath = relativePath[1:]
887 filename = os.path.basename(relativePath)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 100 * @param relativePath A relative path
103 private static String getAbsolutePathFromRelativePath(String relativePath)
105 return new File(relativePath).getAbsolutePath();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 93 * @param relativePath A relative path
96 private static String getAbsolutePathFromRelativePath(String relativePath)
98 return new File(relativePath).getAbsolutePath();
  /external/chromium_org/third_party/skia/include/core/
SkOSFile.h 129 * Assembles rootPath and relativePath into a single path, like this:
130 * rootPath/relativePath.
131 * It is okay to call with a NULL rootPath and/or relativePath. A path
136 static SkString Join(const char* rootPath, const char* relativePath);
  /external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp 9 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) {
14 result.append(relativePath);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FileInputType.cpp 242 String relativePath = files[i].path.substring(rootLength).replace('\\', '/');
243 fileList->append(File::createWithRelativePath(files[i].path, relativePath));
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 37 * Checks if an entry exists at |relativePath| in |dirEntry|.
45 * @param {string} relativePath The path to be deduplicated.
53 dirEntry, relativePath, opt_successCallback, opt_errorCallback) {
59 // |relativePath| is "file (10).txt", the second check path will be
61 var match = /^(.*?)(?: \((\d+)\))?(\.[^.]*?)?$/.exec(relativePath);
88 var promise = resolvePath(relativePath, MAX_RETRY, 1).catch(function(error) {
93 targetPromise = fileOperationUtil.resolvePath(dirEntry, relativePath);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 406 my $relativePath = File::Spec->abs2rel($file);
410 my $escapedRelativePath = escapeSubversionPath($relativePath);
415 my $command = "git svn info $relativePath";
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /developers/build/lib/
assetstudio.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp     [all...]

Completed in 1015 milliseconds

1 2