HomeSort by relevance Sort by last modified time
    Searched refs:scopeDistribution (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 94 ScopeContentDistribution* scopeDistribution() { return m_scopeDistribution.get(); }
95 const ScopeContentDistribution* scopeDistribution() const { return m_scopeDistribution.get(); }
ShadowRoot.cpp 284 if (root && root->scopeDistribution())
285 root->scopeDistribution()->unregisterElementShadow();
ContentDistributor.cpp 192 if (ScopeContentDistribution* scope = root->scopeDistribution()) {
332 if (ScopeContentDistribution* scope = root->scopeDistribution())
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 491 if (const ScopeContentDistribution* distribution = toShadowRoot(root)->scopeDistribution())
    [all...]

Completed in 73 milliseconds