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

1 2 3 45 6 7 8

  /external/webkit/Source/WebCore/editing/
markup.cpp 473 if (fullySelectedRoot->isElementNode() && static_cast<Element*>(fullySelectedRoot)->hasAttribute(backgroundAttr))
602 if (!fullySelectedRootStyle->getPropertyCSSValue(CSSPropertyBackgroundImage) && static_cast<Element*>(fullySelectedRoot)->hasAttribute(backgroundAttr))
    [all...]
ApplyStyleCommand.cpp 502 if (element->hasAttribute(dirAttr)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 152 OptSize = F.getAttributes().hasAttribute(AttributeSet::FunctionIndex,
733 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
734 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 256 bool Element::hasAttribute(const QualifiedName& name) const
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 323 public boolean hasAttribute(String name)
326 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttribute not supported!");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 330 F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 477 hasAttribute(AttributeSet::FunctionIndex, Attribute::Naked))
PPCFrameLowering.cpp 226 hasAttribute(AttributeSet::FunctionIndex, Attribute::NoRedZone);
292 if (MF.getFunction()->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 223 if (Section.hasAttribute(MCSectionMachO::S_ATTR_DEBUG))
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86RegisterInfo.cpp 433 F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 290 hasAttribute(AttributeSet::FunctionIndex, Attribute::SanitizeThread))
337 hasAttribute(AttributeSet::FunctionIndex, Attribute::SanitizeAddress))
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCore.idl 585 - (BOOL)hasAttribute:(NSString *)name;
587 HRESULT hasAttribute([in] BSTR name, [out, retval] BOOL* result);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 114 self.assert(!inputs[j].hasAttribute('disabled'));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 444 * Method hasAttribute
451 public boolean hasAttribute(String name)
    [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]
TailDuplication.cpp 555 hasAttribute(AttributeSet::FunctionIndex, Attribute::OptimizeForSize))
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 157 hasAttribute(PointerArgs[i].second+1, Attribute::ByVal);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSSelector.cpp 621 } else if (cs->hasAttribute()) {
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 211 if (!hasAttribute(SVGNames::beginAttr))
    [all...]
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.cpp 1008 HRESULT STDMETHODCALLTYPE DOMElement::hasAttribute(
    [all...]
DOMCoreClasses.h 738 virtual HRESULT STDMETHODCALLTYPE hasAttribute(
    [all...]

Completed in 989 milliseconds

1 2 3 45 6 7 8