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

/external/chromium/base/
H A Dpath_service.h44 // 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*); typedef in class:PathService
55 static void RegisterProvider(ProviderFunc provider,

Completed in 1914 milliseconds