HomeSort by relevance Sort by last modified time
    Searched refs:write_node (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/sync/glue/
extension_sync.cc 213 sync_api::WriteNode write_node(trans);
214 if (write_node.InitByClientTagLookup(traits.model_type, id)) {
215 (*traits.extension_specifics_setter)(specifics, &write_node);
337 sync_api::WriteNode write_node(&trans);
338 if (write_node.InitByClientTagLookup(traits.model_type, id)) {
339 write_node.Remove();
preference_model_associator.cc 98 sync_api::WriteNode write_node(trans);
99 if (!write_node.InitUniqueByCreation(syncable::PREFERENCES, root, tag)) {
105 if (!WritePreferenceToNode(pref->name(), *pref->GetValue(), &write_node))
108 Associate(pref, write_node.GetId());
password_model_associator.cc 87 sync_api::WriteNode write_node(&trans);
88 if (!write_node.InitByClientTagLookup(syncable::PASSWORDS, tag)) {
93 WriteToSyncNode(new_password, &write_node);
autofill_model_associator.cc 92 sync_api::WriteNode write_node(write_trans);
93 if (!write_node.InitByClientTagLookup(syncable::AUTOFILL, tag)) {
97 AutofillChangeProcessor::WriteAutofillEntry(new_entry, &write_node);
typed_url_model_associator.cc 93 sync_api::WriteNode write_node(&trans);
94 if (!write_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
98 WriteToSyncNode(new_url, visits, &write_node);
session_model_associator.cc 412 sync_api::WriteNode write_node(&trans);
413 if (!write_node.InitUniqueByCreation(syncable::SESSIONS, root,
418 write_node.SetTitle(UTF8ToWide(current_machine_tag_));
419 local_session_syncid_ = write_node.GetId();
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
password_model_associator.cc 20 #include "sync/internal_api/public/write_node.h"
110 syncer::WriteNode write_node(&trans);
111 if (write_node.InitByClientTagLookup(syncer::PASSWORDS, tag) !=
119 WriteToSyncNode(new_password, &write_node);
session_model_associator.cc 44 #include "sync/internal_api/public/write_node.h"
601 syncer::WriteNode write_node(&trans);
603 write_node.InitUniqueByCreation(SESSIONS, root, current_machine_tag_);
616 write_node.SetTitle(UTF8ToWide(current_machine_tag_));
622 write_node.SetSessionSpecifics(base_specifics);
624 local_session_syncid_ = write_node.GetId();
    [all...]
generic_change_processor.cc 19 #include "sync/internal_api/public/write_node.h"
30 syncer::WriteNode* write_node) {
33 write_node->SetPasswordSpecifics(
36 write_node->SetEntitySpecifics(entity_specifics);
typed_url_model_associator.cc 20 #include "sync/internal_api/public/write_node.h"
259 syncer::WriteNode write_node(&trans);
260 if (write_node.InitByClientTagLookup(syncer::TYPED_URLS, tag) !=
283 WriteToSyncNode(new_url, visits, &write_node);
  /external/opencv/ml/include/
ml.h 888 virtual void write_node( CvFileStorage* fs, CvDTreeNode* node );
    [all...]
  /external/opencv/ml/src/
mltree.cpp 3088 void CvDTree::write_node( CvFileStorage* fs, CvDTreeNode* node ) function in class:CvDTree
    [all...]

Completed in 427 milliseconds