Searched refs:WriteNode (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium/chrome/browser/sync/glue/
H A Dextension_sync_traits.h16 class WriteNode;
38 const sync_pb::ExtensionSpecifics&, sync_api::WriteNode*);
H A Dbookmark_change_processor.h89 sync_api::WriteNode* sync_node);
140 sync_api::WriteNode* dst,
146 sync_api::WriteNode* dst);
H A Dpreference_model_associator.h22 class WriteNode;
109 sync_api::WriteNode* node);
H A Dtheme_model_associator.cc46 sync_api::WriteNode node(&trans);
61 sync_api::WriteNode node(&trans);
H A Dextension_sync_traits.cc45 sync_api::WriteNode* node) {
105 sync_api::WriteNode* node) {
H A Dpassword_model_associator.h30 class WriteNode;
117 sync_api::WriteNode* node);
H A Dautofill_profile_change_processor.cc142 sync_api::WriteNode node(trans);
157 sync_api::WriteNode node(trans);
264 sync_api::WriteNode node(trans);
292 sync_api::WriteNode node(trans);
321 sync_api::WriteNode* node) {
H A Dbookmark_change_processor.cc51 const BookmarkNode* src, BookmarkModel* model, sync_api::WriteNode* dst) {
81 sync_api::WriteNode sync_node(trans);
162 // Create a WriteNode container to hold the new node.
163 sync_api::WriteNode sync_child(trans);
203 sync_api::WriteNode sync_node(&trans);
237 sync_api::WriteNode sync_node(&trans);
265 sync_api::WriteNode sync_child(&trans);
285 sync_api::WriteNode* dst, BookmarkModelAssociator* associator) {
552 sync_api::WriteNode* sync_node) {
H A Dtyped_url_model_associator.h30 class WriteNode;
122 sync_api::WriteNode* node);
H A Dautofill_change_processor.h64 sync_api::WriteNode* node);
H A Dautofill_profile_change_processor.h52 sync_api::WriteNode* node);
H A Dpassword_change_processor.cc74 sync_api::WriteNode sync_node(&trans);
87 sync_api::WriteNode sync_node(&trans);
105 sync_api::WriteNode sync_node(&trans);
H A Dextension_sync.cc213 sync_api::WriteNode write_node(trans);
222 sync_api::WriteNode create_node(trans);
337 sync_api::WriteNode write_node(&trans);
H A Dpreference_model_associator.cc54 sync_api::WriteNode node(trans);
98 sync_api::WriteNode write_node(trans);
242 sync_api::WriteNode* node) {
H A Dautofill_change_processor.cc99 sync_api::WriteNode sync_node(trans);
130 sync_api::WriteNode sync_node(trans);
173 sync_api::WriteNode sync_node(trans);
433 sync_api::WriteNode* node) {
H A Dpassword_model_associator.cc87 sync_api::WriteNode write_node(&trans);
99 sync_api::WriteNode node(&trans);
158 sync_api::WriteNode sync_node(trans);
363 sync_api::WriteNode* node) {
H A Dtheme_change_processor.cc37 sync_api::WriteNode node(&trans);
H A Dtyped_url_change_processor.cc107 sync_api::WriteNode update_node(&trans);
111 sync_api::WriteNode create_node(&trans);
139 sync_api::WriteNode sync_node(&trans);
173 sync_api::WriteNode update_node(&trans);
H A Dtyped_url_model_associator.cc93 sync_api::WriteNode write_node(&trans);
116 sync_api::WriteNode node(&trans);
190 sync_api::WriteNode sync_node(trans);
438 sync_api::WriteNode* node) {
/external/clang/lib/AST/
H A DInheritViz.cpp46 WriteNode(Type, false);
51 /// WriteNode - Write out the description of node in the inheritance
53 void WriteNode(QualType Type, bool FromVirtual);
61 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { function in class:clang::InheritanceHierarchyWriter
104 WriteNode(Base->getType(), Base->isVirtual());
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc433 // WriteNode member definitions
434 void WriteNode::EncryptIfNecessary(sync_pb::EntitySpecifics* unencrypted) {
468 void WriteNode::SetIsFolder(bool folder) {
476 void WriteNode::SetTitle(const std::wstring& title) {
489 void WriteNode::SetURL(const GURL& url) {
495 void WriteNode::SetAppSpecifics(
501 void WriteNode::SetAutofillSpecifics(
507 void WriteNode::PutAutofillSpecificsAndMarkForSyncing(
515 void WriteNode::SetAutofillProfileSpecifics(
521 void WriteNode
692 WriteNode::WriteNode(WriteTransaction* transaction) function in class:sync_api::WriteNode
[all...]
H A Dsyncapi.h302 // WriteNode extends BaseNode to add mutation, and wraps
303 // syncable::MutableEntry. A WriteTransaction is needed to create a WriteNode.
304 class WriteNode : public BaseNode { class in namespace:sync_api
306 // Create a WriteNode using the given transaction.
307 explicit WriteNode(WriteTransaction* transaction);
308 virtual ~WriteNode();
469 DISALLOW_COPY_AND_ASSIGN(WriteNode);
519 // operations are performed by creating ReadNode and WriteNode instances using
583 // Provide access to the syncable.h transaction from the API WriteNode.
H A Dsyncapi_unittest.cc86 WriteNode node(&trans);
100 WriteNode node(&trans);
115 WriteNode node(&trans);
130 WriteNode node(&trans);
285 WriteNode node(&trans);
304 WriteNode folder_node(&trans);
309 WriteNode wnode(&trans);
321 WriteNode wnode(&trans);
347 WriteNode wnode(&trans);
380 WriteNode password_nod
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc129 if (!WriteNode(*static_cast<DictionaryValue*>(root_folder_value),
131 !WriteNode(*static_cast<DictionaryValue*>(other_folder_value),
228 bool WriteNode(const DictionaryValue& value, function in class:__anon1036::Writer
327 if (!WriteNode(*static_cast<DictionaryValue*>(child_value),
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_preference_unittest.cc129 sync_api::WriteNode* node) {
141 sync_api::WriteNode tag_node(&trans);
142 sync_api::WriteNode node(&trans);
226 sync_api::WriteNode node(&trans);

Completed in 149 milliseconds

12