OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYNC_ACTION_NONE
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/
sync_action.cc
13
case
SYNC_ACTION_NONE
:
sync_action.h
12
SYNC_ACTION_NONE
,
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.cc
54
case sync_file_system::
SYNC_ACTION_NONE
:
55
return api::sync_file_system::
SYNC_ACTION_NONE
;
58
return api::sync_file_system::
SYNC_ACTION_NONE
;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_sync_delegate.cc
30
sync_action_(
SYNC_ACTION_NONE
),
107
sync_action_ =
SYNC_ACTION_NONE
;
212
sync_action_ =
SYNC_ACTION_NONE
;
220
sync_action_ =
SYNC_ACTION_NONE
;
300
sync_action_ =
SYNC_ACTION_NONE
;
328
sync_action_ =
SYNC_ACTION_NONE
;
456
if (status == SYNC_STATUS_OK && sync_action_ !=
SYNC_ACTION_NONE
) {
drive_file_sync_service_fake_unittest.cc
568
SYNC_ACTION_NONE
,
599
SYNC_ACTION_NONE
,
drive_file_sync_service.cc
[
all
...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine.cc
486
if (syncer->sync_action() !=
SYNC_ACTION_NONE
&&
515
syncer->sync_action() !=
SYNC_ACTION_NONE
) {
local_to_remote_syncer.cc
65
sync_action_(
SYNC_ACTION_NONE
),
remote_to_local_syncer.cc
81
sync_action_(
SYNC_ACTION_NONE
),
Completed in 431 milliseconds