HomeSort by relevance Sort by last modified time
    Searched defs:BaseNode (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
BaseNode.java 25 public abstract class BaseNode implements Node {
  /external/chromium_org/sync/internal_api/public/
base_node.h 51 // A valid BaseNode will never have an ID of zero.
54 // BaseNode wraps syncable::Entry, and corresponds to a single object's state.
56 // transaction is necessary to create a BaseNode or any of its children.
57 // Unlike syncable::Entry, a sync API BaseNode is identified primarily by its
59 class SYNC_EXPORT BaseNode {
75 // All subclasses of BaseNode must provide a way to initialize themselves by
80 // All subclasses of BaseNode must also provide a way to initialize themselves
215 BaseNode();
216 virtual ~BaseNode();
222 // This method is invoked once when the BaseNode is initialized
    [all...]
  /external/chromium_org/sync/internal_api/
base_node.cc 43 BaseNode::BaseNode() : password_data_(new sync_pb::PasswordSpecificsData) {}
45 BaseNode::~BaseNode() {}
47 bool BaseNode::DecryptIfNecessary() {
109 const sync_pb::EntitySpecifics& BaseNode::GetUnencryptedSpecifics(
141 int64 BaseNode::GetParentId() const {
146 int64 BaseNode::GetId() const {
150 base::Time BaseNode::GetModificationTime() const {
154 bool BaseNode::GetIsFolder() const
    [all...]

Completed in 94 milliseconds