HomeSort by relevance Sort by last modified time
    Searched full:m_resetstyleinheritance (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRenderingTraversal.h 42 , m_resetStyleInheritance(false)
46 bool resetStyleInheritance() const { return m_resetStyleInheritance; }
54 && m_resetStyleInheritance == other.m_resetStyleInheritance;
59 bool m_resetStyleInheritance;
NodeRenderingTraversal.cpp 41 m_resetStyleInheritance = m_resetStyleInheritance || insertionPoint->resetStyleInheritance();
47 m_resetStyleInheritance = m_resetStyleInheritance || root->resetStyleInheritance();
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementResolveContext.h 44 , m_resetStyleInheritance(false)
55 bool resetStyleInheritance() const { return m_resetStyleInheritance; }
63 bool m_resetStyleInheritance;
ElementResolveContext.cpp 36 , m_resetStyleInheritance(false)
41 m_resetStyleInheritance = parentDetails.resetStyleInheritance();
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 109 bool resetStyleInheritance() const { return m_resetStyleInheritance; }
148 unsigned m_resetStyleInheritance : 1;
ShadowRoot.cpp 64 , m_resetStyleInheritance(false)
239 m_resetStyleInheritance = value;

Completed in 206 milliseconds