Searched refs:getAttribute (Results 126 - 150 of 477) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMediaControls.h65 const AtomicString& getAttribute(const QualifiedName& attribute) const;
H A DAXRenderObject.cpp554 const AtomicString& ariaSelected = getAttribute(aria_selectedAttr);
577 if (equalIgnoringCase(getAttribute(aria_hiddenAttr), "false"))
721 const AtomicString& alt = elt->getAttribute(altAttr);
765 if (!getAttribute(aria_helpAttr).isEmpty() || !getAttribute(aria_describedbyAttr).isEmpty() || !getAttribute(altAttr).isEmpty() || !getAttribute(titleAttr).isEmpty())
792 return toElement(node)->getAttribute(accesskeyAttr);
797 const AtomicString& ariaOrientation = getAttribute(aria_orientationAttr);
947 const AtomicString& activeDescendantAttrStr = element->getAttribute(aria_activedescendantAtt
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleSheetCandidate.cpp68 return toElement(node()).getAttribute(relAttr).contains("alternate");
H A DVisitedLinkState.cpp46 return element.getAttribute(XLinkNames::hrefAttr);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSplitElementCommand.cpp95 const AtomicString& id = m_element1->getAttribute(HTMLNames::idAttr);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMapElement.cpp79 String useMapName = imageElement.getAttribute(usemapAttr).string().substring(1);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGlyphRefElement.cpp47 Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &glyphName);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DTextEditor.js270 getAttribute: function(line, name) { },
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsearch.h145 USearchAttributeValue getAttribute(USearchAttribute attribute) const;
/external/chromium_org/third_party/icu/source/test/letest/
H A Dgendata.cpp191 char *id = getCString(testCase->getAttribute(id_attr));
192 char *script = getCString(testCase->getAttribute(script_attr));
193 char *lang = getCString(testCase->getAttribute(lang_attr));
235 char *fontName = getCString(element->getAttribute(name_attr));
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dmenu_item.js35 if ((commandId = this.getAttribute('command')))
50 if ((iconUrl = this.getAttribute('icon')))
/external/chromium_org/ui/webui/resources/js/
H A Di18n_template.js119 var att = element.getAttribute(name);
/external/icu/icu4c/source/i18n/unicode/
H A Dsearch.h145 USearchAttributeValue getAttribute(USearchAttribute attribute) const;
/external/icu/icu4c/source/test/letest/
H A Dgendata.cpp191 char *id = getCString(testCase->getAttribute(id_attr));
192 char *script = getCString(testCase->getAttribute(script_attr));
193 char *lang = getCString(testCase->getAttribute(lang_attr));
235 char *fontName = getCString(element->getAttribute(name_attr));
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java89 String getAttribute(String key); method in interface:Data
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_math.js130 var cvoxid = node.getAttribute('cvoxid');
134 this.activeMathmlHost = this.allMathjaxs_[node.getAttribute('id')];
444 var id = node.getAttribute('spanID');
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_browsertest.js245 expectFalse(!!element.getAttribute('connected'));
261 expectTrue(!!element.getAttribute('connected'));
279 expectFalse(!!element.getAttribute('connected'));
342 if (node.getAttribute)
343 assertFalse(!!node.getAttribute('xss_injection'));
/external/chromium_org/components/plugins/renderer/
H A Dplugin_placeholder.cc125 width_str += element.getAttribute("width").utf8().data();
132 height_str += element.getAttribute("height").utf8().data();
145 std::string style_str = element.getAttribute("style").utf8();
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DSharedStyleFinder.cpp113 return element.isSVGElement() ? element.getAttribute(typeAttr) : element.fastGetAttribute(typeAttr);
136 // SVG elements require a (slow!) getAttribute comparision because "class" is an animatable attribute for SVG.
138 if (element().getAttribute(classAttr) != candidate.getAttribute(classAttr))
/external/chromium_org/third_party/skia/experimental/webtry/res/js/
H A Dwebtry.js43 sourceId = parseInt(enableSource.getAttribute('data-id'));
81 sourceSelectByID(parseInt(this.getAttribute('data-id')));
183 req.open('GET', this.getAttribute('data-try'), true);
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dadmx_writer.py94 existing = filter(lambda e: e.getAttribute('name') == name,
98 assert existing[0].getAttribute('name') == name
99 assert existing[0].getAttribute('displayName') == display_name
/external/deqp/framework/egl/
H A DtcuEgl.cpp132 EGLint Surface::getAttribute (EGLint attribute) const function in class:tcu::egl::Surface
146 return getAttribute(EGL_WIDTH);
151 return getAttribute(EGL_HEIGHT);
/external/skia/experimental/webtry/res/js/
H A Dwebtry.js43 sourceId = parseInt(enableSource.getAttribute('data-id'));
81 sourceSelectByID(parseInt(this.getAttribute('data-id')));
183 req.open('GET', this.getAttribute('data-try'), true);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRule.java373 if ( ruleScope!=null && ruleScope.getAttribute(name)!=null ) {
382 if ( returnScope!=null && returnScope.getAttribute(name)!=null ) {
385 else if ( parameterScope!=null && parameterScope.getAttribute(name)!=null ) {
391 if ( rulePropertiesScope.getAttribute(name)!=null ) {
425 (String)uniqueRefAST.code.getAttribute("label");
/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd.py245 raw_name = child.getAttribute('name')
246 product = child.getAttribute('product') or None
306 placeholder_id = node.getAttribute('id')
308 placeholder_example = node.getAttribute('example')
493 value = android_string.getAttribute('translatable').lower()

Completed in 2409 milliseconds

1234567891011>>