OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnShouldStopSyncingPermanently
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/sync/engine/
clear_data_command.cc
76
session->delegate()->
OnShouldStopSyncingPermanently
();
clear_data_command_unittest.cc
27
virtual void
OnShouldStopSyncingPermanently
() {
syncer_thread.h
93
virtual void
OnShouldStopSyncingPermanently
();
syncer_proto_util.cc
223
session->delegate()->
OnShouldStopSyncingPermanently
();
syncer_thread.cc
859
void SyncerThread::
OnShouldStopSyncingPermanently
() {
861
<< "
OnShouldStopSyncingPermanently
";
[
all
...]
syncer_unittest.cc
120
virtual void
OnShouldStopSyncingPermanently
() {
[
all
...]
/external/chromium/chrome/browser/sync/sessions/
sync_session.h
77
virtual void
OnShouldStopSyncingPermanently
() = 0;
sync_session_unittest.cc
65
virtual void
OnShouldStopSyncingPermanently
() {
66
FailControllerInvocationIfDisabled("
OnShouldStopSyncingPermanently
");
Completed in 51 milliseconds