OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLargestChangeStamp
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_metadata_store_unittest.cc
184
SyncStatusCode
SetLargestChangeStamp
(int64 changestamp) {
186
drive_metadata_store_->
SetLargestChangeStamp
(
312
EXPECT_EQ(SYNC_STATUS_OK,
SetLargestChangeStamp
(1));
456
EXPECT_EQ(SYNC_STATUS_OK,
SetLargestChangeStamp
(1));
479
EXPECT_EQ(SYNC_STATUS_OK,
SetLargestChangeStamp
(1));
529
EXPECT_EQ(SYNC_STATUS_OK,
SetLargestChangeStamp
(1));
570
EXPECT_EQ(SYNC_STATUS_OK,
SetLargestChangeStamp
(1));
drive_metadata_store.h
65
void
SetLargestChangeStamp
(int64 largest_changestamp,
remote_sync_delegate.cc
424
metadata_store()->
SetLargestChangeStamp
(
drive_metadata_store.cc
408
void DriveMetadataStore::
SetLargestChangeStamp
(
drive_file_sync_service.cc
744
metadata_store_->
SetLargestChangeStamp
(
[
all
...]
Completed in 1543 milliseconds