HomeSort by relevance Sort by last modified time
    Searched refs:getAttribute (Results 176 - 200 of 468) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 200 Attr attribute = context.getAttribute();
245 Attr attribute = context.getAttribute();
259 Attr attribute = context.getAttribute();
282 String permission = context.getAttribute().getValue();
297 String intent = context.getAttribute().getValue();
333 Attr attribute = context.getAttribute();
345 Attr attribute = context.getAttribute();
354 if (context.getAttribute() != null) {
367 return context.getAttribute().getValue();
380 Attr attribute = context.getAttribute();
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 178 m_attributeName = constructQualifiedName(this, getAttribute(SVGNames::attributeNameAttr));
382 parseBeginOrEnd(getAttribute(SVGNames::endAttr), End);
391 parseBeginOrEnd(getAttribute(SVGNames::beginAttr), Begin);
532 const AtomicString& value = getAttribute(SVGNames::restartAttr);
543 const AtomicString& value = getAttribute(SVGNames::fillAttr);
549 return getAttribute(XLinkNames::hrefAttr);
556 const AtomicString& value = getAttribute(SVGNames::durAttr);
565 const AtomicString& value = getAttribute(SVGNames::repeatDurAttr);
576 const AtomicString& value = getAttribute(SVGNames::repeatCountAttr);
592 const AtomicString& value = getAttribute(SVGNames::maxAttr)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 220 String name = element.getAttribute("name"); //$NON-NLS-1$
247 String fqcn = child.getAttribute("class"); //$NON-NLS-1$
251 String fill = child.getAttribute("fill"); //$NON-NLS-1$
259 String skip = child.getAttribute("skip"); //$NON-NLS-1$
261 String render = child.getAttribute("render"); //$NON-NLS-1$
265 String displayName = child.getAttribute("name"); //$NON-NLS-1$
270 String relatedTo = child.getAttribute("relatedTo"); //$NON-NLS-1$
271 String topAttrs = child.getAttribute("topAttrs"); //$NON-NLS-1$
272 String resize = child.getAttribute("resize"); //$NON-NLS-1$
277 String init = child.getAttribute("init"); //$NON-NLS-1
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 240 const AtomicString& value = getAttribute(SVGNames::calcModeAttr);
256 const AtomicString& value = getAttribute(SVGNames::attributeTypeAttr);
266 return getAttribute(SVGNames::toAttr);
271 return getAttribute(SVGNames::byAttr);
276 return getAttribute(SVGNames::fromAttr);
282 const AtomicString& value = getAttribute(SVGNames::additiveAttr);
289 const AtomicString& value = getAttribute(SVGNames::accumulateAttr);
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 338 String version = preferences.getAttribute("EXTERNAL_XML_VERSION");
348 String type = root.getAttribute("type");
377 String key = entry.getAttribute("key");
378 String value = entry.getAttribute("value");
384 String name = child.getAttribute("name");
457 String key = node.getAttribute("key");
458 String value = node.getAttribute("value");
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 827 = (LineNumberAttribute)ca.getAttribute(LineNumberAttribute.tag);
831 LocalVariableAttribute va = (LocalVariableAttribute)ca.getAttribute(
837 = (LocalVariableAttribute)ca.getAttribute(
842 StackMapTable smt = (StackMapTable)ca.getAttribute(StackMapTable.tag);
846 StackMap sm = (StackMap)ca.getAttribute(StackMap.tag);
    [all...]
ClassFile.java 213 = getAttribute(AnnotationsAttribute.invisibleTag);
220 = getAttribute(AnnotationsAttribute.visibleTag);
227 = getAttribute(SignatureAttribute.tag);
310 = (InnerClassesAttribute)getAttribute(InnerClassesAttribute.tag);
719 public AttributeInfo getAttribute(String name) {
749 = (SourceFileAttribute)getAttribute(SourceFileAttribute.tag);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 201 int start = mMarker.getAttribute(IMarker.CHAR_START, -1);
202 int end = mMarker.getAttribute(IMarker.CHAR_END, -1);
226 protected abstract String getAttribute();
240 String localAttribute = getAttribute();
291 protected String getAttribute() {
307 protected String getAttribute() {
LintListDialog.java 233 return (String) marker.getAttribute(MARKER_CHECKID_PROPERTY);
244 int start = marker.getAttribute(IMarker.CHAR_START, -1);
245 int end = marker.getAttribute(IMarker.CHAR_END, -1);
420 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
439 return (String) marker.getAttribute(IMarker.MESSAGE);
441 int line = marker.getAttribute(IMarker.LINE_NUMBER, 0);
  /libcore/luni/src/main/java/java/text/
Bidi.java 130 Object direction = paragraph.getAttribute(TextAttribute.RUN_DIRECTION);
144 Object embedding = paragraph.getAttribute(TextAttribute.BIDI_EMBEDDING);
164 Object numericShaper = paragraph.getAttribute(TextAttribute.NUMERIC_SHAPING);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 361 int start = marker.getAttribute(IMarker.CHAR_START, -1);
362 int end = marker.getAttribute(IMarker.CHAR_END, -1);
367 int line = marker.getAttribute(IMarker.LINE_NUMBER, -1);
  /cts/tools/utils/
android_api_description_splitter.py 123 filename = os.path.join(self.out, elem.getAttribute("name").replace(".", "_").lower() + ".xml")
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedStringTest.java 63 public Object getAttribute(AttributedCharacterIterator.Attribute p) {
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentcreateelementcasesensitive.js 114 attribute1 = newElement1.getAttribute("lang");
115 attribute2 = newElement2.getAttribute("title");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentcreateelementcasesensitive.js 114 attribute1 = newElement1.getAttribute("lang");
115 attribute2 = newElement2.getAttribute("title");
  /external/webkit/Source/WebCore/dom/
TreeScope.cpp 104 const AtomicString& accessKey = element->getAttribute(accesskeyAttr);
  /external/webkit/Source/WebCore/html/
HTMLButtonElement.cpp 179 return getAttribute(valueAttr);
HTMLLabelElement.cpp 69 const AtomicString& controlId = getAttribute(forAttr);
HTMLMapElement.cpp 93 String useMapName = imageElement->getAttribute(usemapAttr).string().substring(1);
  /external/webkit/Source/WebCore/inspector/front-end/
Section.js 93 var linkData = child.getAttribute("data-uncopyable");
  /external/webkit/Source/WebCore/rendering/
RenderDetails.cpp 159 return node() && node()->isElementNode() ? !static_cast<Element*>(node())->getAttribute(openAttr).isNull() : false;
  /external/webkit/Source/WebCore/wml/
WMLDoElement.cpp 190 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::labelAttr));
WMLImageElement.cpp 151 return substituteVariableReferences(getAttribute(HTMLNames::altAttr), document());
WMLTimerElement.cpp 156 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::valueAttr));
  /packages/apps/Mms/src/com/android/mms/dom/
ElementImpl.java 44 public String getAttribute(String name) {

Completed in 730 milliseconds

1 2 3 4 5 6 78 91011>>