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/dom/
NamedNodesCollection.cpp 48 if (node->hasID() && toElement(node)->getIdAttribute() == id)
LiveNodeList.cpp 88 if (node->hasID() && toElement(node)->idForStyleResolution() == elementId)
Element.h 94 bool hasID() const { return !m_idForStyleResolution.isNull(); }
634 bool hasID() const;
    [all...]
Node.h 364 bool hasID() const;
    [all...]
Element.cpp     [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 81 if (parent->hasID() && m_features.idsInRules.contains(parent->idForStyleResolution().impl()))
249 if (element->hasID() && m_features.idsInRules.contains(element->idForStyleResolution().impl()))
338 if (context.element()->hasID() && m_features.idsInRules.contains(context.element()->idForStyleResolution().impl()))
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorFilter.cpp 43 if (element->hasID())
StyleInvalidationAnalysis.cpp 146 if (!idScopes.isEmpty() && element->hasID() && idScopes.contains(element->idForStyleResolution().impl()))
SelectorCheckerFastPath.cpp 83 return element->hasID() && element->idForStyleResolution().impl() == selector->value().impl();
ElementRuleCollector.cpp 147 if (element->hasID())
SelectorChecker.cpp 401 return element->hasID() && element->idForStyleResolution() == selector->value();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 387 if (node->hasID())
603 if (renderRegion->generatingNode()->isElementNode() && renderRegion->generatingNode()->hasID()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 655 if (element->hasID() && element->getIdAttribute() == targetId && element->document() == newTarget->document())
    [all...]

Completed in 287 milliseconds