HomeSort by relevance Sort by last modified time
    Searched refs:WriteNode (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium/chrome/browser/sync/glue/
extension_sync_traits.h 16 class WriteNode;
38 const sync_pb::ExtensionSpecifics&, sync_api::WriteNode*);
bookmark_change_processor.h 89 sync_api::WriteNode* sync_node);
140 sync_api::WriteNode* dst,
146 sync_api::WriteNode* dst);
preference_model_associator.h 22 class WriteNode;
109 sync_api::WriteNode* node);
theme_model_associator.cc 46 sync_api::WriteNode node(&trans);
61 sync_api::WriteNode node(&trans);
extension_sync_traits.cc 45 sync_api::WriteNode* node) {
105 sync_api::WriteNode* node) {
password_model_associator.h 30 class WriteNode;
117 sync_api::WriteNode* node);
typed_url_model_associator.h 30 class WriteNode;
122 sync_api::WriteNode* node);
autofill_profile_change_processor.cc 142 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) {
bookmark_change_processor.cc 51 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) {
autofill_change_processor.h 64 sync_api::WriteNode* node);
autofill_profile_change_processor.h 52 sync_api::WriteNode* node);
password_change_processor.cc 74 sync_api::WriteNode sync_node(&trans);
87 sync_api::WriteNode sync_node(&trans);
105 sync_api::WriteNode sync_node(&trans);
extension_sync.cc 213 sync_api::WriteNode write_node(trans);
222 sync_api::WriteNode create_node(trans);
337 sync_api::WriteNode write_node(&trans);
preference_model_associator.cc 54 sync_api::WriteNode node(trans);
98 sync_api::WriteNode write_node(trans);
242 sync_api::WriteNode* node) {
autofill_change_processor.cc 99 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) {
password_model_associator.cc 87 sync_api::WriteNode write_node(&trans);
99 sync_api::WriteNode node(&trans);
158 sync_api::WriteNode sync_node(trans);
363 sync_api::WriteNode* node) {
theme_change_processor.cc 37 sync_api::WriteNode node(&trans);
typed_url_change_processor.cc 107 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);
typed_url_model_associator.cc 93 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/
InheritViz.cpp 46 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) {
104 WriteNode(Base->getType(), Base->isVirtual());
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 433 // 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::PutAutofillProfileSpecificsAndMarkForSyncing
    [all...]
syncapi.h 302 // WriteNode extends BaseNode to add mutation, and wraps
303 // syncable::MutableEntry. A WriteTransaction is needed to create a WriteNode.
304 class WriteNode : public BaseNode {
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.
    [all...]
syncapi_unittest.cc 86 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_node(&trans)
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 129 if (!WriteNode(*static_cast<DictionaryValue*>(root_folder_value),
131 !WriteNode(*static_cast<DictionaryValue*>(other_folder_value),
228 bool WriteNode(const DictionaryValue& value,
327 if (!WriteNode(*static_cast<DictionaryValue*>(child_value),
  /external/chromium/chrome/browser/sync/
profile_sync_service_preference_unittest.cc 129 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 832 milliseconds

1 2