Home
last modified time | relevance | path

Searched refs:PathProvider (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/extensions/common/
Dextension_paths.cc12 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
30 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/sql/test/
Dpaths.cc16 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
44 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/cc/test/
Dpaths.cc13 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
39 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/ui/gfx/
Dgfx_paths.cc14 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
41 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/components/nacl/common/
Dnacl_paths.cc24 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
50 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/content/common/
Dcontent_paths.cc13 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
47 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/components/component_updater/
Dcomponent_updater_paths.cc19 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
63 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/chromecast/common/
Dcast_paths.cc16 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
66 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/ui/base/
Dui_base_paths.cc19 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
82 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/chromeos/
Dchromeos_paths.cc47 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
85 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
/external/chromium_org/base/
Dbase_paths.cc13 bool PathProvider(int key, FilePath* result) { in PathProvider() function
Dpath_service.cc24 bool PathProvider(int key, FilePath* result);
55 base::PathProvider,
/external/chromium_org/chrome/common/
Dchrome_paths.cc121 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function
597 PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()