Searched refs:ProfileAdaptorInterface (Results 1 – 14 of 14) sorted by relevance
44 class ProfileAdaptorInterface; variable233 friend class ProfileAdaptorInterface; variable263 std::unique_ptr<ProfileAdaptorInterface> adaptor_;
41 ProfileAdaptorInterface* MockControl::CreateProfileAdaptor( in CreateProfileAdaptor()
29 class ProfileAdaptorStub : public AdaptorStub, public ProfileAdaptorInterface {
46 ProfileAdaptorInterface* NiceMockControl::CreateProfileAdaptor( in CreateProfileAdaptor()
106 class ProfileAdaptorInterface {108 virtual ~ProfileAdaptorInterface() {} in ~ProfileAdaptorInterface()
36 class ProfileAdaptorInterface; variable100 virtual ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) = 0;
44 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
114 class ProfileMockAdaptor : public ProfileAdaptorInterface {
43 public ProfileAdaptorInterface {
175 ProfileAdaptorInterface* ChromeosDBusControl::CreateProfileAdaptor( in CreateProfileAdaptor()178 CreateAdaptor<Profile, ProfileAdaptorInterface, in CreateProfileAdaptor()
43 ProfileAdaptorInterface* CreateProfileAdaptor(Profile* profile) override;
113 ProfileAdaptorInterface* BinderControl::CreateProfileAdaptor(Profile* profile) { in CreateProfileAdaptor()