HomeSort by relevance Sort by last modified time
    Searched refs:hasAttribute (Results 51 - 75 of 179) sorted by null

1 23 4 5 6 7 8

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DelegatedData.java 102 public boolean hasAttribute(String key) {
103 return getDelegate().hasAttribute(key);
DefaultDataContext.java 288 public boolean hasAttribute(String key) {
  /external/webkit/Source/WebCore/rendering/
RenderVideo.cpp 121 if (video->hasAttribute(widthAttr) && video->hasAttribute(heightAttr))
  /external/webkit/Source/WebCore/svg/
SVGRectElement.cpp 194 bool hasRx = hasAttribute(SVGNames::rxAttr);
195 bool hasRy = hasAttribute(SVGNames::ryAttr);
SVGFEColorMatrixElement.cpp 141 if (!hasAttribute(SVGNames::valuesAttr)) {
SVGSVGElement.cpp 570 || hasAttribute(SVGNames::viewBoxAttr);
612 if (viewElement->hasAttribute(SVGNames::viewBoxAttr))
618 if (viewElement->hasAttribute(SVGNames::preserveAspectRatioAttr))
624 if (viewElement->hasAttribute(SVGNames::zoomAndPanAttr))
SVGScriptElement.cpp 216 return hasAttribute(XLinkNames::hrefAttr);
SVGAnimateMotionElement.cpp 125 if (hasAttribute(SVGNames::pathAttr))
SVGUseElement.cpp 271 if (useElement->hasAttribute(SVGNames::widthAttr))
273 else if (isSymbolTag && shadowTreeElement->hasAttribute(SVGNames::widthAttr))
276 if (useElement->hasAttribute(SVGNames::heightAttr))
278 else if (isSymbolTag && shadowTreeElement->hasAttribute(SVGNames::heightAttr))
    [all...]
  /external/llvm/lib/IR/
Function.cpp 84 hasAttribute(getArgNo()+1, Attribute::ByVal);
98 hasAttribute(getArgNo()+1, Attribute::Nest);
106 hasAttribute(getArgNo()+1, Attribute::NoAlias);
114 hasAttribute(getArgNo()+1, Attribute::NoCapture);
124 hasAttribute(1, Attribute::StructRet);
  /development/testrunner/test_defs/
xml_suite_helper.py 89 if suite_element.hasAttribute(attribute_name):
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 155 hasAttribute(AttributeSet::FunctionIndex,
  /external/webkit/Source/WebCore/css/
CSSSelectorList.cpp 153 if (selector->hasAttribute() && selector->attribute().prefix() != nullAtom && selector->attribute().prefix() != starAtom)
CSSSelector.h 236 bool hasAttribute() const { return m_match == Id || m_match == Class || (m_hasRareData && m_data.m_rareData->m_attribute != anyQName()); }
  /external/chromium/chrome/common/
web_apps.cc 70 if (!link.hasAttribute("sizes"))
188 } else if (elem.hasTagName("meta") && elem.hasAttribute("name")) {
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 336 !CPUAttr.hasAttribute(Attribute::None) ?CPUAttr.getValueAsString() : "";
338 !FSAttr.hasAttribute(Attribute::None) ? FSAttr.getValueAsString() : "";
  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 103 virtual bool hasAttribute() const { return false; }
182 bool matches(Element* elem) const { return HTMLElementEquivalent::matches(elem) && elem->hasAttribute(m_attrName); }
183 virtual bool hasAttribute() const { return true; }
226 if (!element->hasAttribute(m_attrName))
255 if (!element->hasAttribute(m_attrName))
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLElement.cpp 818 if (node->isHTMLElement() && toElement(node)->hasAttribute(dirAttr)) {
    [all...]
HTMLAnchorElement.cpp 261 return hasAttribute(hrefAttr);
490 if (!hasAttribute(pingAttr) || !document()->settings()->hyperlinkAuditingEnabled())
HTMLFrameElementBase.cpp 289 return hasAttribute(webkitallowfullscreenAttr);
  /external/llvm/lib/CodeGen/
Analysis.cpp 321 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
322 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
  /external/webkit/Source/WebCore/dom/
Element.h 111 bool hasAttribute(const QualifiedName&) const;
129 bool hasAttribute(const String& name) const;
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 704 !F.getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/MC/
MCSectionMachO.cpp 157 return hasAttribute(MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS);
  /external/webkit/Source/WebKit/chromium/src/
WebSearchableFormData.cpp 138 return inputElement->checked() == inputElement->hasAttribute(checkedAttr);

Completed in 1945 milliseconds

1 23 4 5 6 7 8