/external/chromium/chrome/browser/sync/ |
profile_sync_service.h | 67 // When a datatype is registered, the user has the option of syncing it. 79 // If a user has opted out of syncing a particular datatype, it will 304 // The profile we are syncing for. 396 // Changes which data types we're going to be syncing to |preferred_types|. 471 // |sync_disabled| indicates if syncing is being disabled or not. 556 // The last time we detected a successful transition from SYNCING state. 604 // desist syncing immediately.
|
sync_ui_util.cc | 375 sync_ui_util::AddBoolSyncDetail(details, "Syncing", full_status.syncing);
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread.h | 36 // specific type only, and not continue syncing until we are moved into 119 // and stop syncing (globally). 179 // A server-initiated throttled interval. We do not allow any syncing
|
process_commit_response_command.cc | 41 using syncable::SYNCING; 220 bool syncing_was_set = local_entry.Get(SYNCING); 221 local_entry.Put(SYNCING, false);
|
syncapi.h | 429 // Additionally, they will mark for syncing if the underlying value 456 // Sets IS_UNSYNCED and SYNCING to ensure this entry is considered in an 669 // Connected and syncing. 670 SYNCING, 701 bool syncing; member in struct:sync_api::SyncManager::Status [all...] |
/external/chromium/chrome/browser/sync/sessions/ |
session_state.cc | 48 syncing(false), 62 value->SetBoolean("syncing", syncing);
|
/frameworks/base/core/java/android/webkit/ |
WebSyncManager.java | 33 // thread for syncing
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
TrafficFlags.java | 68 * @return flags for syncing this account
|
/packages/apps/Email/src/com/android/email/service/ |
PopImapSyncAdapterService.java | 95 // If we have one, find the inbox and start it syncing
|
PopImapAuthenticatorService.java | 69 // Set up email syncing
|
/packages/apps/Exchange/src/com/android/exchange/ |
EmailSyncAlarmReceiver.java | 42 * future (currently 15), the delay preventing excess syncing (think of it as a debounce mechanism).
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
AbstractSyncAdapter.java | 93 * @param protocolVersion the protocol version under which we're syncing
|
AbstractSyncParser.java | 129 // Ignore these tags, since we've only got one collection syncing in this loop 143 // Indicate there's more so that we'll start syncing again
|
/external/chromium/chrome/common/ |
chrome_switches.cc | 275 // Disable syncing browser data to a Google Account. 278 // Disable syncing of apps. 281 // Disable syncing of autofill. 284 // Disable syncing of autofill Profile. 287 // Disable syncing of bookmarks. 290 // Disable syncing of extensions. 293 // Disable syncing browser passwords. 296 // Disable syncing of preferences. 299 // Disable syncing of themes. 481 // Enable syncing browser data to a Google Account [all...] |
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host.h | 158 // |sync_disabled| indicates if syncing is being disabled or not. 238 // Whether or not we are syncing encryption keys. 343 // syncing (generally after initialization and authentication). 393 // sync databases), as well as shutdown when you're no longer syncing. 609 // (from syncing). In that case, we'll destroy on demand *after* routing
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
VMHostTest.java | 81 CLog.d("Syncing host dir %s to device dir %s",
|
/development/samples/SampleSyncAdapter/res/values/ |
strings.xml | 116 looking up the person on the network, inviting if he is not there already and syncing
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
Authenticator.java | 39 * for syncing, we want to use an authtoken instead - so we're not continually
|
/external/chromium/chrome/browser/ui/webui/ |
new_tab_page_sync_handler.cc | 166 // User clicked the 'Start now' link to begin syncing.
|
/external/iproute2/doc/ |
arpd.sgml | 76 <p> <tt/arpd/ exits gracefully syncing database and restoring adjusted
|
/external/iproute2/man/man8/ |
arpd.8 | 47 arpd exits gracefully syncing database and restoring adjusted sysctl parameters, when receives SIGINT or SIGTERM. SIGHUP syncs database to disk. SIGUSR1 sends some statistics to syslog. Effect of another signals is undefined, they may corrupt database and leave sysctl praameters in an unpredictable state.
|
/external/quake/quake/src/QW/client/ |
docs.txt | 23 syncing the fixangle over the reliable channel with the first update
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCLayerImpl.cpp | 88 // These are pseudo-structural hacks until we get real tree syncing up in this piece.
|
/frameworks/base/core/java/android/content/ |
SyncAdapterType.java | 111 * @return True if this SyncAdapter supports syncing multiple accounts simultaneously.
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
CustomContactListFilterActivity.java | 754 // Ignore when selective syncing unsupported 784 // Warn before removing this group when it would cause ungrouped to stop syncing 793 // Mark both this group and ungrouped to stop syncing 816 // Adding specific group for syncing [all...] |