/external/chromium_org/sync/sessions/ |
test_util.h | 20 ModelTypeSet requested_types, 24 ModelTypeSet requested_types, 28 ModelTypeSet requested_types, 32 ModelTypeSet requested_types, 37 void SimulateNormalSuccess(ModelTypeSet requested_types, 40 void SimulateDownloadUpdatesFailed(ModelTypeSet requested_types, 43 void SimulateCommitFailed(ModelTypeSet requested_types, 46 void SimulateConnectionFailure(ModelTypeSet requested_types, 51 void SimulatePollSuccess(ModelTypeSet requested_types, 53 void SimulatePollFailed(ModelTypeSet requested_types, [all...] |
test_util.cc | 48 void SimulateNormalSuccess(ModelTypeSet requested_types, 57 ModelTypeSet requested_types, 64 void SimulateCommitFailed(ModelTypeSet requested_types, 75 ModelTypeSet requested_types, 82 void SimulatePollSuccess(ModelTypeSet requested_types, 88 void SimulatePollFailed(ModelTypeSet requested_types, 112 ModelTypeSet requested_types, 115 SimulatePollSuccess(requested_types, session); 120 ModelTypeSet requested_types, 124 SimulateNormalSuccess(requested_types, nudge_tracker, session) [all...] |
/external/chromium_org/components/sync_driver/ |
data_type_manager.cc | 15 requested_types) 17 requested_types(requested_types) { 23 syncer::ModelTypeSet requested_types, 28 requested_types(requested_types),
|
data_type_manager.h | 51 syncer::ModelTypeSet requested_types); 53 syncer::ModelTypeSet requested_types, 60 syncer::ModelTypeSet requested_types; member in struct:browser_sync::DataTypeManager::ConfigureResult
|
model_association_manager_unittest.cc | 40 EXPECT_TRUE(arg0.requested_types.Equals(expected_result.requested_types));
|
data_type_manager_impl.cc | 506 result.requested_types,
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.cc | 227 std::vector< ::Atom> requested_types; local 228 ui::GetAtomIntersection(text_atoms, GetTargets(), &requested_types); 230 ui::SelectionData data(format_map_.GetFirstOf(requested_types)); 245 std::vector< ::Atom> requested_types; local 246 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types); 248 ui::SelectionData data(format_map_.GetFirstOf(requested_types)); 302 std::vector< ::Atom> requested_types; local 303 ui::GetAtomIntersection(url_atoms, GetTargets(), &requested_types); 306 ui::SelectionData data(format_map_.GetFirstOf(requested_types)); 325 std::vector< ::Atom> requested_types; local 342 std::vector< ::Atom> requested_types; local 350 std::vector< ::Atom> requested_types; local 382 std::vector< ::Atom> requested_types; local 410 std::vector< ::Atom> requested_types; local 470 std::vector< ::Atom> requested_types; local 486 std::vector< ::Atom> requested_types; local [all...] |
/external/chromium_org/ui/base/x/ |
selection_utils.h | 76 // Returns the first of the requested_types or NULL if missing. 78 const std::vector< ::Atom>& requested_types) const;
|
selection_utils.cc | 132 const std::vector< ::Atom>& requested_types) const { 133 for (std::vector< ::Atom>::const_iterator it = requested_types.begin(); 134 it != requested_types.end(); ++it) {
|
/external/chromium_org/sync/engine/ |
commit.h | 49 ModelTypeSet requested_types,
|
commit.cc | 35 ModelTypeSet requested_types, 45 requested_types,
|
get_commit_ids.cc | 31 // specified |requested_types|, or are not eligible for a commit at this time. 34 ModelTypeSet requested_types, 77 // throttled types are included among the requested_types. 128 bool IsEntryReadyForCommit(ModelTypeSet requested_types, 152 if (!requested_types.Has(type)) 189 // specified |requested_types|, or are not eligible for a commit at this time. 192 ModelTypeSet requested_types, 205 if (IsEntryReadyForCommit(requested_types,
|
syncer.cc | 162 SyncerError Syncer::BuildAndPostCommits(ModelTypeSet requested_types, 171 requested_types,
|
get_updates_processor.cc | 62 // for all types in |requested_types|. 64 ModelTypeSet requested_types, 67 for (ModelTypeSet::Iterator it = requested_types.First();
|
/external/chromium_org/chrome/browser/sync/ |
backend_migrator.cc | 146 << ModelTypeSetToString(result.requested_types) 158 Intersection(result.requested_types, to_migrate_);
|
backend_migrator_unittest.cc | 75 syncer::ModelTypeSet requested_types) { 77 DataTypeManager::ConfigureResult result(status, requested_types); 83 requested_types,
|
profile_sync_service.cc | [all...] |
/external/chromium_org/sync/tools/testserver/ |
chromiumsync_test.py | 27 def GetChangesFromTimestamp(self, requested_types, timestamp): 30 for data_type in requested_types: 31 getattr(message.requested_types, 315 msg.requested_types.autofill.SetInParent() 316 msg.requested_types.theme.SetInParent()
|
chromiumsync.py | 233 happens with the requested_types field of GetUpdatesMessage), all types 423 for data_type in GetEntryTypesFromSpecifics(request.requested_types): 724 def _CreateDefaultPermanentItems(self, requested_types): 728 requested_types: A list of sync data types from ALL_TYPES. 732 if spec.sync_type in requested_types and spec.create_by_default: [all...] |
/external/chromium_org/sync/protocol/ |
sync.proto | 586 // client should requested_types not be present. 588 // requested_types may contain multiple EntitySpecifics fields -- in this 591 // requested_types has been deprecated; clients should use 593 optional EntitySpecifics requested_types = 4; 601 // the values of requested_types and from_timestamp, using this instead. [all...] |