Searched refs:PathProvider (Results 1 – 6 of 6) sorted by relevance
/external/cronet/components/nacl/common/ |
D | nacl_paths.cc | 36 bool PathProvider(int key, base::FilePath* result) { in PathProvider() function 52 base::PathService::RegisterProvider(PathProvider, PATH_START, PATH_END); in RegisterPathProvider()
|
/external/libchrome/base/ |
D | base_paths.cc | 13 bool PathProvider(int key, FilePath* result) { in PathProvider() function
|
D | path_service.cc | 23 bool PathProvider(int key, FilePath* result); 55 Provider base_provider = {PathProvider, nullptr,
|
/external/cronet/base/ |
D | base_paths.cc | 14 bool PathProvider(int key, FilePath* result) { in PathProvider() function
|
D | path_service.cc | 27 bool PathProvider(int key, FilePath* result); 61 Provider base_provider = {PathProvider, nullptr,
|
/external/cronet/base/threading/ |
D | thread_restrictions.h | 197 bool PathProvider(int, base::FilePath*); 669 friend bool chrome::PathProvider(int,
|