Home | History | Annotate | Download | only in base

Lines Matching defs:Element

45   class Element {
47 Element();
48 ~Element();
51 // Explicitly sets the type of this Element. Used during IPC
96 // Though similar to bytes, a chunk indicates that the element is sent via
107 // Returns the byte-length of the element. For files that do not exist, 0
112 // Returns a FileStream opened for reading for this element, positioned at
114 // for cleaning up the FileStream. Returns NULL if this element is not of
170 std::vector<Element>* elements() {
174 void SetElements(const std::vector<Element>& elements);
176 void swap_elements(std::vector<Element>* elements) {
191 std::vector<Element> elements_;
200 inline bool operator==(const UploadData::Element& a,
201 const UploadData::Element& b) {
218 inline bool operator!=(const UploadData::Element& a,
219 const UploadData::Element& b) {