OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EventCause
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sync/engine/
sync_cycle_event.h
16
enum
EventCause
{
28
explicit SyncCycleEvent(
EventCause
cause);
31
EventCause
what_happened;
sync_cycle_event.cc
9
SyncCycleEvent::SyncCycleEvent(
EventCause
cause) : what_happened(cause) {
/external/chromium_org/sync/sessions/
sync_session.h
112
void SendEventNotification(SyncCycleEvent::
EventCause
cause);
sync_session.cc
82
void SyncSession::SendEventNotification(SyncCycleEvent::
EventCause
cause) {
Completed in 390 milliseconds