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

  /external/chromium_org/chrome/browser/extensions/
external_pref_loader.h 71 int base_path_id_; member in class:extensions::ExternalPrefLoader
75 // The path (coresponding to |base_path_id_| containing the json files
external_pref_loader.cc 94 : base_path_id_(base_path_id), options_(options) {
117 // TODO(skerner): Some values of base_path_id_ will cause
123 if (PathService::Get(base_path_id_, &base_path_)) {
137 if (base_path_id_ == chrome::DIR_EXTERNAL_EXTENSIONS) {

Completed in 66 milliseconds