OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyListeners
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/sync/engine/
syncer_end_command.cc
23
session->context()->
NotifyListeners
(event);
syncer_command.cc
35
session->context()->
NotifyListeners
(event);
clear_data_command.cc
66
session->context()->
NotifyListeners
(event);
74
session->context()->
NotifyListeners
(event);
syncer_proto_util.cc
164
session->context()->
NotifyListeners
(event);
syncer_thread.cc
140
session_context_->
NotifyListeners
(event);
827
session_context_->
NotifyListeners
(SyncEngineEvent(cause));
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
directory_manager.cc
106
managed_directory_->channel()->
NotifyListeners
(DIRECTORY_CLOSED);
108
channel_->
NotifyListeners
(event);
/external/chromium/chrome/browser/sync/sessions/
sync_session_context.h
95
void
NotifyListeners
(const SyncEngineEvent& event) {
/external/chromium/chrome/common/deprecated/
event_sys_unittest.cc
50
event_channel_->
NotifyListeners
(event);
55
event_channel_->
NotifyListeners
(event);
134
sally.event_channel()->
NotifyListeners
(event);
event_sys-inl.h
33
// 4. To broadcast events, call bob->event_channel()->
NotifyListeners
(event).
34
// 5. Only call
NotifyListeners
from a single thread at a time.
53
//
NotifyListeners
() method.
117
NotifyListeners
(shutdown_event_);
170
void
NotifyListeners
(const EventType& event) {
/external/chromium/chrome/common/net/gaia/
gaia_authenticator.cc
106
channel_->
NotifyListeners
(event);
Completed in 207 milliseconds