Searched defs:PathService (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dpath_service.h20 class BASE_API PathService { class
39 // WARNING: Consumers of PathService::Get may expect paths to be constant
44 // which is just a function mirroring PathService::Get. The ProviderFunc
49 // PathService is used, so a the ProviderFunc MUST BE THREADSAFE.
/external/chromium_org/base/
H A Dpath_service.h23 class BASE_EXPORT PathService { class
42 // WARNING: Consumers of PathService::Get may expect paths to be constant
46 // This function does the same as PathService::Override but it takes an extra
54 // which is just a function mirroring PathService::Get. The ProviderFunc
59 // PathService is used, so a the ProviderFunc MUST BE THREADSAFE.
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DPathService.java8 * This class provides java side access to the native PathService.
11 public abstract class PathService { class
17 private PathService() {} method in class:PathService

Completed in 386 milliseconds