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

  /external/chromium_org/base/
path_service.h 64 // 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*);
75 static void RegisterProvider(ProviderFunc provider,
path_service.cc 45 PathService::ProviderFunc func;
302 void PathService::RegisterProvider(ProviderFunc func, int key_start,

Completed in 1231 milliseconds