HomeSort by relevance Sort by last modified time
    Searched refs:specifics (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 100 sync_pb::EntitySpecifics specifics; local
103 specifics.MutableExtension(sync_pb::autofill_profile);
115 kernel.put(syncable::SPECIFICS, specifics);
181 sync_pb::EntitySpecifics specifics; local
184 specifics.MutableExtension(sync_pb::autofill_profile);
190 kernel.put(syncable::SPECIFICS, specifics);
extension_change_processor.cc 105 sync_pb::ExtensionSpecifics specifics; local
118 specifics = (*traits_.extension_specifics_getter)(node);
123 change.specifics, &specifics)) {
125 error << "Could not get extension specifics from deleted node "
134 if (!GetExtensionSyncData(specifics, &sync_data)) {
137 std::string("Invalid server specifics: ") +
138 ExtensionSpecificsToString(specifics);
session_change_processor.cc 183 const sync_pb::SessionSpecifics& specifics = node.GetSessionSpecifics(); local
185 specifics.session_tag());
201 const sync_pb::SessionSpecifics& specifics(
203 if (specifics.session_tag() ==
214 session_model_associator_->AssociateForeignSpecifics(specifics, mtime);
extension_sync.cc 154 LOG(ERROR) << "Invalid extensions specifics for id " << id;
210 const sync_pb::ExtensionSpecifics& specifics = local
212 const std::string& id = specifics.id();
215 (*traits.extension_specifics_setter)(specifics, &write_node);
227 (*traits.extension_specifics_setter)(specifics, &create_node);
310 LOG(ERROR) << "Invalid extensions specifics for id " << id
  /external/chromium/chrome/browser/sync/syncable/
nigori_util.cc 30 const sync_pb::EntitySpecifics& specifics = entry.Get(SPECIFICS); local
32 specifics.GetExtension(sync_pb::nigori));
86 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS);
104 entry.Put(SPECIFICS, new_specifics);
118 entry.Put(SPECIFICS, new_specifics);
136 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS);
184 const sync_pb::EntitySpecifics& specifics = child.Get(SPECIFICS); local
186 DCHECK_EQ(type, GetModelTypeFromSpecifics(specifics));
    [all...]
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_sync_service_unittest.cc 122 ::sync_pb::EntitySpecifics specifics; local
123 specifics.mutable_managed_user()->set_id(id);
124 specifics.mutable_managed_user()->set_name(name);
125 specifics.mutable_managed_user()->set_acknowledged(true);
126 return SyncData::CreateRemoteData(++sync_data_id_, specifics, base::Time());
managed_user_sync_service.cc 44 ::sync_pb::EntitySpecifics specifics; local
45 specifics.mutable_managed_user()->set_id(id);
46 specifics.mutable_managed_user()->set_name(name);
48 specifics.mutable_managed_user()->set_master_key(master_key);
50 specifics.mutable_managed_user()->set_acknowledged(true);
51 return SyncData::CreateLocalData(id, name, specifics);
managed_user_registration_utility_unittest.cc 185 ::sync_pb::EntitySpecifics specifics = it->sync_data().GetSpecifics(); local
186 EXPECT_FALSE(specifics.managed_user().acknowledged());
187 specifics.mutable_managed_user()->set_acknowledged(true);
191 specifics,
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 152 sync_pb::EntitySpecifics* specifics);
157 // entity specifics.
165 const sync_pb::EntitySpecifics& specifics);
  /external/chromium_org/chrome/browser/extensions/api/storage/
setting_sync_data.h 79 // Initializes internal_ from extension specifics.
82 const sync_pb::ExtensionSettingSpecifics& specifics);
  /external/chromium_org/chrome/browser/sync/glue/
synced_device_tracker.h 55 // Helper to write specifics into our node. Also useful for testing.
60 void WriteDeviceInfo(const sync_pb::DeviceInfoSpecifics& specifics,
tab_node_pool.cc 92 sync_pb::SessionSpecifics specifics; local
93 specifics.set_session_tag(machine_tag_);
94 specifics.set_tab_node_id(tab_node_id);
95 tab_node.SetSessionSpecifics(specifics);
typed_url_change_processor.cc 135 const sync_pb::EntitySpecifics& specifics = local
136 update_node.GetEntry()->Get(syncer::syncable::SPECIFICS);
137 CHECK(specifics.has_encrypted());
138 const bool can_decrypt = crypto->CanDecrypt(specifics.encrypted());
269 DCHECK(it->specifics.has_typed_url()) <<
270 "Typed URL delete change does not have necessary specifics.";
271 GURL url(it->specifics.typed_url().url());
bookmark_change_processor.cc 313 const sync_pb::EntitySpecifics& specifics = local
314 sync_node.GetEntry()->Get(syncer::syncable::SPECIFICS);
315 CHECK(specifics.has_encrypted());
316 const bool can_decrypt = crypto->CanDecrypt(specifics.encrypted());
681 const sync_pb::BookmarkSpecifics& specifics = local
684 model->SetURL(node, GURL(specifics.url()));
686 if (specifics.has_creation_time_us()) {
689 base::Time::FromInternalValue(specifics.creation_time_us()));
725 const sync_pb::BookmarkSpecifics& specifics = local
727 const int64 create_time_internal = specifics.creation_time_us()
746 const sync_pb::BookmarkSpecifics& specifics = local
    [all...]
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 82 sync_pb::EntitySpecifics specifics; local
83 sync_pb::NigoriSpecifics* nigori = specifics.mutable_nigori();
87 ModelTypeToRootTag(NIGORI), specifics, true); local
149 sync_pb::EntitySpecifics specifics; local
150 sync_pb::NigoriSpecifics* nigori = specifics.mutable_nigori();
155 ModelTypeToRootTag(NIGORI), specifics, true); local
266 sync_pb::EntitySpecifics specifics; local
267 sync_pb::NigoriSpecifics* nigori = specifics.mutable_nigori();
272 ModelTypeToRootTag(NIGORI), specifics, true); local
325 // Create server specifics with pending keys, new encrypted types
863 sync_pb::EntitySpecifics specifics; local
880 sync_pb::EntitySpecifics specifics; local
    [all...]
  /external/chromium_org/sync/internal_api/
