OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:write_node
(Results
1 - 8
of
8
) 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());
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
);
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
);
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/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 105 milliseconds