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
29
sync_action_(
SYNC_ACTION_NONE
),
106
sync_action_ =
SYNC_ACTION_NONE
;
211
sync_action_ =
SYNC_ACTION_NONE
;
219
sync_action_ =
SYNC_ACTION_NONE
;
299
sync_action_ =
SYNC_ACTION_NONE
;
327
sync_action_ =
SYNC_ACTION_NONE
;
455
if (status == SYNC_STATUS_OK && sync_action_ !=
SYNC_ACTION_NONE
) {
drive_file_sync_service_fake_unittest.cc
576
SYNC_ACTION_NONE
,
607
SYNC_ACTION_NONE
,
drive_file_sync_service.cc
[
all
...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker.cc
562
if (syncer->sync_action() !=
SYNC_ACTION_NONE
&&
590
syncer->sync_action() !=
SYNC_ACTION_NONE
) {
local_to_remote_syncer.cc
63
sync_action_(
SYNC_ACTION_NONE
),
remote_to_local_syncer.cc
81
sync_action_(
SYNC_ACTION_NONE
),
Completed in 463 milliseconds