HomeSort by relevance Sort by last modified time
    Searched refs:getAttribute (Results 276 - 300 of 590) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/intltest/
ssearch.cpp 166 const UnicodeString *debugTestCase = root->getAttribute("debug");
181 const UnicodeString *id = testCase->getAttribute("id");
195 const UnicodeString *strength = testCase->getAttribute("strength");
216 const UnicodeString *norm = testCase->getAttribute("norm");
226 const UnicodeString *alt = testCase->getAttribute("alternate_handling");
234 const UnicodeString *locale = testCase->getAttribute("locale");
504 const UnicodeString *debugTestCase = root->getAttribute("debug");
519 const UnicodeString *id = testCase->getAttribute("id");
533 const UnicodeString *strength = testCase->getAttribute("strength");
554 const UnicodeString *norm = testCase->getAttribute("norm")
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 650 return getAttribute(rulesAttr);
655 return getAttribute(summaryAttr);
662 addSubresourceURL(urls, document()->completeURL(getAttribute(backgroundAttr)));
  /libcore/luni/src/main/java/java/text/
AttributedString.java 217 public Object getAttribute(
413 Object value = iterator.getAttribute(attribute);
448 Object value = iterator.getAttribute(attribute);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 324 int start = marker.getAttribute(IMarker.CHAR_START, -1);
325 int end = marker.getAttribute(IMarker.CHAR_END, -1);
337 String message = marker.getAttribute(IMarker.MESSAGE, null);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
javax.servlet_2.5.0.v200910301333.jar 
  /external/icu4c/test/letest/
letest.cpp 601 char *id = getCString(testCase->getAttribute(id_attr));
602 char *script = getCString(testCase->getAttribute(script_attr));
603 char *lang = getCString(testCase->getAttribute(lang_attr));
638 char *fontName = getCString(element->getAttribute(name_attr));
639 char *fontVer = getCString(element->getAttribute(ver_attr));
640 char *fontCksum = getCString(element->getAttribute(cksum_attr));
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 451 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const {
459 Attribute AttributeSetNode::getAttribute(StringRef Kind) const {
822 Attribute AttributeSet::getAttribute(unsigned Index,
825 return ASN ? ASN->getAttribute(Kind) : Attribute();
828 Attribute AttributeSet::getAttribute(unsigned Index,
831 return ASN ? ASN->getAttribute(Kind) : Attribute();
    [all...]
  /external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp 101 static_cast<const Element *>(node)->getAttribute(classAttr) == interchangeNewlineClassString;
108 static_cast<const HTMLElement *>(node)->getAttribute(classAttr) == convertedSpaceSpanClassString;
405 return node && node->hasTagName(blockquoteTag) && node->isElementNode() && static_cast<const Element*>(node)->getAttribute(classAttr) == ApplePasteAsQuotation;
576 if (styleText == static_cast<Element*>(sourceDocumentStyleSpan)->getAttribute(styleAttr)) {
582 if (isStyleSpan(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {
    [all...]
  /external/clang/tools/scan-build/
sorttable.js 209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 189 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
368 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
485 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
662 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 358 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
389 final IItemAttribute attr = item.getAttribute (attrID, m_settings.getUnitsType ());
  /external/javassist/src/main/javassist/compiler/
Javac.java 274 ca.getAttribute(LocalVariableAttribute.tag);
304 ca.getAttribute(LocalVariableAttribute.tag);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementaddnewattribute.js 107 attrValue = testEmployee.getAttribute("lang");
hc_elementchangeattributevalue.js 109 attrValue = testEmployee.getAttribute("class");
hc_elementcreatenewattribute.js 114 attrVal = testAddress.getAttribute("lang");
hc_elementremoveattribute.js 103 attrValue = testEmployee.getAttribute("class");
hc_elementreplaceexistingattribute.js 112 strong = testEmployee.getAttribute("class");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementaddnewattribute.js 107 attrValue = testEmployee.getAttribute("lang");
hc_elementchangeattributevalue.js 109 attrValue = testEmployee.getAttribute("class");
hc_elementcreatenewattribute.js 114 attrVal = testAddress.getAttribute("lang");
hc_elementremoveattribute.js 103 attrValue = testEmployee.getAttribute("class");
hc_elementreplaceexistingattribute.js 112 strong = testEmployee.getAttribute("class");
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodereplacechild15.js 118 title = replaced.getAttribute("title");
  /external/webkit/Source/WebCore/dom/
Element.h 112 const AtomicString& getAttribute(const QualifiedName&) const;
132 const AtomicString& getAttribute(const String& name) const;

Completed in 2514 milliseconds

<<11121314151617181920>>