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

<<11121314151617181920>>

  /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/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/editors/layout/gle2/
LintOverlay.java 111 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
IncludeFinder.java 562 url = element.getAttribute(ATTR_LAYOUT);
797 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null);
839 int tmpLine = marker.getAttribute(IMarker.LINE_NUMBER, -1);
844 int tmpSeverity = marker.getAttribute(IMarker.SEVERITY, -1);
849 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetAttributeFix.java 51 protected String getAttribute() {
  /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,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 331 String localport = config.getAttribute(IGDBLaunchConfigurationConstants.ATTR_PORT,
378 String userGdbPath = wcopy.getAttribute(NdkLaunchConstants.ATTR_NDK_GDB,
388 List<String> solibPaths = wcopy.getAttribute(
468 activityName = configuration.getAttribute(LaunchConfigDelegate.ATTR_ACTIVITY, empty);
NdkGdbLaunchShortcut.java 112 boolean isRemote = config.getAttribute(IGDBLaunchConfigurationConstants.ATTR_REMOTE_TCP,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestDragElement.java 106 public IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName) {
  /external/llvm/include/llvm/IR/
Attributes.h 297 Attribute getAttribute(unsigned Index, Attribute::AttrKind Kind) const;
300 Attribute getAttribute(unsigned Index, StringRef Kind) const;
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 331 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
333 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
  /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/launch/
LaunchConfigDelegate.java 358 projectName = configuration.getAttribute(
402 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));
  /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');
  /external/icu4c/test/intltest/
srchtest.cpp 359 UBool isOverlap = (strsrch->getAttribute(USEARCH_OVERLAP) == USEARCH_ON);
    [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) {
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 242 WebString httpEquiv = meta.getAttribute("http-equiv");
244 std::string content = meta.getAttribute("content").utf8();
607 WebString value = body_ele.getAttribute("title");
654 WebString value = body_element.getAttribute("title");
714 value = element.getAttribute("href");
763 value = element.getAttribute("href");
    [all...]

Completed in 514 milliseconds

<<11121314151617181920>>