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

/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model_unittest.cc581 class FakeDelegate : public ProtocolHandlerRegistry::Delegate { class in inherits:ProtocolHandlerRegistry::Delegate
609 ProtocolHandlerRegistry registry(profile(), new FakeDelegate());
/external/chromium_org/jingle/notifier/communicator/
H A Dsingle_login_attempt_unittest.cc34 class FakeDelegate : public SingleLoginAttempt::Delegate { class in namespace:notifier::__anon8523
36 FakeDelegate() : state_(IDLE) {} function in class:notifier::__anon8523::FakeDelegate
119 FakeDelegate fake_delegate_;
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_flow_unittest.cc53 class FakeDelegate : public PlatformVerificationFlow::Delegate { class in namespace:chromeos::attestation::__anon3031
55 FakeDelegate() : response_(PlatformVerificationFlow::CONSENT_RESPONSE_ALLOW), function in class:chromeos::attestation::__anon3031::FakeDelegate
62 virtual ~FakeDelegate() {}
135 DISALLOW_COPY_AND_ASSIGN(FakeDelegate);
298 FakeDelegate fake_delegate_;
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener_unittest.cc136 class FakeDelegate : public SyncInvalidationListener::Delegate { class in namespace:syncer::__anon6556
138 explicit FakeDelegate(SyncInvalidationListener* listener) function in class:syncer::__anon6556::FakeDelegate
140 virtual ~FakeDelegate() {}
468 FakeDelegate fake_delegate_;
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc124 class FakeDelegate : public ProtocolHandlerRegistry::Delegate { class in namespace:__anon3527
126 FakeDelegate() : force_os_failure_(false) {} function in class:__anon3527::FakeDelegate
127 virtual ~FakeDelegate() { }
187 FakeDelegate* registry_delegate)
204 FakeDelegate* delegate_;
236 FakeDelegate::CreateShellObserver(ProtocolHandlerRegistry* registry) {
240 ShellIntegration::DefaultProtocolClientWorker* FakeDelegate::CreateShellWorker(
333 FakeDelegate* delegate() const { return delegate_; }
388 delegate_ = new FakeDelegate();
419 FakeDelegate* delegate
[all...]

Completed in 119 milliseconds