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

  /external/chromium/base/
path_service.h 44 // which is just a function mirroring PathService::Get. The ProviderFunc
49 // PathService is used, so a the ProviderFunc MUST BE THREADSAFE.
51 typedef bool (*ProviderFunc)(int, FilePath*);
55 static void RegisterProvider(ProviderFunc provider,
  /external/chromium_org/base/
path_service.h 54 // which is just a function mirroring PathService::Get. The ProviderFunc
59 // PathService is used, so a the ProviderFunc MUST BE THREADSAFE.
61 typedef bool (*ProviderFunc)(int, base::FilePath*);
65 static void RegisterProvider(ProviderFunc provider,

Completed in 26 milliseconds