HomeSort by relevance Sort by last modified time
    Searched defs:sync_id (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/sync/glue/
password_change_processor.cc 88 int64 sync_id = model_associator_->GetSyncIdFromChromeId(tag); local
89 if (sync_api::kInvalidId == sync_id) {
94 if (!sync_node.InitByIdLookup(sync_id)) {
106 int64 sync_id = model_associator_->GetSyncIdFromChromeId(tag); local
107 if (sync_api::kInvalidId == sync_id) {
112 if (!sync_node.InitByIdLookup(sync_id)) {
preference_change_processor.cc 58 int64 sync_id = model_associator_->GetSyncIdFromChromeId(*name); local
62 model_associator_->Disassociate(sync_id);
74 if (sync_api::kInvalidId == sync_id) {
92 if (!node.InitByIdLookup(sync_id)) {
autofill_profile_change_processor.cc 137 int64 sync_id = model_associator_->GetSyncIdFromChromeId(change->key()); local
138 if (sync_api::kInvalidId == sync_id) {
143 if (!node.InitByIdLookup(sync_id)) {
144 LOG(ERROR) << "Could not find sync node for id " << sync_id;
152 int64 sync_id = model_associator_->GetSyncIdFromChromeId(change->key()); local
153 if (sync_api::kInvalidId == sync_id) {
158 if (!node.InitByIdLookup(sync_id)) {
159 LOG(ERROR) << "Could not find sync node for id " << sync_id;
163 model_associator_->Disassociate(sync_id);
211 int64 sync_id) {
265 int64 sync_id = model_associator_->GetSyncIdFromChromeId(guid); local
    [all...]
typed_url_change_processor.cc 140 int64 sync_id = local
142 if (sync_api::kInvalidId != sync_id) {
143 if (!sync_node.InitByIdLookup(sync_id)) {
autofill_change_processor.cc 133 int64 sync_id = model_associator_->GetSyncIdFromChromeId(tag); local
134 if (sync_api::kInvalidId == sync_id) {
140 if (!sync_node.InitByIdLookup(sync_id)) {
174 int64 sync_id = model_associator_->GetSyncIdFromChromeId(tag); local
175 if (sync_api::kInvalidId == sync_id) {
182 if (!sync_node.InitByIdLookup(sync_id)) {
242 int64 sync_id = sync_node.GetId(); local
246 sync_id, autofill));
318 int64 sync_id) {
333 model_associator_->Associate(&tag, sync_id);
    [all...]
session_model_associator.h 85 virtual const TabContents* GetChromeNodeFromSyncId(int64 sync_id);
109 virtual void Associate(const TabContents* tab, int64 sync_id);
113 virtual void Disassociate(int64 sync_id);
201 TabLinks(int64 sync_id, const TabContents* tab)
202 : sync_id_(sync_id),
206 TabLinks(int64 sync_id, const SessionTab* session_tab)
207 : sync_id_(sync_id),
212 inline int64 sync_id() const { return sync_id_; } function in class:browser_sync::SessionModelAssociator::TabLinks
233 void AddTabNode(int64 sync_id);
235 // Returns the sync_id for the next free tab node. If none are available
    [all...]
autofill_model_associator.cc 358 int64 sync_id = node.GetId(); local
360 Associate(&guid, sync_id);
414 AutofillModelAssociator::GetChromeNodeFromSyncId(int64 sync_id) {
415 SyncIdToAutofillMap::const_iterator iter = id_map_inverse_.find(sync_id);
432 const std::string* autofill, int64 sync_id) {
434 DCHECK_NE(sync_api::kInvalidId, sync_id);
436 DCHECK(id_map_inverse_.find(sync_id) == id_map_inverse_.end());
437 id_map_[*autofill] = sync_id;
438 id_map_inverse_[sync_id] = *autofill;
441 void AutofillModelAssociator::Disassociate(int64 sync_id) {
    [all...]
bookmark_model_associator.cc 191 int64 sync_id) {
192 SyncIdToBookmarkNodeMap::const_iterator iter = id_map_inverse_.find(sync_id);
200 int64 sync_id = GetSyncIdFromChromeId(node_id); local
201 if (sync_id == sync_api::kInvalidId)
203 if (!sync_node->InitByIdLookup(sync_id))
205 DCHECK(sync_node->GetId() == sync_id);
210 int64 sync_id) {
213 DCHECK_NE(sync_id, sync_api::kInvalidId);
215 DCHECK(id_map_inverse_.find(sync_id) == id_map_inverse_.end());
216 id_map_[node_id] = sync_id;
282 int64 sync_id = GetSyncIdFromChromeId(permanent_node->id()); local
452 int64 sync_id = *iter; local
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc 181 int64 sync_id = model_associator_->GetSyncIdFromSessionTag(machine_tag); local
182 ASSERT_NE(sync_api::kInvalidId, sync_id);
215 int64 sync_id = model_associator_->GetSyncIdFromSessionTag(machine_tag); local
216 ASSERT_NE(sync_api::kInvalidId, sync_id);
profile_sync_service_bookmark_unittest.cc 55 virtual bool GetSyncIdForTaggedNode(const std::string& tag, int64* sync_id) {
97 *sync_id = id;
115 *sync_id = node.GetId();
406 int64 sync_id) {
407 EXPECT_TRUE(sync_id);
409 model_associator_->GetChromeNodeFromSyncId(sync_id);
412 EXPECT_EQ(id, sync_id);
416 void ExpectBrowserNodeUnknown(int64 sync_id) {
417 EXPECT_FALSE(model_associator_->GetChromeNodeFromSyncId(sync_id));
420 void ExpectBrowserNodeKnown(int64 sync_id) {
425 int64 sync_id = model_associator_->GetSyncIdFromChromeId(node->id()); local
430 int64 sync_id = model_associator_->GetSyncIdFromChromeId(node->id()); local
    [all...]
  /bionic/libc/kernel/common/video/
dsscomp.h 296 __u32 sync_id; member in struct:dsscomp_setup_mgr_data
314 __u32 sync_id; member in struct:dsscomp_setup_dispc_data
  /external/kernel-headers/original/video/
dsscomp.h 488 __u32 sync_id; /* synchronization ID - for debugging */ member in struct:dsscomp_setup_mgr_data
542 __u32 sync_id; /* synchronization ID - for debugging */ member in struct:dsscomp_setup_dispc_data
  /hardware/ti/omap4xxx/hwc/
hwc.c 194 d->sync_id,
294 static int sync_id = 0; variable
    [all...]
  /external/libnfc-nci/src/hal/include/
nci_defs.h 834 UINT8 sync_id[2]; member in struct:__anon10203
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 453 uint16 sync_id; member in struct:wl_escan_params
462 uint16 sync_id; member in struct:wl_escan_result
    [all...]

Completed in 403 milliseconds