HomeSort by relevance Sort by last modified time
    Searched defs:PathService (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
path_service.h 20 class BASE_API PathService {
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/
path_service.h 23 class BASE_EXPORT PathService {
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/
PathService.java 8 * This class provides java side access to the native PathService.
11 public abstract class PathService {
17 private PathService() {}
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromiumFactoryProvider.java 43 import org.chromium.base.PathService;
175 PathService.override(PathService.DIR_MODULE, "/system/lib/");
178 // it can't go into base.PathService, as the native constant it refers to
181 PathService.override(DIR_RESOURCE_PAKS_ANDROID,

Completed in 119 milliseconds