/external/chromium_org/sync/engine/ |
apply_control_data_updates_unittest.cc | 83 sync_pb::EntitySpecifics specifics; local 84 sync_pb::NigoriSpecifics* nigori = specifics.mutable_nigori(); 88 ModelTypeToRootTag(NIGORI), specifics, true); local 150 sync_pb::EntitySpecifics specifics; local 151 sync_pb::NigoriSpecifics* nigori = specifics.mutable_nigori(); 156 ModelTypeToRootTag(NIGORI), specifics, true); local 267 sync_pb::EntitySpecifics specifics; local 268 sync_pb::NigoriSpecifics* nigori = specifics.mutable_nigori(); 273 ModelTypeToRootTag(NIGORI), specifics, true); local 326 // Create server specifics with pending keys, new encrypted types 864 sync_pb::EntitySpecifics specifics; local 881 sync_pb::EntitySpecifics specifics; local [all...] |
process_updates_util.cc | 277 // has changed are the specifics, store the original decryptable specifics, 300 update.has_specifics() && update.specifics().has_encrypted() && 301 !cryptographer->CanDecrypt(update.specifics().encrypted())) { 304 // We only store the old specifics if they were decryptable and applied and 317 // We have a BASE_SERVER_SPECIFICS, but a subsequent non-specifics-only 318 // change arrived. As a result, we can't use the specifics alone to detect
|
/external/chromium_org/sync/syncable/ |
mutable_entry.cc | 40 // Normally the SPECIFICS setting code is wrapped in logic to deal with 44 sync_pb::EntitySpecifics specifics; local 45 AddDefaultFieldValue(model_type, &specifics); 46 kernel->put(SPECIFICS, specifics); 207 if (kernel_->ref(SPECIFICS).SerializeAsString() != 209 kernel_->put(SPECIFICS, value);
|
syncable_delete_journal.cc | 35 GetModelTypeFromSpecifics(entry.ref(SPECIFICS))))) { 74 GetModelTypeFromSpecifics((*it)->ref(SPECIFICS)) == type) { 107 (*it)->ref(SPECIFICS)))) {
|
nigori_util.h | 52 // Same as EntryNeedsEncryption, but looks at specifics. 55 const sync_pb::EntitySpecifics& specifics);
|
syncable_enum_conversions.cc | 138 ASSERT_ENUM_BOUNDS(SPECIFICS, BASE_SERVER_SPECIFICS, 141 ENUM_CASE(SPECIFICS);
|
/external/chromium_org/chrome/browser/sync/glue/ |
session_change_processor.cc | 230 DCHECK_EQ(syncer::GetModelTypeFromSpecifics(it->specifics), 232 const sync_pb::SessionSpecifics& specifics = it->specifics.session(); local 233 if (specifics.session_tag() == local_tag) { 240 if (specifics.has_header()) { 245 specifics.session_tag()); 263 const sync_pb::SessionSpecifics& specifics( 265 if (specifics.session_tag() == local_tag && 275 session_model_associator_->AssociateForeignSpecifics(specifics, mtime);
|
synced_device_tracker.h | 70 // Helper to write specifics into our node. Also useful for testing. 75 void WriteDeviceInfo(const sync_pb::DeviceInfoSpecifics& specifics,
|
bookmark_change_processor.cc | 314 const sync_pb::EntitySpecifics& specifics = local 316 CHECK(specifics.has_encrypted()); 317 const bool can_decrypt = crypto->CanDecrypt(specifics.encrypted()); 703 const sync_pb::BookmarkSpecifics& specifics = local 706 model->SetURL(node, GURL(specifics.url())); 708 if (specifics.has_creation_time_us()) { 711 base::Time::FromInternalValue(specifics.creation_time_us())); 746 const sync_pb::BookmarkSpecifics& specifics = local 748 const int64 create_time_internal = specifics.creation_time_us(); 753 GURL(specifics.url()), create_time) 769 const sync_pb::BookmarkSpecifics& specifics = local 796 const sync_pb::BookmarkSpecifics& specifics = local 810 sync_pb::BookmarkSpecifics specifics = sync_node->GetBookmarkSpecifics(); local [all...] |
typed_url_model_associator.h | 105 const sync_pb::TypedUrlSpecifics& specifics); 150 sync_pb::TypedUrlSpecifics* specifics); 162 // Updates the passed |url_row| based on the values in |specifics|. Fields 163 // that are not contained in |specifics| (such as typed_count) are left 166 const sync_pb::TypedUrlSpecifics& specifics, history::URLRow* url_row);
|
/external/chromium/chrome/browser/sync/glue/ |
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);
|
/external/chromium_org/sync/api/ |
sync_data.h | 40 // For adds/updates: the specifics must be valid and the non-unique title (can 50 const sync_pb::EntitySpecifics& specifics); 55 const sync_pb::EntitySpecifics& specifics, 63 // datatype specifics. 66 // Return the current sync datatype specifics.
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_enum_conversions.cc | 128 ASSERT_ENUM_BOUNDS(SPECIFICS, SERVER_SPECIFICS, 131 ENUM_CASE(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/themes/ |
theme_syncable_service.h | 58 // Set theme from theme specifics in |sync_data| using 72 // Updates theme specifics in sync to |theme_specifics|.
|
/external/chromium_org/chrome/browser/managed_mode/ |
managed_user_registration_utility_unittest.cc | 208 ::sync_pb::EntitySpecifics specifics = it->sync_data().GetSpecifics(); local 209 EXPECT_FALSE(specifics.managed_user().acknowledged()); 210 specifics.mutable_managed_user()->set_acknowledged(true); 214 specifics,
|
/external/chromium_org/chrome/browser/sync/ |
abstract_profile_sync_service_test.h | 36 const sync_pb::EntitySpecifics& specifics);
|
/external/chromium_org/net/disk_cache/simple/ |
simple_net_log_parameters.h | 11 // include ones that deal with specifics of the Simple Cache backend.
|
/external/chromium_org/sync/internal_api/public/ |
delete_journal.h | 21 sync_pb::EntitySpecifics specifics; member in struct:syncer::BookmarkDeleteJournal
|
/external/chromium_org/sync/protocol/ |
favicon_image_specifics.proto | 5 // Sync protocol datatype extension for the favicon image specifics.
|
/external/valgrind/main/nightly/conf/ |
cellbuzz-cross.conf | 2 # Specifics for the Georgia Tech Cellbuzz cluster (Fedora Core release 6 on the host
|
cellbuzz-native.conf | 2 # Specifics for the Georgia Tech Cellbuzz cluster. The nodes in the cellq30
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
AllContactsFragment.java | 44 // Customizes the listview according to the dialer specifics.
|
/external/chromium_org/chrome/browser/sync/sessions2/ |
sessions_sync_manager.h | 209 const sync_pb::SessionSpecifics& specifics, 222 // Helper method to load the favicon data from the tab specifics. If the 240 // Used to populate a session header from the session specifics header 247 // Builds |session_window| from the session specifics window 251 const sync_pb::SessionWindow& specifics, 295 // Populates |specifics| based on the data in |tab_delegate|. 297 sync_pb::SessionSpecifics* specifics);
|
/external/chromium/chrome/browser/sync/engine/ |
build_commit_command.cc | 25 using syncable::SPECIFICS; 61 sync_entry->mutable_specifics()->CopyFrom(meta_entry->Get(SPECIFICS)); 68 DCHECK(meta_entry->Get(SPECIFICS).HasExtension(sync_pb::bookmark)); 76 meta_entry->Get(SPECIFICS).GetExtension(sync_pb::bookmark); 174 if (meta_entry.Get(SPECIFICS).HasExtension(sync_pb::bookmark)) {
|