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

  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 76 const base::FilePath& chromevox_path, const char* manifest_filename) {
80 file_util::LoadManifest(chromevox_path, manifest_filename, &error));
344 base::FilePath chromevox_path = local
364 base::Bind(&LoadManifestOnFileThread, chromevox_path, manifest_filename),
367 chromevox_path,
372 const base::FilePath& chromevox_path,
376 std::string extension_id = Add(manifest.release(), chromevox_path);
component_loader.h 158 // Called with a |chromevox_path| and parsed |manifest| and invokes
161 const base::FilePath& chromevox_path,

Completed in 351 milliseconds