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

1 2

  /external/chromium/chrome/browser/sync/glue/
model_associator.h 13 class BaseNode;
79 sync_api::BaseNode* sync_node) = 0;
extension_sync_traits.h 15 class BaseNode;
31 // ExtensionSpecificsGetter : BaseNode -> ExtensionSpecifics
33 const sync_api::BaseNode&);
35 // A function that sets the appropriate member of the given BaseNode
bookmark_model_associator.h 22 class BaseNode;
76 sync_api::BaseNode* sync_node);
126 const sync_api::BaseNode* sync_node) const;
bookmark_change_processor.h 65 sync_api::BaseNode* sync_node,
74 static bool SetBookmarkFavicon(sync_api::BaseNode* sync_node,
116 sync_api::BaseNode* src,
126 const sync_api::BaseNode* node) const;
preference_model_associator.h 52 const sync_api::BaseNode& root,
80 sync_api::BaseNode* sync_node);
autofill_profile_model_associator.h 81 sync_api::BaseNode* sync_node);
126 const sync_api::BaseNode& autofill_root,
163 const sync_api::BaseNode& autofill_root,
extension_sync_traits.cc 39 const sync_api::BaseNode& node) {
99 const sync_api::BaseNode& node) {
autofill_profile_change_processor.h 75 sync_api::BaseNode& autofill_profile_root,
bookmark_model_associator.cc 77 const BookmarkNode* FindBookmarkNode(const sync_api::BaseNode& sync_node);
96 const sync_api::BaseNode& sync_node) {
198 sync_api::BaseNode* sync_node) {
264 const sync_api::BaseNode* sync_node) const {
password_model_associator.h 82 sync_api::BaseNode* sync_node);
typed_url_model_associator.h 85 sync_api::BaseNode* sync_node);
session_model_associator.h 89 sync_api::BaseNode* sync_node);
125 sync_api::BaseNode* sync_node);
autofill_model_associator.h 77 sync_api::BaseNode* sync_node);
bookmark_change_processor.cc 330 const sync_api::BaseNode* child_info) const {
447 sync_api::BaseNode* src,
486 sync_api::BaseNode* sync_node,
509 sync_api::BaseNode* sync_node,
preference_model_associator.cc 47 const sync_api::BaseNode& root,
180 sync_api::BaseNode* sync_node) {
autofill_profile_model_associator.cc 262 const sync_api::BaseNode& autofill_root,
292 const sync_api::BaseNode& autofill_root,
454 sync_api::BaseNode* sync_node) {
autofill_profile_model_associator_unittest.cc 59 const sync_api::BaseNode&,
autofill_profile_change_processor.cc 282 sync_api::BaseNode& autofill_profile_root,
password_model_associator.cc 221 sync_api::BaseNode* sync_node) {
session_model_associator.cc 62 sync_api::BaseNode* sync_node) {
105 sync_api::BaseNode* sync_node) {
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
BaseNode.java 25 public abstract class BaseNode implements Node {
SimpleNode.java 5 public class SimpleNode extends org.apache.james.mime4j.field.address.parser.BaseNode implements Node {
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 132 // A valid BaseNode will never have an ID of zero.
135 // BaseNode wraps syncable::Entry, and corresponds to a single object's state.
137 // transaction is necessary to create a BaseNode or any of its children.
138 // Unlike syncable::Entry, a sync API BaseNode is identified primarily by its
140 class BaseNode {
142 // All subclasses of BaseNode must provide a way to initialize themselves by
147 // All subclasses of BaseNode must also provide a way to initialize themselves
265 BaseNode();
266 virtual ~BaseNode();
276 // This method is invoked once when the BaseNode is initialized
    [all...]
syncapi.cc 180 // BaseNode member definitions.
182 BaseNode::BaseNode() {}
184 BaseNode::~BaseNode() {}
186 std::string BaseNode::GenerateSyncableHash(
217 bool BaseNode::DecryptIfNecessary(Entry* entry) {
249 const sync_pb::EntitySpecifics& BaseNode::GetUnencryptedSpecifics(
263 int64 BaseNode::GetParentId() const {
268 int64 BaseNode::GetId() const
    [all...]
syncapi_unittest.cc 126 BaseNode* predecessor) {
226 BaseNode::GenerateSyncableHash(syncable::BOOKMARKS, "tag1"));
228 BaseNode::GenerateSyncableHash(syncable::PREFERENCES, "tag1"));
230 BaseNode::GenerateSyncableHash(syncable::AUTOFILL, "tag1"));
233 BaseNode::GenerateSyncableHash(syncable::BOOKMARKS, "tag2"));
235 BaseNode::GenerateSyncableHash(syncable::PREFERENCES, "tag2"));
237 BaseNode::GenerateSyncableHash(syncable::AUTOFILL, "tag2"));
403 void CheckNodeValue(const BaseNode& node, const DictionaryValue& value) {
    [all...]

Completed in 290 milliseconds

1 2