Searched refs:GetInfoHelper (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/base/files/ |
D | file_proxy.cc | 152 class GetInfoHelper : public FileHelper { class 154 GetInfoHelper(FileProxy* proxy, File file) in GetInfoHelper() function in base::__anon2b9e0b630211::GetInfoHelper 171 DISALLOW_COPY_AND_ASSIGN(GetInfoHelper); 292 GetInfoHelper* helper = new GetInfoHelper(this, file_.Pass()); in GetInfo() 295 Bind(&GetInfoHelper::RunWork, Unretained(helper)), in GetInfo() 296 Bind(&GetInfoHelper::Reply, Owned(helper), callback)); in GetInfo()
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_service_impl.cc | 273 class AppCacheServiceImpl::GetInfoHelper : AsyncHelper { class in content::AppCacheServiceImpl 275 GetInfoHelper( in GetInfoHelper() function in content::AppCacheServiceImpl::GetInfoHelper 291 DISALLOW_COPY_AND_ASSIGN(GetInfoHelper); 294 void AppCacheServiceImpl::GetInfoHelper::OnAllInfo( in OnAllInfo() 540 GetInfoHelper* helper = new GetInfoHelper(this, collection, callback); in GetAllAppCacheInfo()
|
D | appcache_service_impl.h | 191 class GetInfoHelper; variable
|
/external/chromium_org/components/autofill/core/browser/ |
D | address_i18n.cc | 21 base::string16 GetInfoHelper(const AutofillProfile& profile, in GetInfoHelper() function 63 i18n::CreateAddressData(base::Bind(&GetInfoHelper, profile, app_locale)); in CreateAddressDataFromAutofillProfile()
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
D | cl.hpp | 689 struct GetInfoHelper struct 700 struct GetInfoHelper<Func, VECTOR_CLASS<T> > struct 723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> > struct 739 struct GetInfoHelper<Func, STRING_CLASS> struct 763 struct GetInfoHelper<Func, CPP_TYPE> \ 961 return GetInfoHelper<Func, T>::get(f, name, param); in getInfo() 987 return GetInfoHelper<GetInfoFunctor0<Func, Arg0>, T> in getInfo() 996 return GetInfoHelper<GetInfoFunctor1<Func, Arg0, Arg1>, T> in getInfo()
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 689 struct GetInfoHelper struct 700 struct GetInfoHelper<Func, VECTOR_CLASS<T> > struct 723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> > struct 739 struct GetInfoHelper<Func, STRING_CLASS> struct 763 struct GetInfoHelper<Func, CPP_TYPE> \ 961 return GetInfoHelper<Func, T>::get(f, name, param); in getInfo() 987 return GetInfoHelper<GetInfoFunctor0<Func, Arg0>, T> in getInfo() 996 return GetInfoHelper<GetInfoFunctor1<Func, Arg0, Arg1>, T> in getInfo()
|