Home | History | Annotate | Download | only in bookmarks

Lines Matching defs:Element

42   // Element represents a single node.
43 struct Element {
44 Element();
45 explicit Element(const BookmarkNode* node);
46 ~Element();
48 // If true, this element represents a URL.
58 std::vector<Element> children;
66 // For reading/writing this Element.
106 // Writes elements to data. If there is only one element and it is a URL
154 std::vector<Element> elements;