Searched refs:getAttribute (Results 1 - 25 of 182) sorted by relevance

12345678

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DDOMUtilities.js36 var idAttribute = node.getAttribute("id");
45 var classAttribute = node.getAttribute("class");
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPModification.h21 const LDAPAttribute* getAttribute() const;
H A DLDAPModification.cpp42 const LDAPAttribute* LDAPModification::getAttribute() const { function in class:LDAPModification
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMElement.mm41 - (NSString *)getAttribute:(NSString *)attribute
43 return WebCore::toElement(_impl.get())->getAttribute(attribute);
H A DWKDOMElement.h36 - (NSString *)getAttribute:(NSString *)attribute;
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFAttribute.h24 uint16_t getAttribute() const { return Attribute; } function in class:llvm::DWARFAttribute
H A DDWARFAbbreviationDeclaration.cpp60 const char *attrString = AttributeString(Attributes[i].getAttribute());
64 OS << format("DW_AT_Unknown_%x", Attributes[i].getAttribute());
79 if (Attributes[i].getAttribute() == attr)
H A DDWARFAbbreviationDeclaration.h36 return Attributes.size() > idx ? Attributes[idx].getAttribute() : 0;
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityImageMapLink.cpp73 const AtomicString& ariaRole = getAttribute(roleAttr);
104 const AtomicString& titleText = getAttribute(titleAttr);
108 const AtomicString& summary = getAttribute(summaryAttr);
115 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
118 const AtomicString& alt = getAttribute(altAttr);
127 const AtomicString& title = getAttribute(titleAttr);
130 const AtomicString& summary = getAttribute(summaryAttr);
H A DAccessibilityNodeObject.cpp305 const AtomicString& type = input->getAttribute(typeAttr);
501 const AtomicString& nameAttribute = getAttribute(nameAttr);
637 const AtomicString& disabledStatus = object->getAttribute(aria_disabledAttr);
678 if (equalIgnoringCase(getAttribute(aria_pressedAttr), "true"))
713 if (validRole && equalIgnoringCase(getAttribute(aria_checkedAttr), "true"))
730 const AtomicString& ariaMultiSelectable = getAttribute(aria_multiselectableAttr);
760 const AtomicString& requiredValue = getAttribute(aria_requiredAttr);
808 int ariaLevel = getAttribute(aria_levelAttr).toInt();
839 return getAttribute(aria_valuetextAttr).string();
853 return getAttribute(aria_valuenowAtt
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLScriptElement.cpp122 return getAttribute(srcAttr).string();
127 return getAttribute(charsetAttr).string();
132 return getAttribute(typeAttr).string();
137 return getAttribute(languageAttr).string();
142 return getAttribute(forAttr).string();
147 return getAttribute(eventAttr).string();
H A DHTMLTableSectionElement.cpp110 return getAttribute(alignAttr);
120 return getAttribute(charAttr);
130 return getAttribute(charoffAttr);
140 return getAttribute(valignAttr);
H A DHTMLMetaElement.cpp94 return getAttribute(contentAttr);
99 return getAttribute(http_equivAttr);
H A DClassList.cpp69 return m_element.getAttribute(HTMLNames::classAttr);
H A DHTMLAppletElement.cpp128 paramValues.append(getAttribute(codeAttr).string());
130 const AtomicString& codeBase = getAttribute(codebaseAttr);
142 const AtomicString& archive = getAttribute(archiveAttr);
151 const AtomicString& mayScript = getAttribute(mayscriptAttr);
H A DHTMLHtmlElement.cpp73 const AtomicString& manifest = getAttribute(manifestAttr);
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLSpace.cpp61 parseMathMLLength(spaceElement.getAttribute(MathMLNames::widthAttr), m_width, &style());
62 parseMathMLLength(spaceElement.getAttribute(MathMLNames::heightAttr), m_height, &style());
63 parseMathMLLength(spaceElement.getAttribute(MathMLNames::depthAttr), m_depth, &style());
/macosx-10.10/WebCore-7600.1.25/accessibility/win/
H A DAccessibilityObjectWrapperWin.cpp65 V_BSTR(result) = WebCore::BString(m_object->getAttribute(WebCore::HTMLNames::idAttr)).release();
/macosx-10.10/WebCore-7600.1.25/editing/
H A DSetNodeAttributeCommand.cpp45 m_oldValue = m_element->getAttribute(m_attribute);
/macosx-10.10/WebKit-7600.1.25/win/
H A DAccessibleImage.cpp53 const AtomicString& altText = obj->getAttribute(HTMLNames::altAttr);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/gpx/
H A Dgpx.tcl80 set version [[$gpx(dom,$token) documentElement] getAttribute version 0.0]
113 set creator [$gpxNode getAttribute creator ?]
148 set lat [$wpt getAttribute "lat" ?]
149 set lon [$wpt getAttribute "lon" ?]
191 set lat [$trkpt getAttribute "lat" ?]
192 set lon [$trkpt getAttribute "lon" ?]
234 set lat [$rtept getAttribute "lat" ?]
235 set lon [$rtept getAttribute "lon" ?]
287 lappend result $attr [$node getAttribute $attr]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm64 my $threshold = uc(subst($config->getAttribute('threshold')));
69 if (subst($config->getAttribute('oneMessagePerAppender')) eq 'true') {
123 my $name = subst($child->getAttribute('name'));
159 my $name = subst($node->getAttribute('name'));
161 my $class = subst($node->getAttribute('class'));
162 my $value = subst($node->getAttribute('value'));
200 my $name = subst($node->getAttribute('name'));
213 my $class = subst($node->getAttribute('class'));
220 my $additivity = subst(subst($node->getAttribute('additivity')));
247 my $name = subst($child->getAttribute('nam
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dfilediskrep.h69 CFDataRef getAttribute(const char *name);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dfilediskrep.h69 CFDataRef getAttribute(const char *name);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DConsoleCommandResult.js49 if (!element.getAttribute("data-labelprefix"))

Completed in 301 milliseconds

12345678