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

  /external/chromium_org/chrome/common/extensions/
manifest_url_handler.cc 246 const base::FilePath options_path = local
250 extension->GetResource(options_path).GetFilePath();
255 options_path.LossyDisplayName());
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 267 const FilePath options_path = ExtensionURLToRelativeFilePath( local
269 const FilePath path = extension->GetResource(options_path).GetFilePath();
274 options_path.LossyDisplayName());

Completed in 228 milliseconds