HomeSort by relevance Sort by last modified time
    Searched defs:tagQName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 238 const QualifiedName& tagQName() const { return m_tagName; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h 255 const QualifiedName& tagQName() const;
459 inline CSSSelector::CSSSelector(const QualifiedName& tagQName, bool tagIsForNamespaceRule)
471 m_data.m_tagQName = tagQName.impl();
509 inline const QualifiedName& CSSSelector::tagQName() const

Completed in 55 milliseconds