OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PromoteDemotedChanges
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
fake_sync_worker.cc
131
void FakeSyncWorker::
PromoteDemotedChanges
(const base::Closure& callback) {
sync_worker.cc
233
void SyncWorker::
PromoteDemotedChanges
(const base::Closure& callback) {
sync_engine.cc
611
void SyncEngine::
PromoteDemotedChanges
(const base::Closure& callback) {
622
base::Bind(&SyncWorkerInterface::
PromoteDemotedChanges
,
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc
198
void LocalFileSyncService::
PromoteDemotedChanges
(
210
sync_context_->
PromoteDemotedChanges
(iter->first, iter->second,
local_file_change_tracker.cc
249
bool LocalFileChangeTracker::
PromoteDemotedChanges
() {
local_file_sync_context.cc
501
void LocalFileSyncContext::
PromoteDemotedChanges
(
512
base::Bind(&LocalFileSyncContext::
PromoteDemotedChanges
,
522
if (!backend->change_tracker()->
PromoteDemotedChanges
()) {
[
all
...]
Completed in 275 milliseconds