Element           261 base/json/json_value_converter.h template <typename Element>
Element           262 base/json/json_value_converter.h class RepeatedValueConverter : public ValueConverter<ScopedVector<Element> > {
Element           267 base/json/json_value_converter.h       const base::Value& value, ScopedVector<Element>* field) const OVERRIDE {
Element           280 base/json/json_value_converter.h       scoped_ptr<Element> e(new Element);
Element           292 base/json/json_value_converter.h   BasicValueConverter<Element> basic_converter_;
Element           393 chrome/browser/bookmarks/bookmark_model.cc   std::vector<BookmarkNodeData::Element> elements(drag_data.elements);
Element            21 chrome/browser/bookmarks/bookmark_node_data.cc BookmarkNodeData::Element::Element() : is_url(false), id_(0) {
Element            24 chrome/browser/bookmarks/bookmark_node_data.cc BookmarkNodeData::Element::Element(const BookmarkNode* node)
Element            34 chrome/browser/bookmarks/bookmark_node_data.cc     children.push_back(Element(node->GetChild(i)));
Element            37 chrome/browser/bookmarks/bookmark_node_data.cc BookmarkNodeData::Element::~Element() {
Element            40 chrome/browser/bookmarks/bookmark_node_data.cc void BookmarkNodeData::Element::WriteToPickle(Pickle* pickle) const {
Element            53 chrome/browser/bookmarks/bookmark_node_data.cc     for (std::vector<Element>::const_iterator i = children.begin();
Element            60 chrome/browser/bookmarks/bookmark_node_data.cc bool BookmarkNodeData::Element::ReadFromPickle(Pickle* pickle,
Element            92 chrome/browser/bookmarks/bookmark_node_data.cc       children.push_back(Element());
Element           106 chrome/browser/bookmarks/bookmark_node_data.cc   elements.push_back(Element(node));
Element           134 chrome/browser/bookmarks/bookmark_node_data.cc     elements.push_back(Element(nodes[i]));
Element           145 chrome/browser/bookmarks/bookmark_node_data.cc   Element element;
Element           204 chrome/browser/bookmarks/bookmark_node_data.cc     Element element;
Element           232 chrome/browser/bookmarks/bookmark_node_data.cc     std::vector<Element> tmp_elements;
Element            46 chrome/browser/bookmarks/bookmark_node_data.h     Element();
Element            47 chrome/browser/bookmarks/bookmark_node_data.h     explicit Element(const BookmarkNode* node);
Element            48 chrome/browser/bookmarks/bookmark_node_data.h     ~Element();
Element            66 chrome/browser/bookmarks/bookmark_node_data.h     std::vector<Element> children;
Element           163 chrome/browser/bookmarks/bookmark_node_data.h   std::vector<Element> elements;
Element           197 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   const BookmarkNodeData::Element& read_child =
Element           240 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   const BookmarkNodeData::Element& read_folder = read_data.elements[0];
Element           245 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   const BookmarkNodeData::Element& read_url = read_data.elements[1];
Element            56 chrome/browser/bookmarks/bookmark_node_data_views.cc     Element element;
Element            24 chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h     const std::vector<BookmarkNodeData::Element>& elements,
Element            30 chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h     std::vector<BookmarkNodeData::Element>& elements,
Element            37 chrome/browser/bookmarks/bookmark_utils.cc                            const BookmarkNodeData::Element& element,
Element           125 chrome/browser/bookmarks/bookmark_utils.cc                        const std::vector<BookmarkNodeData::Element>& elements,
Element            41 chrome/browser/bookmarks/bookmark_utils.h                        const std::vector<BookmarkNodeData::Element>& elements,
Element           357 chrome/browser/bookmarks/bookmark_utils_unittest.cc   std::vector<BookmarkNodeData::Element> elements;
Element           358 chrome/browser/bookmarks/bookmark_utils_unittest.cc   BookmarkNodeData::Element node_data(node);
Element           129 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc CreateApiNodeDataElement(const BookmarkNodeData::Element& element) {
Element           159 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc     std::vector<BookmarkNodeData::Element> elements = data.elements;
Element           126 chrome/browser/undo/bookmark_undo_service.cc   void UpdateBookmarkIds(const BookmarkNodeData::Element& element,
Element           167 chrome/browser/undo/bookmark_undo_service.cc     const BookmarkNodeData::Element& element,
Element           220 content/browser/loader/resource_dispatcher_host_impl.cc     const std::vector<ResourceRequestBody::Element>* uploads =
Element           222 content/browser/loader/resource_dispatcher_host_impl.cc     std::vector<ResourceRequestBody::Element>::const_iterator iter;
Element           224 content/browser/loader/resource_dispatcher_host_impl.cc       if (iter->type() == ResourceRequestBody::Element::TYPE_FILE &&
Element           230 content/browser/loader/resource_dispatcher_host_impl.cc       if (iter->type() == ResourceRequestBody::Element::TYPE_FILE_FILESYSTEM) {
Element            27 content/browser/loader/upload_data_stream_builder.cc                      const ResourceRequestBody::Element& element)
Element            30 content/browser/loader/upload_data_stream_builder.cc     DCHECK_EQ(ResourceRequestBody::Element::TYPE_BYTES, element.type());
Element            48 content/browser/loader/upload_data_stream_builder.cc                     const ResourceRequestBody::Element& element)
Element            55 content/browser/loader/upload_data_stream_builder.cc     DCHECK_EQ(ResourceRequestBody::Element::TYPE_FILE, element.type());
Element            69 content/browser/loader/upload_data_stream_builder.cc     const ResourceRequestBody::Element& element,
Element            70 content/browser/loader/upload_data_stream_builder.cc     std::vector<const ResourceRequestBody::Element*>* resolved_elements) {
Element           103 content/browser/loader/upload_data_stream_builder.cc   std::vector<const ResourceRequestBody::Element*> resolved_elements;
Element           105 content/browser/loader/upload_data_stream_builder.cc     const ResourceRequestBody::Element& element = (*body->elements())[i];
Element           106 content/browser/loader/upload_data_stream_builder.cc     if (element.type() == ResourceRequestBody::Element::TYPE_BLOB)
Element           114 content/browser/loader/upload_data_stream_builder.cc     const ResourceRequestBody::Element& element = *resolved_elements[i];
Element           116 content/browser/loader/upload_data_stream_builder.cc       case ResourceRequestBody::Element::TYPE_BYTES:
Element           119 content/browser/loader/upload_data_stream_builder.cc       case ResourceRequestBody::Element::TYPE_FILE:
Element           123 content/browser/loader/upload_data_stream_builder.cc       case ResourceRequestBody::Element::TYPE_FILE_FILESYSTEM:
Element           132 content/browser/loader/upload_data_stream_builder.cc       case ResourceRequestBody::Element::TYPE_BLOB:
Element           136 content/browser/loader/upload_data_stream_builder.cc       case ResourceRequestBody::Element::TYPE_UNKNOWN:
Element            30 content/browser/loader/upload_data_stream_builder_unittest.cc                       const ResourceRequestBody::Element& element) {
Element            32 content/browser/loader/upload_data_stream_builder_unittest.cc     case ResourceRequestBody::Element::TYPE_BYTES: {
Element            40 content/browser/loader/upload_data_stream_builder_unittest.cc     case ResourceRequestBody::Element::TYPE_FILE: {
Element           117 content/browser/loader/upload_data_stream_builder_unittest.cc   ResourceRequestBody::Element blob_element1, blob_element2;
Element           128 content/browser/loader/upload_data_stream_builder_unittest.cc   ResourceRequestBody::Element upload_element1, upload_element2;
Element           409 content/child/web_url_loader_impl.cc     WebHTTPBody::Element element;
Element           413 content/child/web_url_loader_impl.cc         case WebHTTPBody::Element::TypeData:
Element           421 content/child/web_url_loader_impl.cc         case WebHTTPBody::Element::TypeFile:
Element           434 content/child/web_url_loader_impl.cc         case WebHTTPBody::Element::TypeFileSystemURL: {
Element           444 content/child/web_url_loader_impl.cc         case WebHTTPBody::Element::TypeBlob:
Element            28 content/common/page_state_serialization.cc   element.type = blink::WebHTTPBody::Element::TypeData;
Element            39 content/common/page_state_serialization.cc   element.type = blink::WebHTTPBody::Element::TypeFile;
Element            53 content/common/page_state_serialization.cc   element.type = blink::WebHTTPBody::Element::TypeFileSystemURL;
Element            64 content/common/page_state_serialization.cc   element.type = blink::WebHTTPBody::Element::TypeBlob;
Element            75 content/common/page_state_serialization.cc     if (elements[i].type == blink::WebHTTPBody::Element::TypeFile)
Element           421 content/common/page_state_serialization.cc     if (element.type == blink::WebHTTPBody::Element::TypeData) {
Element           424 content/common/page_state_serialization.cc     } else if (element.type == blink::WebHTTPBody::Element::TypeFile) {
Element           430 content/common/page_state_serialization.cc                blink::WebHTTPBody::Element::TypeFileSystemURL) {
Element           436 content/common/page_state_serialization.cc       DCHECK(element.type == blink::WebHTTPBody::Element::TypeBlob);
Element           454 content/common/page_state_serialization.cc     if (type == blink::WebHTTPBody::Element::TypeData) {
Element           462 content/common/page_state_serialization.cc     } else if (type == blink::WebHTTPBody::Element::TypeFile) {
Element           469 content/common/page_state_serialization.cc     } else if (type == blink::WebHTTPBody::Element::TypeFileSystemURL) {
Element           476 content/common/page_state_serialization.cc     } else if (type == blink::WebHTTPBody::Element::TypeBlob) {
Element           662 content/common/page_state_serialization.cc     : type(blink::WebHTTPBody::Element::TypeData),
Element            20 content/common/page_state_serialization.h   blink::WebHTTPBody::Element::Type type;
Element           117 content/common/page_state_serialization_unittest.cc     e1.type = blink::WebHTTPBody::Element::TypeData;
Element           122 content/common/page_state_serialization_unittest.cc     e2.type = blink::WebHTTPBody::Element::TypeFile;
Element           161 content/common/page_state_serialization_unittest.cc       e1.type = blink::WebHTTPBody::Element::TypeData;
Element           166 content/common/page_state_serialization_unittest.cc       e2.type = blink::WebHTTPBody::Element::TypeFile;
Element           171 content/common/page_state_serialization_unittest.cc       e3.type = blink::WebHTTPBody::Element::TypeData;
Element           352 content/common/page_state_serialization_unittest.cc   p.WriteInt(blink::WebHTTPBody::Element::TypeData);
Element            15 content/common/resource_request_body.cc     elements_.push_back(Element());
Element            24 content/common/resource_request_body.cc   elements_.push_back(Element());
Element            30 content/common/resource_request_body.cc   elements_.push_back(Element());
Element            37 content/common/resource_request_body.cc   elements_.push_back(Element());
Element            41 content/common/resource_request_body.h   const std::vector<Element>* elements() const { return &elements_; }
Element            42 content/common/resource_request_body.h   std::vector<Element>* elements_mutable() { return &elements_; }
Element            43 content/common/resource_request_body.h   void swap_elements(std::vector<Element>* elements) {
Element            57 content/common/resource_request_body.h   std::vector<Element> elements_;
Element            87 content/public/common/page_state.cc       element.type = blink::WebHTTPBody::Element::TypeData;
Element            93 content/public/common/page_state.cc       element.type = blink::WebHTTPBody::Element::TypeFile;
Element            32 content/public/renderer/history_item_serialization.cc void ToExplodedHttpBodyElement(const WebHTTPBody::Element& input,
Element            35 content/public/renderer/history_item_serialization.cc     case WebHTTPBody::Element::TypeData:
Element            38 content/public/renderer/history_item_serialization.cc     case WebHTTPBody::Element::TypeFile:
Element            44 content/public/renderer/history_item_serialization.cc     case WebHTTPBody::Element::TypeFileSystemURL:
Element            50 content/public/renderer/history_item_serialization.cc     case WebHTTPBody::Element::TypeBlob:
Element            59 content/public/renderer/history_item_serialization.cc     case WebHTTPBody::Element::TypeData:
Element            62 content/public/renderer/history_item_serialization.cc     case WebHTTPBody::Element::TypeFile:
Element            69 content/public/renderer/history_item_serialization.cc     case WebHTTPBody::Element::TypeFileSystemURL:
Element            76 content/public/renderer/history_item_serialization.cc     case WebHTTPBody::Element::TypeBlob:
Element           103 content/public/renderer/history_item_serialization.cc       WebHTTPBody::Element element;
Element            36 content/renderer/npapi/webplugin_impl_unittest.cc   WebHTTPBody::Element element;
Element            38 content/renderer/npapi/webplugin_impl_unittest.cc     if (element.type == WebHTTPBody::Element::TypeData) {
Element           374 content/renderer/render_view_browsertest.cc   blink::WebHTTPBody::Element element;
Element           377 content/renderer/render_view_browsertest.cc   EXPECT_EQ(blink::WebHTTPBody::Element::TypeData, element.type);
Element            16 courgette/ensemble.cc Element::Element(ExecutableType kind,
Element            22 courgette/ensemble.cc Element::~Element() {}
Element            24 courgette/ensemble.cc std::string Element::Name() const {
Element            50 courgette/ensemble.cc       Element* element = new Element(type, this, region);
Element            36 courgette/ensemble.h class Element {
Element            38 courgette/ensemble.h   Element(ExecutableType kind,
Element            42 courgette/ensemble.h   virtual ~Element();
Element            59 courgette/ensemble.h   DISALLOW_COPY_AND_ASSIGN(Element);
Element            76 courgette/ensemble.h   const std::vector<Element*>& elements() const { return elements_; }
Element            84 courgette/ensemble.h   std::vector<Element*> elements_;        // Embedded elements discovered.
Element            85 courgette/ensemble.h   std::vector<Element*> owned_elements_;  // For deallocation.
Element            90 courgette/ensemble.h inline size_t Element::offset_in_ensemble() const {
Element           198 courgette/ensemble.h   TransformationPatchGenerator(Element* old_element,
Element           199 courgette/ensemble.h                                Element* new_element,
Element           242 courgette/ensemble.h   Element* old_element_;
Element           243 courgette/ensemble.h   Element* new_element_;
Element            37 courgette/ensemble_create.cc     Element* old_element,
Element            38 courgette/ensemble_create.cc     Element* new_element,
Element            65 courgette/ensemble_create.cc TransformationPatchGenerator* MakeGenerator(Element* old_element,
Element            66 courgette/ensemble_create.cc                                             Element* new_element) {
Element           124 courgette/ensemble_create.cc bool UnsafeDifference(Element* old_element, Element* new_element) {
Element           150 courgette/ensemble_create.cc   std::vector<Element*> old_elements(old_ensemble->elements());
Element           151 courgette/ensemble_create.cc   std::vector<Element*> new_elements(new_ensemble->elements());
Element           168 courgette/ensemble_create.cc     Element* new_element = new_elements[new_index];
Element           183 courgette/ensemble_create.cc     Element* best_old_element = NULL;
Element           186 courgette/ensemble_create.cc       Element* old_element = old_elements[old_index];
Element            21 courgette/patch_generator_x86_32.h   PatchGeneratorX86_32(Element* old_element,
Element            22 courgette/patch_generator_x86_32.h                        Element* new_element,
Element            67 third_party/protobuf/src/google/protobuf/extension_set.h   template <typename Element> class RepeatedField;     // repeated_field.h
Element            68 third_party/protobuf/src/google/protobuf/extension_set.h   template <typename Element> class RepeatedPtrField;  // repeated_field.h
Element            82 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element            95 third_party/protobuf/src/google/protobuf/repeated_field.h   const Element& Get(int index) const;
Element            96 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* Mutable(int index);
Element            97 third_party/protobuf/src/google/protobuf/repeated_field.h   void Set(int index, const Element& value);
Element            98 third_party/protobuf/src/google/protobuf/repeated_field.h   void Add(const Element& value);
Element            99 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* Add();
Element           107 third_party/protobuf/src/google/protobuf/repeated_field.h   void ExtractSubrange(int start, int num, Element* elements);
Element           120 third_party/protobuf/src/google/protobuf/repeated_field.h   void AddAlreadyReserved(const Element& value);
Element           121 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* AddAlreadyReserved();
Element           126 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* mutable_data();
Element           127 third_party/protobuf/src/google/protobuf/repeated_field.h   const Element* data() const;
Element           136 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef Element* iterator;
Element           137 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef const Element* const_iterator;
Element           138 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef Element value_type;
Element           174 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* elements_;
Element           181 third_party/protobuf/src/google/protobuf/repeated_field.h   void MoveArray(Element to[], Element from[], int size);
Element           184 third_party/protobuf/src/google/protobuf/repeated_field.h   void CopyArray(Element to[], const Element from[], int size);
Element           198 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element,
Element           199 third_party/protobuf/src/google/protobuf/repeated_field.h           bool HasTrivialCopy = has_trivial_copy<Element>::value>
Element           201 third_party/protobuf/src/google/protobuf/repeated_field.h   void operator()(Element to[], const Element from[], int array_size);
Element           402 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           415 third_party/protobuf/src/google/protobuf/repeated_field.h   const Element& Get(int index) const;
Element           416 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* Mutable(int index);
Element           417 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* Add();
Element           441 third_party/protobuf/src/google/protobuf/repeated_field.h   Element** mutable_data();
Element           442 third_party/protobuf/src/google/protobuf/repeated_field.h   const Element* const* data() const;
Element           451 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef internal::RepeatedPtrIterator<Element> iterator;
Element           452 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef internal::RepeatedPtrIterator<const Element> const_iterator;
Element           453 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef Element value_type;
Element           503 third_party/protobuf/src/google/protobuf/repeated_field.h   void AddAllocated(Element* value);
Element           506 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* ReleaseLast();
Element           517 third_party/protobuf/src/google/protobuf/repeated_field.h   void ExtractSubrange(int start, int num, Element** elements);
Element           533 third_party/protobuf/src/google/protobuf/repeated_field.h   void AddCleared(Element* value);
Element           537 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* ReleaseCleared();
Element           550 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           551 third_party/protobuf/src/google/protobuf/repeated_field.h inline RepeatedField<Element>::RepeatedField()
Element           557 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           558 third_party/protobuf/src/google/protobuf/repeated_field.h inline RepeatedField<Element>::RepeatedField(const RepeatedField& other)
Element           565 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           567 third_party/protobuf/src/google/protobuf/repeated_field.h inline RepeatedField<Element>::RepeatedField(Iter begin, const Iter& end)
Element           576 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           577 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedField<Element>::~RepeatedField() {
Element           581 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           582 third_party/protobuf/src/google/protobuf/repeated_field.h inline RepeatedField<Element>&
Element           583 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedField<Element>::operator=(const RepeatedField& other) {
Element           589 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           590 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedField<Element>::size() const {
Element           594 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           595 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedField<Element>::Capacity() const {
Element           599 third_party/protobuf/src/google/protobuf/repeated_field.h template<typename Element>
Element           600 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::AddAlreadyReserved(const Element& value) {
Element           605 third_party/protobuf/src/google/protobuf/repeated_field.h template<typename Element>
Element           606 third_party/protobuf/src/google/protobuf/repeated_field.h inline Element* RepeatedField<Element>::AddAlreadyReserved() {
Element           611 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           612 third_party/protobuf/src/google/protobuf/repeated_field.h inline const Element& RepeatedField<Element>::Get(int index) const {
Element           617 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           618 third_party/protobuf/src/google/protobuf/repeated_field.h inline Element* RepeatedField<Element>::Mutable(int index) {
Element           623 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           624 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::Set(int index, const Element& value) {
Element           629 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           630 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::Add(const Element& value) {
Element           635 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           636 third_party/protobuf/src/google/protobuf/repeated_field.h inline Element* RepeatedField<Element>::Add() {
Element           641 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           642 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::RemoveLast() {
Element           647 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           648 third_party/protobuf/src/google/protobuf/repeated_field.h void RepeatedField<Element>::ExtractSubrange(
Element           649 third_party/protobuf/src/google/protobuf/repeated_field.h     int start, int num, Element* elements) {
Element           668 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           669 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::Clear() {
Element           673 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           674 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::MergeFrom(const RepeatedField& other) {
Element           682 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           683 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::CopyFrom(const RepeatedField& other) {
Element           688 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           689 third_party/protobuf/src/google/protobuf/repeated_field.h inline Element* RepeatedField<Element>::mutable_data() {
Element           693 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           694 third_party/protobuf/src/google/protobuf/repeated_field.h inline const Element* RepeatedField<Element>::data() const {
Element           699 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           700 third_party/protobuf/src/google/protobuf/repeated_field.h void RepeatedField<Element>::Swap(RepeatedField* other) {
Element           702 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* swap_elements     = elements_;
Element           715 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           716 third_party/protobuf/src/google/protobuf/repeated_field.h void RepeatedField<Element>::SwapElements(int index1, int index2) {
Element           720 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           721 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedField<Element>::iterator
Element           722 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedField<Element>::begin() {
Element           725 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           726 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedField<Element>::const_iterator
Element           727 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedField<Element>::begin() const {
Element           730 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           731 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedField<Element>::iterator
Element           732 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedField<Element>::end() {
Element           735 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           736 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedField<Element>::const_iterator
Element           737 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedField<Element>::end() const {
Element           741 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           742 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedField<Element>::SpaceUsedExcludingSelf() const {
Element           748 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           749 third_party/protobuf/src/google/protobuf/repeated_field.h void RepeatedField<Element>::Reserve(int new_size) {
Element           752 third_party/protobuf/src/google/protobuf/repeated_field.h   Element* old_elements = elements_;
Element           755 third_party/protobuf/src/google/protobuf/repeated_field.h   elements_ = new Element[total_size_];
Element           762 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           763 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::Truncate(int new_size) {
Element           768 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           769 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::MoveArray(
Element           770 third_party/protobuf/src/google/protobuf/repeated_field.h     Element to[], Element from[], int array_size) {
Element           774 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           775 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedField<Element>::CopyArray(
Element           776 third_party/protobuf/src/google/protobuf/repeated_field.h     Element to[], const Element from[], int array_size) {
Element           777 third_party/protobuf/src/google/protobuf/repeated_field.h   internal::ElementCopier<Element>()(to, from, array_size);
Element           782 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element, bool HasTrivialCopy>
Element           783 third_party/protobuf/src/google/protobuf/repeated_field.h void ElementCopier<Element, HasTrivialCopy>::operator()(
Element           784 third_party/protobuf/src/google/protobuf/repeated_field.h     Element to[], const Element from[], int array_size) {
Element           788 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           789 third_party/protobuf/src/google/protobuf/repeated_field.h struct ElementCopier<Element, true> {
Element           790 third_party/protobuf/src/google/protobuf/repeated_field.h   void operator()(Element to[], const Element from[], int array_size) {
Element           791 third_party/protobuf/src/google/protobuf/repeated_field.h     memcpy(to, from, array_size * sizeof(Element));
Element           988 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element           989 third_party/protobuf/src/google/protobuf/repeated_field.h class RepeatedPtrField<Element>::TypeHandler
Element           990 third_party/protobuf/src/google/protobuf/repeated_field.h     : public internal::GenericTypeHandler<Element> {
Element           999 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1000 third_party/protobuf/src/google/protobuf/repeated_field.h inline RepeatedPtrField<Element>::RepeatedPtrField() {}
Element          1002 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1003 third_party/protobuf/src/google/protobuf/repeated_field.h inline RepeatedPtrField<Element>::RepeatedPtrField(
Element          1008 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1010 third_party/protobuf/src/google/protobuf/repeated_field.h inline RepeatedPtrField<Element>::RepeatedPtrField(
Element          1017 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1018 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedPtrField<Element>::~RepeatedPtrField() {
Element          1022 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1023 third_party/protobuf/src/google/protobuf/repeated_field.h inline RepeatedPtrField<Element>& RepeatedPtrField<Element>::operator=(
Element          1030 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1031 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedPtrField<Element>::size() const {
Element          1035 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1036 third_party/protobuf/src/google/protobuf/repeated_field.h inline const Element& RepeatedPtrField<Element>::Get(int index) const {
Element          1041 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1042 third_party/protobuf/src/google/protobuf/repeated_field.h inline Element* RepeatedPtrField<Element>::Mutable(int index) {
Element          1046 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1047 third_party/protobuf/src/google/protobuf/repeated_field.h inline Element* RepeatedPtrField<Element>::Add() {
Element          1051 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1052 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::RemoveLast() {
Element          1056 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1057 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::DeleteSubrange(int start, int num) {
Element          1066 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1067 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::ExtractSubrange(
Element          1068 third_party/protobuf/src/google/protobuf/repeated_field.h     int start, int num, Element** elements) {
Element          1083 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1084 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::Clear() {
Element          1088 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1089 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::MergeFrom(
Element          1094 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1095 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::CopyFrom(
Element          1100 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1101 third_party/protobuf/src/google/protobuf/repeated_field.h inline Element** RepeatedPtrField<Element>::mutable_data() {
Element          1105 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1106 third_party/protobuf/src/google/protobuf/repeated_field.h inline const Element* const* RepeatedPtrField<Element>::data() const {
Element          1110 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1111 third_party/protobuf/src/google/protobuf/repeated_field.h void RepeatedPtrField<Element>::Swap(RepeatedPtrField* other) {
Element          1115 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1116 third_party/protobuf/src/google/protobuf/repeated_field.h void RepeatedPtrField<Element>::SwapElements(int index1, int index2) {
Element          1120 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1121 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedPtrField<Element>::SpaceUsedExcludingSelf() const {
Element          1125 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1126 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::AddAllocated(Element* value) {
Element          1130 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1131 third_party/protobuf/src/google/protobuf/repeated_field.h inline Element* RepeatedPtrField<Element>::ReleaseLast() {
Element          1136 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1137 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedPtrField<Element>::ClearedCount() const {
Element          1141 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1142 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::AddCleared(Element* value) {
Element          1146 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1147 third_party/protobuf/src/google/protobuf/repeated_field.h inline Element* RepeatedPtrField<Element>::ReleaseCleared() {
Element          1151 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1152 third_party/protobuf/src/google/protobuf/repeated_field.h inline void RepeatedPtrField<Element>::Reserve(int new_size) {
Element          1156 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1157 third_party/protobuf/src/google/protobuf/repeated_field.h inline int RepeatedPtrField<Element>::Capacity() const {
Element          1176 third_party/protobuf/src/google/protobuf/repeated_field.h template<typename Element>
Element          1179 third_party/protobuf/src/google/protobuf/repeated_field.h           std::random_access_iterator_tag, Element> {
Element          1181 third_party/protobuf/src/google/protobuf/repeated_field.h   typedef RepeatedPtrIterator<Element> iterator;
Element          1183 third_party/protobuf/src/google/protobuf/repeated_field.h           std::random_access_iterator_tag, Element> superclass;
Element          1201 third_party/protobuf/src/google/protobuf/repeated_field.h       implicit_cast<Element*, OtherElement*>(0);
Element          1206 third_party/protobuf/src/google/protobuf/repeated_field.h   reference operator*() const { return *reinterpret_cast<Element*>(*it_); }
Element          1268 third_party/protobuf/src/google/protobuf/repeated_field.h template<typename Element, typename VoidPtr>
Element          1270 third_party/protobuf/src/google/protobuf/repeated_field.h     : public std::iterator<std::random_access_iterator_tag, Element*> {
Element          1274 third_party/protobuf/src/google/protobuf/repeated_field.h           std::random_access_iterator_tag, Element*> superclass;
Element          1286 third_party/protobuf/src/google/protobuf/repeated_field.h   reference operator*() const { return *reinterpret_cast<Element**>(it_); }
Element          1343 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1344 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedPtrField<Element>::iterator
Element          1345 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedPtrField<Element>::begin() {
Element          1348 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1349 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedPtrField<Element>::const_iterator
Element          1350 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedPtrField<Element>::begin() const {
Element          1353 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1354 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedPtrField<Element>::iterator
Element          1355 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedPtrField<Element>::end() {
Element          1358 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1359 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedPtrField<Element>::const_iterator
Element          1360 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedPtrField<Element>::end() const {
Element          1364 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1365 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedPtrField<Element>::pointer_iterator
Element          1366 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedPtrField<Element>::pointer_begin() {
Element          1369 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1370 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedPtrField<Element>::const_pointer_iterator
Element          1371 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedPtrField<Element>::pointer_begin() const {
Element          1374 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1375 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedPtrField<Element>::pointer_iterator
Element          1376 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedPtrField<Element>::pointer_end() {
Element          1379 third_party/protobuf/src/google/protobuf/repeated_field.h template <typename Element>
Element          1380 third_party/protobuf/src/google/protobuf/repeated_field.h inline typename RepeatedPtrField<Element>::const_pointer_iterator
Element          1381 third_party/protobuf/src/google/protobuf/repeated_field.h RepeatedPtrField<Element>::pointer_end() const {
Element            87 ui/base/l10n/l10n_util_collator.h template <class Element>
Element            88 ui/base/l10n/l10n_util_collator.h class StringComparator : public std::binary_function<const Element&,
Element            89 ui/base/l10n/l10n_util_collator.h                                                      const Element&,
Element            96 ui/base/l10n/l10n_util_collator.h   bool operator()(const Element& lhs, const Element& rhs) {
Element           118 ui/base/l10n/l10n_util_collator.h template <class Element>
Element           120 ui/base/l10n/l10n_util_collator.h                              std::vector<Element>* elements,
Element           131 ui/base/l10n/l10n_util_collator.h   StringComparator<Element> c(collator.get());
Element           141 ui/base/l10n/l10n_util_collator.h template <class Element>
Element           143 ui/base/l10n/l10n_util_collator.h                              std::vector<Element>* elements,
Element           145 ui/base/l10n/l10n_util_collator.h   SortVectorWithStringKey<Element>(locale, elements, 0, elements->size(),
Element           102 ui/compositor/layer_animator.cc       LayerAnimationElement::Create##name##Element(value, duration)); \