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

  /external/chromium_org/chrome/browser/extensions/
extension_garbage_collector.cc 47 const ExtensionPathsMultimap& extension_paths) {
71 std::pair<Iter, Iter> iter_pair = extension_paths.equal_range(extension_id);
142 const ExtensionPathsMultimap& extension_paths) {
156 CheckExtensionDirectory(extension_path, extension_paths);
183 std::multimap<std::string, base::FilePath> extension_paths; local
185 extension_paths.insert(
191 extension_paths.insert(
201 extension_paths))) {
  /external/chromium_org/chrome/test/chromedriver/
chrome_launcher.cc 626 std::vector<base::FilePath::StringType> extension_paths; local
637 extension_paths.push_back(path.value());
651 extension_paths.push_back(automation_extension.value());
655 if (extension_paths.size()) {
657 extension_paths, FILE_PATH_LITERAL(','));

Completed in 85 milliseconds