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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/testing/gtest/test/
gtest_xml_test_utils.py 131 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /external/gtest/test/
gtest_xml_test_utils.py 119 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 238 String attribute = getAttribute();
253 if ("meta".equals(getTag()) && "content".equals(getAttribute())) {
283 public String getAttribute() {
533 if (HtmlUtils.isAttributeJavascript(getAttribute())) {
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 82 public Attribute getAttribute(Clazz clazz, String name)
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 130 childID = child.getAttribute(self.identifying_attribute[child.tagName])
  /external/webkit/Source/WebCore/html/
HTMLFormElement.cpp 522 return getAttribute(nameAttr);
535 return getAttribute(actionAttr);
550 return getAttribute(methodAttr);
560 return getAttribute(targetAttr);
HTMLCollection.cpp 280 return e->getAttribute(nameAttr) == name && e->getIdAttribute() != name;
323 const AtomicString& nameAttrVal = e->getAttribute(nameAttr);
  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 249 String resultFromNameAttribute = matchLabelsAgainstString(labels, element->getAttribute(nameAttr));
253 return matchLabelsAgainstString(labels, element->getAttribute(idAttr));
  /external/webkit/Source/WebCore/svg/
SVGFontElement.cpp 89 String unicode = glyph->getAttribute(SVGNames::unicodeAttr);
  /libcore/support/src/test/java/tests/support/
Support_Format.java 93 Object value = iterator.getAttribute(attribute);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaDetails.java 124 String value = exif.getAttribute(tag);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementParallelTimeContainerImpl.java 50 String endsync = mSmilElement.getAttribute(ENDSYNC_ATTRIBUTE_NAME);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 118 int severity = marker.getAttribute(IMarker.SEVERITY, -1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/
AdtSourceLookupDirector.java 48 configuration.getAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME,
  /external/webkit/Source/WebCore/platform/chromium/
ClipboardChromium.cpp 261 String title = element->getAttribute(altAttr);
280 AtomicString imageURL = element->getAttribute(srcAttr);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 82 public String getAttribute(String name) {
145 if (name.equals(getAttribute("id"))) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 311 String nodeType = marker.getAttribute(AdtConstants.MARKER_ATTR_TYPE, EMPTY);
316 String className = marker.getAttribute(AdtConstants.MARKER_ATTR_CLASS, EMPTY);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 357 projectName = configuration.getAttribute(
401 activityName = configuration.getAttribute(ATTR_ACTIVITY, empty);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 126 int start = marker.getAttribute(IMarker.CHAR_START, 0);
127 int end = marker.getAttribute(IMarker.CHAR_END, 0);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate_test.js 177 a.value, b.getAttribute(a.name));
354 assertEquals(template.firstChild.getAttribute(ATT_jstcache),
355 template.lastChild.getAttribute(ATT_jstcache));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 322 containerHandle = config.getAttribute(
344 String currentInstrumentation = config.getAttribute(
367 projectName = config.getAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME,
380 testTypeName = config.getAttribute(
382 mOriginalTestMethodName = config.getAttribute(
410 containerHandle = config.getAttribute(
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 261 const AtomicString& Element::getAttribute(const QualifiedName& name) const
625 const AtomicString& Element::getAttribute(const String& name) const
650 return getAttribute(QualifiedName(nullAtom, localName, namespaceURI));
884 const AtomicString& baseAttribute = getAttribute(baseAttr);
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 215 var appId = e.currentTarget.getAttribute('app-id');
252 if (el.getAttribute('app-id') === app['id']) {
259 var launchType = launchTypeEl.getAttribute('launch-type');
272 launchType == command.getAttribute('launch-type');
304 Number(e.command.getAttribute('launch-type'))]);
450 var appId = this.dragItem.querySelector('a').getAttribute('app-id');
556 var draggedAppId = draggedItem.querySelector('a').getAttribute('app-id');
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 536 String url = element.getAttribute(LayoutDescriptors.ATTR_LAYOUT);
757 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null);
798 int tmpLine = marker.getAttribute(IMarker.LINE_NUMBER, -1);
803 int tmpSeverity = marker.getAttribute(IMarker.SEVERITY, -1);
808 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null);
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 320 String newName = getAttribute(suiteElem, ATTRIBUTE_NAME) + "."
321 + getAttribute(child, ATTRIBUTE_NAME);
458 private String getAttribute(Node elem, String name) {

Completed in 1605 milliseconds

1 2 3 4 5 6 7 8 91011>>