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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.cpp 106 if ((mode & AnnotateElementId) && element && element->hasID())
RenderTreeAsText.cpp 355 if (element.hasID())
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 226 if (candidate.hasID() && m_features.hasSelectorForId(candidate.idForStyleResolution()))
262 if (parent->hasID() && m_features.hasSelectorForId(parent->idForStyleResolution()))
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorFilter.cpp 42 if (element.hasID())
ElementRuleCollector.cpp 161 if (element.hasID())
SelectorChecker.cpp 522 return element.hasID() && element.idForStyleResolution() == selector.value();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementData.h 75 bool hasID() const { return !m_idForStyleResolution.isNull(); }
Element.h 465 bool hasID() const;
714 ASSERT(hasID());
729 return hasID() ? fastGetAttribute(HTMLNames::idAttr) : nullAtom;
758 inline bool Element::hasID() const
760 return elementData() && elementData()->hasID();
    [all...]
Element.cpp     [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
DescendantInvalidationSet.cpp 54 if (element.hasID() && m_ids && m_ids->contains(element.idForStyleResolution()))
StyleSheetInvalidationAnalysis.cpp 181 if (!idScopes.isEmpty() && element->hasID() && idScopes.contains(element->idForStyleResolution().impl()))
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 210 if (element->hasID()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 510 if (element->hasID() && element->getIdAttribute() == targetId && element->document() == newTarget->document())

Completed in 434 milliseconds