HomeSort by relevance Sort by last modified time
    Searched defs:ScopeContentDistribution (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ContentDistributor.cpp 78 ScopeContentDistribution::ScopeContentDistribution()
87 void ScopeContentDistribution::setInsertionPointAssignedTo(PassRefPtr<InsertionPoint> insertionPoint)
92 void ScopeContentDistribution::invalidateInsertionPointList()
98 const Vector<RefPtr<InsertionPoint> >& ScopeContentDistribution::ensureInsertionPointList(ShadowRoot* shadowRoot)
117 void ScopeContentDistribution::registerInsertionPoint(InsertionPoint* point)
129 void ScopeContentDistribution::unregisterInsertionPoint(InsertionPoint* point)
192 if (ScopeContentDistribution* scope = root->scopeDistribution()) {
332 if (ScopeContentDistribution* scope = root->scopeDistribution())
ContentDistributor.h 73 class ScopeContentDistribution {
75 ScopeContentDistribution();

Completed in 50 milliseconds