OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplyLocalChange
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/
local_change_processor.h
34
virtual void
ApplyLocalChange
(
mock_local_change_processor.h
20
MOCK_METHOD5(
ApplyLocalChange
,
mock_local_change_processor.cc
21
ON_CALL(*this,
ApplyLocalChange
(_, _, _, _, _))
sync_file_system_service_unittest.cc
339
// The local_change_processor's
ApplyLocalChange
should be called once
344
ApplyLocalChange
(change, _, _, kFile, _))
399
ApplyLocalChange
(_, _, _, kFile, _))
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc
403
GetLocalChangeProcessor(sync_file_info.url)->
ApplyLocalChange
(
425
GetLocalChangeProcessor(sync_file_info.url)->
ApplyLocalChange
(
453
GetLocalChangeProcessor(url)->
ApplyLocalChange
(
local_file_sync_service_unittest.cc
336
// from
ApplyLocalChange
)
362
// The local_change_processor's
ApplyLocalChange
should be called once
368
ApplyLocalChange
(change, _, metadata, kFile, _))
399
// The local_change_processor's
ApplyLocalChange
should be called once
405
EXPECT_CALL(local_change_processor,
ApplyLocalChange
(change, _, _, kFile, _))
435
// The local_change_processor's
ApplyLocalChange
should never be called.
472
// The local_change_processor's
ApplyLocalChange
will be called
476
EXPECT_CALL(local_change_processor,
ApplyLocalChange
(_, _, _, kPath, _))
566
EXPECT_CALL(local_change_processor,
ApplyLocalChange
(_, _, _, kURL, _))
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.h
96
virtual void
ApplyLocalChange
(
sync_engine.cc
291
void SyncEngine::
ApplyLocalChange
(
298
"[Local->Remote]
ApplyLocalChange
: %s on %s",
510
"[Local->Remote]
ApplyLocalChange
finished --> %s",
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h
122
virtual void
ApplyLocalChange
(
drive_file_sync_service.cc
297
void DriveFileSyncService::
ApplyLocalChange
(
[
all
...]
Completed in 97 milliseconds