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

/external/chromium_org/base/
H A Dpath_service.h64 // which is just a function mirroring PathService::Get. The ProviderFunc
69 // PathService is used, so a the ProviderFunc MUST BE THREADSAFE.
71 typedef bool (*ProviderFunc)(int, base::FilePath*); typedef in class:PathService
75 static void RegisterProvider(ProviderFunc provider,

Completed in 557 milliseconds