OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_path_id_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
external_pref_loader.h
50
const 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 626 milliseconds