Searched refs:CreateImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility.h87 static SupervisedUserRegistrationUtility* CreateImpl(
H A Dsupervised_user_registration_utility.cc173 return make_scoped_ptr(SupervisedUserRegistrationUtility::CreateImpl(
197 SupervisedUserRegistrationUtility::CreateImpl( function in class:SupervisedUserRegistrationUtility
H A Dsupervised_user_registration_utility_unittest.cc209 SupervisedUserRegistrationUtility::CreateImpl(prefs(),
/external/openfst/src/include/fst/
H A Dmatcher-fst.h97 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
100 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
158 static Impl *CreateImpl(const F &fst, const string &name) { function in class:fst::MatcherFst
169 static Impl *CreateImpl(const Fst<Arc> &fst, const string &name) { function in class:fst::MatcherFst
171 return CreateImpl(ffst, name);

Completed in 79 milliseconds