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

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_registration_utility.h 87 static SupervisedUserRegistrationUtility* CreateImpl(
supervised_user_registration_utility.cc 173 return make_scoped_ptr(SupervisedUserRegistrationUtility::CreateImpl(
197 SupervisedUserRegistrationUtility::CreateImpl(
supervised_user_registration_utility_unittest.cc 209 SupervisedUserRegistrationUtility::CreateImpl(prefs(),
  /external/openfst/src/include/fst/
matcher-fst.h 97 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
100 : ImplToExpandedFst<Impl>(CreateImpl(fst, N)) {}
158 static Impl *CreateImpl(const F &fst, const string &name) {
169 static Impl *CreateImpl(const Fst<Arc> &fst, const string &name) {
171 return CreateImpl(ffst, name);

Completed in 214 milliseconds