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

  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt_unittest.cc 34 class FakeDelegate : public SingleLoginAttempt::Delegate {
36 FakeDelegate() : state_(IDLE) {}
119 FakeDelegate fake_delegate_;
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 106 class FakeDelegate : public ProtocolHandlerRegistry::Delegate {
108 FakeDelegate() : force_os_failure_(false) {}
109 virtual ~FakeDelegate() { }
169 FakeDelegate* registry_delegate)
186 FakeDelegate* delegate_;
218 FakeDelegate::CreateShellObserver(ProtocolHandlerRegistry* registry) {
222 ShellIntegration::DefaultProtocolClientWorker* FakeDelegate::CreateShellWorker(
314 FakeDelegate* delegate() const { return delegate_; }
342 delegate_ = new FakeDelegate();
373 FakeDelegate* delegate_; // Registry assumes ownership of delegate_
    [all...]
  /external/chromium_org/sync/notifier/
sync_invalidation_listener_unittest.cc 137 class FakeDelegate : public SyncInvalidationListener::Delegate {
139 explicit FakeDelegate(SyncInvalidationListener* listener)
142 virtual ~FakeDelegate() {}
428 FakeDelegate fake_delegate_;
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_unittest.cc 613 class FakeDelegate : public ProtocolHandlerRegistry::Delegate {
641 ProtocolHandlerRegistry registry(profile(), new FakeDelegate());

Completed in 152 milliseconds