OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DebugInfoEventListener
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/internal_api/
debug_info_event_listener.h
33
class SYNC_EXPORT_PRIVATE
DebugInfoEventListener
39
DebugInfoEventListener
();
40
virtual ~
DebugInfoEventListener
();
115
base::WeakPtrFactory<
DebugInfoEventListener
> weak_ptr_factory_;
117
DISALLOW_COPY_AND_ASSIGN(
DebugInfoEventListener
);
debug_info_event_listener.cc
14
DebugInfoEventListener
::
DebugInfoEventListener
()
21
DebugInfoEventListener
::~
DebugInfoEventListener
() {
24
void
DebugInfoEventListener
::OnSyncCycleCompleted(
50
void
DebugInfoEventListener
::OnInitializationComplete(
58
void
DebugInfoEventListener
::OnConnectionStatusChange(
64
void
DebugInfoEventListener
::OnPassphraseRequired(
71
void
DebugInfoEventListener
::OnPassphraseAccepted() {
76
void
DebugInfoEventListener
::OnBootstrapTokenUpdated
[
all
...]
Completed in 30 milliseconds