Searched refs:ContentDistribution (Results 1 – 18 of 18) sorted by relevance
34 void ContentDistribution::swap(ContentDistribution& other) in swap()40 void ContentDistribution::append(PassRefPtrWillBeRawPtr<Node> node) in append()49 size_t ContentDistribution::find(const Node* node) const in find()58 Node* ContentDistribution::nextTo(const Node* node) const in nextTo()66 Node* ContentDistribution::previousTo(const Node* node) const in previousTo()74 void ContentDistribution::trace(Visitor* visitor) in trace()
40 class ContentDistribution FINAL {43 ContentDistribution() { m_nodes.reserveInitialCapacity(32); } in ContentDistribution() function61 void swap(ContentDistribution& other);
46 void setDistribution(ContentDistribution&);83 ContentDistribution m_distribution;
56 void InsertionPoint::setDistribution(ContentDistribution& distribution) in setDistribution()
87 ContentDistribution distribution; in distributeTo()
168 third_party/WebKit/Source/core/dom/shadow/ContentDistribution.cpp \
2269 'dom/shadow/ContentDistribution.cpp',2270 'dom/shadow/ContentDistribution.h',