HomeSort by relevance Sort by last modified time
    Searched refs:ProviderFunc (Results 1 - 4 of 4) 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,
path_service.cc 38 PathService::ProviderFunc func;
240 void PathService::RegisterProvider(ProviderFunc func, int key_start,
  /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,
path_service.cc 45 PathService::ProviderFunc func;
297 void PathService::RegisterProvider(ProviderFunc func, int key_start,

Completed in 35 milliseconds