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

  /external/chromium_org/webkit/browser/appcache/
appcache_service.cc 264 // GetInfoHelper -------
266 class AppCacheService::GetInfoHelper : AsyncHelper {
268 GetInfoHelper(
284 DISALLOW_COPY_AND_ASSIGN(GetInfoHelper);
287 void AppCacheService::GetInfoHelper::OnAllInfo(
479 GetInfoHelper* helper = new GetInfoHelper(this, collection, callback);
appcache_service.h 169 class GetInfoHelper;
  /external/chromium_org/third_party/mesa/src/include/CL/
cl.hpp 689 struct GetInfoHelper
698 // Specialized GetInfoHelper for VECTOR_CLASS params
700 struct GetInfoHelper<Func, VECTOR_CLASS<T> >
723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> >
737 // Specialized GetInfoHelper for STRING_CLASS params
739 struct GetInfoHelper<Func, STRING_CLASS>
763 struct GetInfoHelper<Func, CPP_TYPE> \
961 return GetInfoHelper<Func, T>::get(f, name, param);
987 return GetInfoHelper<GetInfoFunctor0<Func, Arg0>, T>
996 return GetInfoHelper<GetInfoFunctor1<Func, Arg0, Arg1>, T
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 689 struct GetInfoHelper
698 // Specialized GetInfoHelper for VECTOR_CLASS params
700 struct GetInfoHelper<Func, VECTOR_CLASS<T> >
723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> >
737 // Specialized GetInfoHelper for STRING_CLASS params
739 struct GetInfoHelper<Func, STRING_CLASS>
763 struct GetInfoHelper<Func, CPP_TYPE> \
961 return GetInfoHelper<Func, T>::get(f, name, param);
987 return GetInfoHelper<GetInfoFunctor0<Func, Arg0>, T>
996 return GetInfoHelper<GetInfoFunctor1<Func, Arg0, Arg1>, T
    [all...]

Completed in 42 milliseconds