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

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 167 String message = marker.getAttribute(IMarker.MESSAGE, "");
181 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
203 int severity = marker.getAttribute(IMarker.SEVERITY, 0);
268 return marker1.getAttribute(IMarker.LINE_NUMBER, 0)
269 - marker2.getAttribute(IMarker.LINE_NUMBER, 0);
332 int line = marker.getAttribute(IMarker.LINE_NUMBER, -1);
370 return marker1.getAttribute(IMarker.LINE_NUMBER, 0)
371 - marker2.getAttribute(IMarker.LINE_NUMBER, 0);
468 int line = marker.getAttribute(IMarker.LINE_NUMBER, -1);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 92 s.getAttribute(null);
97 if (s.getAttribute("aaa") != null) {
98 fail("getAttribute(aaa) failed");
107 if (s.getAttribute("bbb") != null) {
108 fail("getAttribute(bbb) failed");
110 if (!s.getAttribute("attribute").equals("value")) {
111 fail("getAttribute(attribute) failed");
113 if (!s.getAttribute("KeySize").equals("1024")) {
114 fail("getAttribute(KeySize) failed");
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 128 HttpHost target = (HttpHost) context.getAttribute(
135 HttpRequest request = (HttpRequest) context.getAttribute(
149 RedirectLocations redirectLocations = (RedirectLocations) context.getAttribute(
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 578 if (equalIgnoringCase(getAttribute(aria_pressedAttr), "true"))
625 if (equalIgnoringCase(getAttribute(aria_checkedAttr), "true"))
644 const AtomicString& ariaMultiSelectable = getAttribute(aria_multiselectableAttr);
700 return getAttribute(aria_levelAttr).toInt();
901 const AtomicString& siblingAriaRole = static_cast<Element*>(sibling)->getAttribute(roleAttr);
953 const AtomicString& ariaHelp = getAttribute(aria_helpAttr);
959 const AtomicString& summary = static_cast<Element*>(curr->node())->getAttribute(summaryAttr);
962 const AtomicString& title = static_cast<Element*>(curr->node())->getAttribute(titleAttr);
989 String ariaLevel = element->getAttribute(aria_levelAttr);
    [all...]
AccessibilityListBoxOption.cpp 113 if (equalIgnoringCase(getAttribute(aria_hiddenAttr), "true"))
142 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
AccessibilitySlider.cpp 105 const AtomicString& AccessibilitySlider::getAttribute(const QualifiedName& attribute) const
107 return element()->getAttribute(attribute);
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 142 urlString = static_cast<Element*>(node)->getAttribute(HTMLNames::srcAttr);
145 urlString = static_cast<Element*>(node)->getAttribute(XLinkNames::hrefAttr);
149 urlString = element->getAttribute(element->imageSourceAttributeName());
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFenced.cpp 58 AtomicString openValue = fenced->getAttribute(MathMLNames::openAttr);
61 AtomicString closeValue = fenced->getAttribute(MathMLNames::closeAttr);
65 AtomicString separators = static_cast<Element*>(fenced)->getAttribute(MathMLNames::separatorsAttr);
RenderMathMLFraction.cpp 65 String nalign = fraction->getAttribute(MathMLNames::numalignAttr);
77 String dalign = fraction->getAttribute(MathMLNames::denomalignAttr);
86 String thickness = fraction->getAttribute(MathMLNames::linethicknessAttr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 189 String message = marker.getAttribute(IMarker.MESSAGE, ""); //$NON-NLS-1$
192 int start = marker.getAttribute(IMarker.CHAR_START, 0);
193 int end = marker.getAttribute(IMarker.CHAR_END, 0);
  /external/chromium/chrome/common/
web_apps.cc 61 WebString href = link.getAttribute("href");
75 if (!web_apps::ParseIconSizes(link.getAttribute("sizes"), &icon_sizes,
165 std::string rel = elem.getAttribute("rel").utf8();
174 std::string definition_url_string(elem.getAttribute("href").utf8());
189 std::string name = elem.getAttribute("name").utf8();
190 WebString content = elem.getAttribute("content");
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementretrieveattrvalue.js 78 The "getAttribute(name)" method returns an attribute
82 invoke the 'getAttribute("class")' method. This should
103 attrValue = testAddress.getAttribute("class");
hc_elementgetelementempty.js 78 The "getAttribute(name)" method returns an empty
83 invoke "getAttribute(name)" method, where "strong" is an
85 The "getAttribute(name)" method should return the empty
113 attrValue = testEmployee.getAttribute("lang");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementretrieveattrvalue.js 78 The "getAttribute(name)" method returns an attribute
82 invoke the 'getAttribute("class")' method. This should
103 attrValue = testAddress.getAttribute("class");
hc_elementgetelementempty.js 78 The "getAttribute(name)" method returns an empty
83 invoke "getAttribute(name)" method, where "strong" is an
85 The "getAttribute(name)" method should return the empty
113 attrValue = testEmployee.getAttribute("lang");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 144 String orientation = getAttribute(view, "orientation", null); //$NON-NLS-1$
290 String viewId = getAttribute(node, "id", attributes); //$NON-NLS-1$
293 String toLeftOfRef = getAttribute(node, relativeTo, attributes);
357 String viewId = getAttribute(node, "id", null); //$NON-NLS-1$
389 String value = getAttribute(node, attribute, null);
407 private static String getAttribute(Node node, String name, NamedNodeMap attributes) {
  /external/icu4c/tools/toolutil/
xmlparser.h 79 const UnicodeString *getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const;
86 const UnicodeString *getAttribute(const UnicodeString &name) const;
  /external/webkit/Source/WebCore/html/
HTMLProgressElement.cpp 91 const AtomicString& valueString = getAttribute(valueAttr);
111 bool ok = parseToDoubleForNumberType(getAttribute(maxAttr), &max);
  /external/webkit/Source/WebCore/wml/
WMLAElement.cpp 132 handleLinkClick(event, document(), stripLeadingAndTrailingHTMLSpaces(getAttribute(HTMLNames::hrefAttr)), target(), event);
153 return getAttribute(HTMLNames::targetAttr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
OutlineLabelProvider.java 64 id = e.getAttribute(ATTR_NAME);
77 id = e.getAttribute(ATTR_LAYOUT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FixLaunchConfig.java 96 String activity = config.getAttribute(LaunchConfigDelegate.ATTR_ACTIVITY,
143 if (config.getAttribute(
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 263 mGdbPathText.setText(getAttribute(config, NdkLaunchConstants.ATTR_NDK_GDB,
265 mGdbInitPathText.setText(getAttribute(config,
268 mGdbRemotePortText.setText(getAttribute(config, IGDBLaunchConfigurationConstants.ATTR_PORT,
271 List<String> solibs = getAttribute(config, NdkLaunchConstants.ATTR_NDK_SOLIB,
279 private String getAttribute(ILaunchConfiguration config, String key, String defaultValue) {
281 return config.getAttribute(key, defaultValue);
287 private List<String> getAttribute(ILaunchConfiguration config, String key,
290 return config.getAttribute(key, defaultValue);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
AbstractXmlPullParser.java 91 protected String getAttribute(XmlPullParser parser, String name) {
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 77 AuthState authState = (AuthState) context.getAttribute(
RequestTargetAuthentication.java 77 AuthState authState = (AuthState) context.getAttribute(

Completed in 621 milliseconds

1 2 3 45 6 7 8 91011>>