/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.h | 53 void SetSpecificsForId(int64 id, const sync_pb::EntitySpecifics& specifics);
|
sync_manager_impl_unittest.cc | 95 using syncable::SPECIFICS; 165 sync_pb::EntitySpecifics specifics; local 166 AddDefaultFieldValue(model_type, &specifics); 181 entry.PutServerSpecifics(specifics); 185 entry.PutSpecifics(specifics); 193 const sync_pb::EntitySpecifics& specifics) { 211 entry.PutServerSpecifics(specifics); 215 entry.PutSpecifics(specifics); 2187 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local 2215 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local 2240 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local 2257 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local 2277 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local 2516 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local 2531 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local 2613 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local 2628 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local 2744 const sync_pb::EntitySpecifics& specifics = node_entry->GetSpecifics(); local [all...] |
/external/chromium_org/sync/protocol/ |
app_specifics.proto | 55 // This specifics which page the application icon will appear on in the NTP.
|
/external/chromium_org/sync/syncable/ |
model_type_unittest.cc | 73 // Make sure we can convert ModelTypes to and from specifics field
|
directory_backing_store_unittest.cc | 637 "server_bookmark_favicon blob, specifics blob, " 2566 sync_pb::EntitySpecifics specifics; local [all...] |
directory_backing_store.cc | 637 sync_pb::EntitySpecifics specifics; local 638 if (!specifics.ParseFromArray(data, size)) 640 return GetModelTypeFromSpecifics(specifics); 645 sync_pb::EntitySpecifics specifics; local 646 AddDefaultFieldValue(model_type, &specifics); 647 return specifics.SerializeAsString(); 775 // protobuf blob SPECIFICS 783 "ALTER TABLE metas ADD COLUMN specifics blob")) 792 "specifics", 808 "UPDATE metas SET specifics = NULL, server_specifics = NULL WHERE 1200 sync_pb::EntitySpecifics specifics; local [all...] |
entry_kernel.cc | 25 ModelType specifics_type = GetModelTypeFromSpecifics(ref(SPECIFICS)); 55 return (GetModelTypeFromSpecifics(ref(SPECIFICS)) == syncer::BOOKMARKS)
|
/external/chromium_org/sync/test/engine/ |
mock_connection_manager.cc | 254 const sync_pb::EntitySpecifics& specifics) { 260 ent->mutable_specifics()->CopyFrom(specifics); 273 const sync_pb::EntitySpecifics& specifics, 277 id, parent_id, name, version, sync_ts, is_dir, position, specifics); 287 const sync_pb::EntitySpecifics& specifics) { 300 ent->mutable_specifics()->CopyFrom(specifics); 314 sync_pb::EntitySpecifics specifics; local 315 AddDefaultFieldValue(PREFERENCES, &specifics); 316 ent->mutable_specifics()->CopyFrom(specifics);
|
mock_connection_manager.h | 108 // Versions of the AddUpdate function that accept specifics. 117 const sync_pb::EntitySpecifics& specifics); 126 const sync_pb::EntitySpecifics& specifics, 133 const sync_pb::EntitySpecifics& specifics); 147 // additional information beyond the deletion, and no specifics.
|
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
APPRTCAppClient.h | 40 // Uses the client<->server specifics of the apprtc AppEngine webapp.
|
/external/eigen/Eigen/src/plugins/ |
MatrixCwiseUnaryOps.h | 11 // This file is a base class plugin containing matrix specifics coefficient wise functions.
|
/external/libvorbis/doc/vorbisenc/ |
ov_ectl_ratemanage2_arg.html | 24 OV_ECTL_RATEMANAGE2_SET calls in order to query and modify specifics
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_frad.h | 44 * Code within the SDLA module is based on the specifics of this
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_frad.h | 44 * Code within the SDLA module is based on the specifics of this
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_frad.h | 44 * Code within the SDLA module is based on the specifics of this
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 98 sync_pb::BookmarkSpecifics specifics(node.GetBookmarkSpecifics()); 100 specifics.set_url(url); 102 SetNodeMetaInfo(*meta_info_map, &specifics); 103 node.SetBookmarkSpecifics(specifics); 213 sync_pb::BookmarkSpecifics specifics = node.GetBookmarkSpecifics(); local 214 specifics.set_creation_time_us(creation_time_us); 215 node.SetBookmarkSpecifics(specifics); 223 sync_pb::BookmarkSpecifics specifics = node.GetBookmarkSpecifics(); local 224 SetNodeMetaInfo(meta_info_map, &specifics); 225 node.SetBookmarkSpecifics(specifics); 378 sync_pb::BookmarkSpecifics specifics; local 579 sync_pb::BookmarkSpecifics specifics = gnode.GetBookmarkSpecifics(); local [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.cc | 724 sync_pb::EntitySpecifics specifics; local 725 if (!specifics.ParseFromArray(data, size)) 727 return syncable::GetModelTypeFromSpecifics(specifics); 732 sync_pb::EntitySpecifics specifics; local 733 syncable::AddDefaultExtensionValue(model_type, &specifics); 734 return specifics.SerializeAsString(); 863 // protobuf blob SPECIFICS 870 if (!AddColumn(&g_metas_columns[SPECIFICS])) 878 "specifics", 895 "UPDATE metas SET specifics = NULL, server_specifics = NULL WHERE [all...] |
/external/chromium/chrome/browser/sync/glue/ |
password_change_processor.cc | 147 DCHECK(changes[i].specifics.HasExtension(sync_pb::password)) 148 << "Password specifics data not present on delete!";
|
autofill_change_processor.cc | 213 DCHECK(changes[i].specifics.HasExtension(sync_pb::autofill)) 214 << "Autofill specifics data not present on delete!"; 216 changes[i].specifics.GetExtension(sync_pb::autofill); 223 NOTREACHED() << "Autofill specifics has no data!"; 248 NOTREACHED() << "Autofill specifics has no data!";
|
/external/chromium/chrome/browser/sync/ |
js_sync_manager_observer_unittest.cc | 241 changes[i].specifics = node.GetEntry()->Get(syncable::SPECIFICS);
|
profile_sync_service_preference_unittest.cc | 120 const sync_pb::PreferenceSpecifics& specifics( 124 return reader.JsonToValue(specifics.value(), false, false); 233 const sync_pb::PreferenceSpecifics& specifics(node.GetPreferenceSpecifics()); 234 EXPECT_EQ(std::string(prefs::kHomePage), specifics.name()); 237 scoped_ptr<Value> value(reader.JsonToValue(specifics.value(), false, false));
|
/external/chromium_org/chrome/browser/history/ |
typed_url_syncable_service_unittest.cc | 144 sync_pb::TypedUrlSpecifics& specifics) { 145 return ((row.url().spec().compare(specifics.url()) == 0) && 146 (UTF16ToUTF8(row.title()).compare(specifics.title()) == 0) && 147 (row.hidden() == specifics.hidden())); 315 // Get typed url specifics. 372 // Note that the specifics record visits in chronological order, and the 454 // Note that the specifics record visits in chronological order, and the 612 // Note that the specifics record visits in chronological order, and the
|
/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(); 352 sync_pb::EntitySpecifics specifics; local 354 GetMutableSpecifics(type_, &specifics); 358 *sync_data = syncer::SyncData::CreateLocalData(name, name, specifics);
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_service.cc | 1275 sync_pb::EntitySpecifics specifics; local 1323 sync_pb::SearchEngineSpecifics specifics = local [all...] |
/external/chromium/net/tools/testserver/ |
chromiumsync.py | 97 entry_types = GetEntryTypesFromSpecifics(entry.specifics) 108 def GetEntryTypesFromSpecifics(specifics): 111 If the specifics have more than one recognized extension (as commonly 117 specifics: A EntitySpecifics protobuf message whose extensions to 121 recognized extension of the specifics message. 125 if specifics.HasExtension(extension)] 143 specifics = sync_pb2.EntitySpecifics() 146 specifics.Extensions[extension_handle].SetInParent() 147 return specifics 440 entry.specifics.CopyFrom(GetDefaultEntitySpecifics(spec.sync_type) [all...] |