Searched refs:ListContainerCharAllocator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/quads/
H A Dlist_container.h45 class CC_EXPORT ListContainerCharAllocator; member in class:cc::ListContainer
48 // ListContainerCharAllocator. It is a base class for ListContainer iterators.
50 ListContainerCharAllocator* ptr_to_container;
57 PositionInListContainerCharAllocator(ListContainerCharAllocator* container,
72 // ListContainerCharAllocator.
74 Iterator(ListContainerCharAllocator* container,
86 // ListContainerCharAllocator.
88 ConstIterator(ListContainerCharAllocator* container,
102 // ListContainerCharAllocator.
104 ReverseIterator(ListContainerCharAllocator* containe
[all...]
H A Dlist_container.cc20 // ListContainerCharAllocator
25 class ListContainer<BaseElementType>::ListContainerCharAllocator { class in class:cc::ListContainer
27 // ListContainerCharAllocator::InnerList
47 // ListContainerCharAllocator does not handle construction after
77 explicit ListContainerCharAllocator(size_t element_size) function in class:cc::ListContainer::ListContainerCharAllocator
85 ListContainerCharAllocator(size_t element_size, size_t element_count) function in class:cc::ListContainer::ListContainerCharAllocator
94 ~ListContainerCharAllocator() {}
164 DISALLOW_COPY_AND_ASSIGN(ListContainerCharAllocator);
181 typename ListContainer<BaseElementType>::ListContainerCharAllocator*
210 typename ListContainerCharAllocator
[all...]

Completed in 95 milliseconds