change_reorder_buffer.cc 143 const sync_pb::EntitySpecifics& specifics) {
144 specifics_[id] = specifics;
175 record.specifics = specifics_[record.id];
198 record.specifics = specifics_[record.id];
  /frameworks/base/core/java/android/view/
Menu.java 255 * for more * details on the <var>caller</var>, <var>specifics</var>, and
280 * @param specifics Specific items to place first as defined by
286 * that were generated for each of the <var>specifics</var> that were
296 ComponentName caller, Intent[] specifics,
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.cc 364 sync_pb::EntitySpecifics specifics; local
365 specifics.mutable_dictionary()->set_word(word);
366 data.push_back(syncer::SyncData::CreateLocalData(word, word, specifics));
510 sync_pb::EntitySpecifics specifics; local
511 specifics.mutable_dictionary()->set_word(word);
515 syncer::SyncData::CreateLocalData(word, word, specifics)));
522 sync_pb::EntitySpecifics specifics; local
523 specifics.mutable_dictionary()->set_word(word);
527 syncer::SyncData::CreateLocalData(word, word, specifics)));
spellcheck_custom_dictionary_unittest.cc 45 sync_pb::EntitySpecifics specifics; local
46 specifics.mutable_dictionary()->set_word(word);
47 data.push_back(syncer::SyncData::CreateLocalData(word, word, specifics));
390 sync_pb::EntitySpecifics specifics; local
391 specifics.mutable_dictionary()->set_word(word);
395 syncer::SyncData::CreateLocalData(word, word, specifics)));
401 sync_pb::EntitySpecifics specifics; local
402 specifics.mutable_dictionary()->set_word(word);
406 syncer::SyncData::CreateLocalData(word, word, specifics)));
411 sync_pb::EntitySpecifics specifics; local
421 sync_pb::EntitySpecifics specifics; local
431 sync_pb::EntitySpecifics specifics; local
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 82 // Get a writeable pointer to the sync notifications specifics inside the
83 // entity specifics.
84 sync_pb::SyncedNotificationSpecifics* specifics = local
89 specifics->mutable_coalesced_notification();
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.cc 41 sync_pb::EntitySpecifics* specifics) {
43 DCHECK(!specifics->has_preference());
44 return specifics->mutable_priority_preference()->mutable_preference();
46 DCHECK(!specifics->has_priority_preference());
47 return specifics->mutable_preference();
259 sync_pb::EntitySpecifics specifics; local
261 GetMutableSpecifics(type_, &specifics);
265 *sync_data = syncer::SyncData::CreateLocalData(name, name, specifics);
synced_pref_change_registrar_browsertest.cc 59 sync_pb::EntitySpecifics specifics; local
61 specifics.mutable_preference();
66 ++next_sync_data_id_, specifics, base::Time());
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuWrapperICS.java 76 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) {
83 .addIntentOptions(groupId, itemId, order, caller, specifics, intent, flags, items);
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 189 entry_types = GetEntryTypesFromSpecifics(entry.specifics)
200 def GetEntryTypesFromSpecifics(specifics):
203 If the specifics have more than one recognized data type field (as commonly
209 specifics: A EntitySpecifics protobuf message whose extensions to
213 recognized extension of the specifics message.
217 if specifics.HasField(field_descriptor.name)]
291 specifics = sync_pb2.EntitySpecifics()
294 getattr(specifics, descriptor.name).SetInParent()
295 return specifics
683 entry.specifics.CopyFrom(GetDefaultEntitySpecifics(spec.sync_type)
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 205 Intent[] specifics = new Intent[1]; local
208 specifics[0] = new Intent(Intent.ACTION_EDIT, uri);
230 specifics, // These specific options must appear first.
231 intent, // These Intent objects map to the options in specifics.
233 items // The menu items generated from the specifics-to-

Completed in 908 milliseconds

1 23 4 5 6 7