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

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.idl 30 attribute boolean resetStyleInheritance;
HTMLShadowElement.idl 32 attribute boolean resetStyleInheritance;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementResolveContext.cpp 41 m_resetStyleInheritance = parentDetails.resetStyleInheritance();
ElementResolveContext.h 58 bool resetStyleInheritance() const { return m_resetStyleInheritance; }
StyleResolverState.cpp 49 if (m_elementContext.resetStyleInheritance())
StyleResolver.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRenderingTraversal.cpp 41 m_resetStyleInheritance = m_resetStyleInheritance || insertionPoint->resetStyleInheritance();
47 m_resetStyleInheritance = m_resetStyleInheritance || root->resetStyleInheritance();
NodeRenderingTraversal.h 47 bool resetStyleInheritance() const { return m_resetStyleInheritance; }
NodeRenderingContext.cpp 267 if (m_parentDetails.resetStyleInheritance())
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.idl 32 attribute boolean resetStyleInheritance;
InsertionPoint.h 55 bool resetStyleInheritance() const;
ShadowRoot.h 65 bool resetStyleInheritance() const { return m_resetStyleInheritance; }
InsertionPoint.cpp 188 bool InsertionPoint::resetStyleInheritance() const
  /external/chromium_org/third_party/polymer/
polymer.min.js     [all...]

Completed in 1710 milliseconds