OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NudgeForInitialDownload
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/engine/
nudge_handler.h
19
virtual void
NudgeForInitialDownload
(syncer::ModelType type) = 0;
model_type_sync_worker_impl.cc
37
nudge_handler_->
NudgeForInitialDownload
(type_);
/external/chromium_org/sync/test/engine/
mock_nudge_handler.h
20
virtual void
NudgeForInitialDownload
(syncer::ModelType type) OVERRIDE;
mock_nudge_handler.cc
17
void MockNudgeHandler::
NudgeForInitialDownload
(syncer::ModelType type) {
/external/chromium_org/sync/internal_api/
sync_manager_impl.h
178
virtual void
NudgeForInitialDownload
(syncer::ModelType type) OVERRIDE;
sync_manager_impl.cc
809
void SyncManagerImpl::
NudgeForInitialDownload
(syncer::ModelType type) {
[
all
...]
Completed in 685 milliseconds