Searched refs:getAttribute (Results 51 - 75 of 477) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAppletElement.cpp130 const AtomicString& codeBase = getAttribute(codebaseAttr);
137 const AtomicString& archive = getAttribute(archiveAttr);
143 const AtomicString& code = getAttribute(codeAttr);
171 const AtomicString& mayScript = getAttribute(mayscriptAttr);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAltGlyphElement.cpp74 Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), treeScope(), &target);
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java194 public String getAttribute(); method in interface:HtmlParser
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dutil.js70 if (!targetNode.getAttribute) {
74 var activeId = targetNode.getAttribute('aria-activedescendant');
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXListBoxOption.cpp61 if (equalIgnoringCase(getAttribute(aria_disabledAttr), "true"))
115 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
H A DAXSlider.cpp99 const AtomicString& AXSlider::getAttribute(const QualifiedName& attribute) const function in class:blink::AXSlider
101 return element()->getAttribute(attribute);
H A DAXNodeObject.cpp88 const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr);
118 if (!getAttribute(stepAttr).isEmpty())
130 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
249 const AtomicString& ariaRole = getAttribute(roleAttr);
281 String idList = getAttribute(attribute).string();
304 const AtomicString& contentEditableValue = getAttribute(contenteditableAttr);
388 const AtomicString& siblingAriaRole = sibling->getAttribute(roleAttr);
545 const AtomicString& ariaMultiSelectable = getAttribute(aria_multiselectableAttr);
646 if (equalIgnoringCase(getAttribute(aria_checkedAttr), "true"))
671 if (equalIgnoringCase(getAttribute(aria_disabledAtt
[all...]
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dhighcontrast.js40 if (html.getAttribute('hc') != mode + scheme)
42 if (html.getAttribute('hcx') != scheme)
/external/chromium_org/ui/accessibility/extensions/longdesc/
H A DlastRightClick.js46 longDesc = element.target.getAttribute("longdesc");
50 ariaDescribedAt = element.target.getAttribute("aria-describedat");
/external/emma/core/java12/com/vladium/emma/report/
H A DItem.java61 public final IItemAttribute getAttribute (final int attributeID, final int unitsID) method in class:Item
68 return IItemAttribute.Factory.getAttribute (attributeID, unitsID);
/external/javassist/src/main/javassist/bytecode/
H A DMethodInfo.java140 = getAttribute(AnnotationsAttribute.invisibleTag);
147 = getAttribute(AnnotationsAttribute.visibleTag);
154 = getAttribute(ParameterAnnotationsAttribute.invisibleTag);
161 = getAttribute(ParameterAnnotationsAttribute.visibleTag);
168 = (AnnotationDefaultAttribute) getAttribute(AnnotationDefaultAttribute.tag);
177 = getAttribute(SignatureAttribute.tag);
299 public AttributeInfo getAttribute(String name) { method in class:MethodInfo
453 .getAttribute(LineNumberAttribute.tag);
/external/javassist/src/main/javassist/convert/
H A DTransformNew.java69 = (StackMapTable)iterator.get().getAttribute(StackMapTable.tag);
74 = (StackMap)iterator.get().getAttribute(StackMap.tag);
/external/chromium-trace/trace-viewer/src/base/
H A Dproperties.js103 return this.getAttribute(attributeName);
145 var oldValue = this.getAttribute(attributeName);
161 var oldValue = (this.getAttribute(attributeName) === name);
/external/chromium_org/third_party/icu/source/test/letest/
H A Dxmlreader.cpp168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
204 fontName = getCString(element->getAttribute(name_attr));
205 fontVer = getCString(element->getAttribute(ver_attr));
206 fontCksum = getCString(element->getAttribute(cksum_attr));
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dxmlreader.cpp168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
204 fontName = getCString(element->getAttribute(name_attr));
205 fontVer = getCString(element->getAttribute(ver_attr));
206 fontCksum = getCString(element->getAttribute(cksum_attr));
/external/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
204 fontName = getCString(element->getAttribute(name_attr));
205 fontVer = getCString(element->getAttribute(ver_attr));
206 fontCksum = getCString(element->getAttribute(cksum_attr));
/external/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
204 fontName = getCString(element->getAttribute(name_attr));
205 fontVer = getCString(element->getAttribute(ver_attr));
206 fontCksum = getCString(element->getAttribute(cksum_attr));
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DActionTranslator.g151 return scope.getAttribute(attrName);
217 st.add("attr", scope.getAttribute($y.text));
223 st.add("attr", scope.getAttribute($y.text));
257 st.add("attr", scope.getAttribute($y.text));
262 st.add("attr", scope.getAttribute($y.text));
273 AttributeScope.tokenScope.getAttribute($y.text)!=null}?
291 AttributeScope.tokenScope.getAttribute($y.text)!=null &&
312 st.add("attr", AttributeScope.tokenScope.getAttribute($y.text));
405 st.add("attr", scope.getAttribute($y.text));
511 st.add("attr", scope.getAttribute(
[all...]
/external/deqp/modules/egl/
H A DteglChooseConfigReference.cpp137 return a.getAttribute(Attribute) < b.getAttribute(Attribute);
151 EGLint getAttribute (const EGLenum attribute) const function in class:deqp::egl::SurfaceConfig
153 return m_info.getAttribute(attribute);
162 if (a.getAttribute(attribute) != b.getAttribute(attribute)) return false;
291 AttribRule getAttribute (EGLenum name) function in class:deqp::egl::ConfigFilter
312 const EGLint cfgValue = config.getAttribute(rule.name);
336 const EGLint value = getAttribute(attrib).value;
H A DteglQuerySurfaceTests.cpp66 logSurfaceAttribute(log, attrib, surface.getAttribute(attrib));
125 const EGLint id = surface.getAttribute(EGL_CONFIG_ID);
148 const EGLint hRes = surface.getAttribute(EGL_HORIZONTAL_RESOLUTION);
149 const EGLint vRes = surface.getAttribute(EGL_VERTICAL_RESOLUTION);
160 const EGLint pixelRatio = surface.getAttribute(EGL_PIXEL_ASPECT_RATIO);
164 log << TestLog::Message << " Fail, invalid pixel aspect ratio " << surface.getAttribute(EGL_PIXEL_ASPECT_RATIO) << TestLog::EndMessage;
171 const EGLint renderBuffer = surface.getAttribute(EGL_RENDER_BUFFER);
182 const EGLint multisampleResolve = surface.getAttribute(EGL_MULTISAMPLE_RESOLVE);
199 const EGLint swapBehavior = surface.getAttribute(EGL_SWAP_BEHAVIOR);
216 const EGLint vgAlphaFormat = surface.getAttribute(EGL_VG_ALPHA_FORMA
[all...]
/external/chromium_org/tools/findit/
H A Dsvn_repository_parser.py68 revision_number = int(revision.getAttribute('revision'))
76 file_change_type = changed_path.getAttribute('action')
135 tr_class = tr.getAttribute('class')
162 left_diff_type = tds[1].getAttribute('class')[prefix_len:]
163 right_diff_type = tds[2].getAttribute('class')[prefix_len:]
/external/apache-http/src/org/apache/http/client/protocol/
H A DResponseProcessCookies.java85 CookieStore cookieStore = (CookieStore) context.getAttribute(
92 CookieSpec cookieSpec = (CookieSpec) context.getAttribute(
99 CookieOrigin cookieOrigin = (CookieOrigin) context.getAttribute(
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRedirectHandler.java133 HttpHost target = (HttpHost) context.getAttribute(
140 HttpRequest request = (HttpRequest) context.getAttribute(
154 RedirectLocations redirectLocations = (RedirectLocations) context.getAttribute(
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_table.js395 parseInt(activeTableCell.getAttribute('colspan'), 10);
412 parseInt(activeTableCell.getAttribute('rowspan'), 10);
580 specifiedScope = currentCell.getAttribute('scope');
582 (currentCell.getAttribute('role') == 'rowheader')) {
585 (currentCell.getAttribute('role') == 'columnheader')) {
739 var idList = activeTableCell.getAttribute('headers').split(' ');
800 var idList = activeTableCell.getAttribute('aria-describedby').split(' ');
821 (possibleHeaderNode.activeCell.getAttribute('role') ==
828 (possibleHeaderNode.activeCell.getAttribute('role') ==
995 return this.activeTable_.getAttribute('summar
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dstep.js25 this.name_ = this.getAttribute('id');
183 var inputDirection = document.documentElement.getAttribute('dir');
184 var shelfAlignment = document.documentElement.getAttribute('shelf');

Completed in 889 milliseconds

1234567891011>>