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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.h 80 // Creates directories specified by |relative_file_path| under the directory
82 // For example, if |relative_file_path| is "a/b/c", then "a", "a/b" and
87 const base::FilePath& relative_file_path,
create_directory_operation.cc 161 const base::FilePath& relative_file_path,
166 // Split the first component and remaining ones of |relative_file_path|.
168 relative_file_path.GetComponents(&components);
172 title.AppendRelativePath(relative_file_path, &remaining_path);
  /external/chromium_org/chrome/common/extensions/
extension.cc 224 base::FilePath relative_file_path = base::FilePath::FromUTF8Unsafe(new_path); local
225 ExtensionResource r(id(), path(), relative_file_path); local
233 const base::FilePath& relative_file_path) const {
234 ExtensionResource r(id(), path(), relative_file_path); local
  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.cc 295 base::FilePath relative_file_path; local
296 if (!path_.AppendRelativePath(absolute_file_path, &relative_file_path))
300 relative_file_path) != kExcludes + arraysize(kExcludes))
304 pending_directories.push(relative_file_path);
310 files_in_db_.find(relative_file_path);
  /external/chromium/chrome/common/extensions/
extension.cc     [all...]

Completed in 71 milliseconds