OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FakeDelegate
(Results
1 - 5
of
5
) 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(
318
FakeDelegate
* delegate() const { return delegate_; }
346
delegate_ = new
FakeDelegate
();
377
FakeDelegate
* delegate_; // Registry assumes ownership of delegate_
[
all
...]
/external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow_unittest.cc
51
class
FakeDelegate
: public PlatformVerificationFlow::Delegate {
53
FakeDelegate
() : response_(PlatformVerificationFlow::CONSENT_RESPONSE_ALLOW),
55
virtual ~
FakeDelegate
() {}
77
DISALLOW_COPY_AND_ASSIGN(
FakeDelegate
);
315
FakeDelegate
fake_delegate_;
/external/chromium_org/sync/notifier/
sync_invalidation_listener_unittest.cc
137
class
FakeDelegate
: public SyncInvalidationListener::Delegate {
139
explicit
FakeDelegate
(SyncInvalidationListener* listener)
142
virtual ~
FakeDelegate
() {}
473
FakeDelegate
fake_delegate_;
[
all
...]
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_unittest.cc
580
class
FakeDelegate
: public ProtocolHandlerRegistry::Delegate {
608
ProtocolHandlerRegistry registry(profile(), new
FakeDelegate
());
Completed in 1162 milliseconds