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

  /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);

Completed in 375 milliseconds