Searched defs:GetInfoHelper (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Daddress_i18n.cc21 base::string16 GetInfoHelper(const AutofillProfile& profile, function in namespace:autofill::i18n::__anon6299
63 i18n::CreateAddressData(base::Bind(&GetInfoHelper, profile, app_locale));
/external/chromium_org/base/files/
H A Dfile_proxy.cc152 class GetInfoHelper : public FileHelper { class in namespace:base::__anon2258
154 GetInfoHelper(FileProxy* proxy, File file) function in class:base::__anon2258::GetInfoHelper
171 DISALLOW_COPY_AND_ASSIGN(GetInfoHelper);
292 GetInfoHelper* helper = new GetInfoHelper(this, file_.Pass());
295 Bind(&GetInfoHelper::RunWork, Unretained(helper)),
296 Bind(&GetInfoHelper::Reply, Owned(helper), callback));
/external/chromium_org/content/browser/appcache/
H A Dappcache_service_impl.cc271 // GetInfoHelper -------
273 class AppCacheServiceImpl::GetInfoHelper : AsyncHelper { class in class:content::AppCacheServiceImpl
275 GetInfoHelper( function in class:content::AppCacheServiceImpl::GetInfoHelper
291 DISALLOW_COPY_AND_ASSIGN(GetInfoHelper);
294 void AppCacheServiceImpl::GetInfoHelper::OnAllInfo(
540 GetInfoHelper* helper = new GetInfoHelper(this, collection, callback);
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp689 struct GetInfoHelper struct in namespace:cl::detail
698 // Specialized GetInfoHelper for VECTOR_CLASS params
700 struct GetInfoHelper<Func, VECTOR_CLASS<T> > struct in namespace:cl::detail
723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> > struct in namespace:cl::detail
737 // Specialized GetInfoHelper for STRING_CLASS params
739 struct GetInfoHelper<Func, STRING_CLASS> struct in namespace:cl::detail
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<GetInfoFunctor
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp689 struct GetInfoHelper struct in namespace:cl::detail
698 // Specialized GetInfoHelper for VECTOR_CLASS params
700 struct GetInfoHelper<Func, VECTOR_CLASS<T> > struct in namespace:cl::detail
723 struct GetInfoHelper<Func, VECTOR_CLASS<char *> > struct in namespace:cl::detail
737 // Specialized GetInfoHelper for STRING_CLASS params
739 struct GetInfoHelper<Func, STRING_CLASS> struct in namespace:cl::detail
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<GetInfoFunctor
[all...]

Completed in 1528 milliseconds