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

  /external/chromium/base/
path_service.h 51 // which is just a function mirroring PathService::Get. The ProviderFunc
56 // PathService is used, so a the ProviderFunc MUST BE THREADSAFE.
58 typedef bool (*ProviderFunc)(int, FilePath*);
62 static void RegisterProvider(ProviderFunc provider,
path_service.cc 40 PathService::ProviderFunc func;
237 void PathService::RegisterProvider(ProviderFunc func, int key_start,

Completed in 4391 milliseconds