HomeSort by relevance Sort by last modified time
    Searched full:syncing (Results 1 - 25 of 396) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_status.h 27 // and syncing (flag). Writing counter keeps track of which URL is in
28 // writing and syncing flag indicates which URL is in syncing.
55 // Start syncing for |url| and disable writing.
56 // This should not be called if |url| is in syncing or in writing.
59 // Clears the syncing flag for |url| and enable writing.
65 // Returns true if the |url| is enabled for writing (i.e. not in syncing).
68 // Returns true if the |url| is enabled for syncing (i.e. neither in
69 // syncing nor writing).
syncable_file_operation_runner_unittest.cc 156 // The URL is in syncing so the write operations won't run.
173 // End syncing (to enable write).
194 // Start syncing the kDir directory.
222 // End syncing (to enable write).
236 // Start syncing the kParent directory.
240 // (since the source directory is in syncing).
260 // Start syncing the "dest-copy2" directory.
273 // Finish syncing the "dest-copy2" directory to unlock Copy.
283 // Finish syncing the kParent to unlock Move.
355 // The URL is in syncing so CopyIn (which is a write operation) won't run
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
ui_data_type_controller_unittest.cc 114 // service has been told to start syncing and that the DTC is now in RUNNING
121 EXPECT_FALSE(syncable_service_.syncing());
124 EXPECT_TRUE(syncable_service_.syncing());
128 // syncing, and that the DTC went from RUNNING to NOT_RUNNING.
135 EXPECT_FALSE(syncable_service_.syncing());
138 EXPECT_TRUE(syncable_service_.syncing());
141 EXPECT_FALSE(syncable_service_.syncing());
153 EXPECT_FALSE(syncable_service_.syncing());
156 EXPECT_TRUE(syncable_service_.syncing());
159 EXPECT_FALSE(syncable_service_.syncing());
    [all...]
search_engine_data_type_controller_unittest.cc 124 EXPECT_FALSE(syncable_service_.syncing());
127 EXPECT_TRUE(syncable_service_.syncing());
135 EXPECT_FALSE(syncable_service_.syncing());
140 EXPECT_FALSE(syncable_service_.syncing());
158 EXPECT_TRUE(syncable_service_.syncing());
175 EXPECT_FALSE(syncable_service_.syncing());
178 EXPECT_FALSE(syncable_service_.syncing());
192 EXPECT_FALSE(syncable_service_.syncing());
203 EXPECT_FALSE(syncable_service_.syncing());
206 EXPECT_TRUE(syncable_service_.syncing());
    [all...]
backend_data_type_configurer.h 29 DISABLED, // Not syncing. Disabled by user.
30 FATAL, // Not syncing due to unrecoverable error.
31 CRYPTO, // Not syncing due to a cryptographer error.
synced_session.h 86 // Control which foreign tabs we're interested in syncing/displaying. Checks
88 // Note: chrome:// and file:// are not considered valid urls (for syncing).
  /external/chromium/chrome/browser/sync/engine/
syncer_end_command.h 16 // Preconditions - syncing is complete.
18 // Postconditions - The UI has been told that we're done syncing.
post_commit_message_command.cc 32 // None of our changes got through. Clear the SYNCING bit which was
41 entry.Put(syncable::SYNCING, false);
all_status.cc 34 status.syncing = true;
55 status.syncing |= snapshot->syncer_status.syncing;
56 status.syncing = snapshot->has_more_to_sync && snapshot->is_silenced;
89 else if (unsynced_changes || status_.syncing)
90 status_.summary = sync_api::SyncManager::Status::SYNCING;
syncer_types.h 82 // syncing (SyncerSession::HasMoreToSync).
94 // data (i.e. as if the user clicked 'Stop Syncing' in the browser.
108 // The last session used for syncing.
  /external/tremolo/
README 7 When syncing with svn, please ensure that these defects are not
  /frameworks/base/docs/html/guide/topics/data/
index.jd 15 <h4>Syncing to the Cloud</h4>
16 <p>This class covers different strategies for cloud enabled applications. It covers syncing
  /external/chromium/chrome/browser/sync/syncable/
autofill_migration.h 17 // by syncing down the old autofill and syncing profiles back up to the server
26 // client or the user just enabled them for syncing). In which case if
syncable_enum_conversions.cc 140 ASSERT_ENUM_BOUNDS(SYNCING, SYNCING,
143 ENUM_CASE(SYNCING);
  /external/chromium_org/sync/api/
fake_syncable_service.h 15 // syncing status.
25 // Whether we're syncing or not. Set on a successful MergeDataAndStartSyncing,
27 bool syncing() const;
  /external/chromium/chrome/browser/ui/webui/options/
stop_syncing_handler.h 10 // Chrome personal stuff stop syncing overlay UI handler.
  /external/chromium_org/chrome/browser/extensions/
sync_bundle.h 17 // Has this bundle started syncing yet?
pending_enables.h 39 // needs to be remembered for syncing when syncing starts.
  /frameworks/base/docs/html/training/cloudsync/
index.jd 1 page.title=Syncing to the Cloud
15 covers syncing data with the cloud using your own back-end web application, and
  /external/chromium_org/sync/syncable/
syncable_enum_conversions.cc 164 ASSERT_ENUM_BOUNDS(SYNCING, SYNCING,
167 ENUM_CASE(SYNCING);
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.cc 16 syncing(false),
  /frameworks/base/docs/html/guide/topics/connectivity/
index.jd 34 <h4>Syncing to the Cloud</h4>
35 <p>This class covers different strategies for cloud enabled applications. It covers syncing
  /external/chromium/chrome/browser/sync/sessions/
status_controller.cc 106 void StatusController::set_syncing(bool syncing) {
107 if (shared_.syncer_status.value().syncing != syncing)
108 shared_.syncer_status.mutate()->syncing = syncing;
sync_session.h 50 // The client was throttled and should cease-and-desist syncing activity
56 // "is syncing silenced right now". This shouldn't be necessary very often
57 // as the delegate ensures no session is started if syncing is silenced.
73 // The client needs to cease and desist syncing at once. This occurs when
76 // to production, or a global stop syncing operation has wiped the store).
session_state_unittest.cc 48 status.syncing = true;
58 ExpectBooleanValue(status.syncing, *value, "syncing");

Completed in 484 milliseconds

1 2 3 4 5 6 7 8 91011>>