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

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
ProgressShadowElement.cpp 80 if (progressElement()->hasAuthorShadowRoot())
MeterShadowElement.cpp 75 if (meterElement()->hasAuthorShadowRoot())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.cpp 63 if (!style->hasAppearance() || hasAuthorShadowRoot())
HTMLMeterElement.cpp 61 if (hasAuthorShadowRoot() || !document()->page()->theme()->supportsMeter(style->appearance()))
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 445 bool hasAuthorShadowRoot() const { return shadowRoot(); }
    [all...]

Completed in 945 milliseconds