Searched refs:attributeName (Results 101 - 125 of 155) sorted by relevance

1234567

/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlSanitizerTest.java368 String elementName, String attributeName, String value) {
H A DAntiSamyTest.java82 String elementName, String attributeName, String value) {
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.cpp618 AnimatedPropertyType SVGElement::animatedPropertyTypeForCSSAttribute(const QualifiedName& attributeName) argument
680 if (cssPropertyMap.contains(attributeName))
681 return cssPropertyMap.get(attributeName);
689 QualifiedName attributeName = property->attributeName(); local
690 m_attributeToPropertyMap.set(attributeName, property.release());
693 PassRefPtr<SVGAnimatedPropertyBase> SVGElement::propertyFromAttribute(const QualifiedName& attributeName) argument
695 AttributeToPropertyMap::iterator it = m_attributeToPropertyMap.find<SVGAttributeHashTranslator>(attributeName);
H A DSVGLengthList.cpp144 ASSERT(m_mode == SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attributeName()));
H A DSVGLength.cpp457 ASSERT(unitMode() == lengthModeForAnimatedLengthAttribute(animationElement->attributeName()));
/external/skia/src/gpu/gl/
H A DGrGLProgramEffects.cpp303 SkString attributeName("aAttr");
304 attributeName.appendS32(attributeIndices[a]);
307 attributeName);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsTreeOutline.js1713 _triggerEditAttribute: function(attributeName)
1717 if (attributeElements[i].textContent === attributeName) {
1738 var attributeName = attributeNameElement.textContent;
1757 if (attributeName && attributeValueElement && listItemElement && listItemElement.treeElement)
1759 var attributeValue = domNode ? domNode.getAttribute(attributeName) : undefined;
1766 var config = new WebInspector.InplaceEditor.Config(this._attributeEditingCommitted.bind(this), this._editingCancelled.bind(this), attributeName);
1957 _attributeEditingCommitted: function(element, newText, oldText, attributeName, moveDirection)
1970 this._editingCancelled(element, attributeName);
1980 if (attributes[i].name !== attributeName)
2017 if ((attributeName
[all...]
/external/chromium_org/remoting/webapp/
H A Dui_mode.js238 mutation.attributeName == 'hidden') {
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceCheckSecurity.cpp140 v8::String::Utf8Value attributeName(name);
141 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "TestInterfaceCheckSecurity", info.Holder(), info.GetIsolate());
441 v8::String::Utf8Value attributeName(name);
442 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "TestInterfaceCheckSecurity", info.Holder(), info.GetIsolate());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditor.cpp636 bool XSSAuditor::eraseAttributeIfInjected(const FilterTokenRequest& request, const QualifiedName& attributeName, const String& replacementValue, TruncationKind treatment) argument
639 if (!findAttributeWithName(request.token, attributeName, indexOfAttribute))
646 if (threadSafeMatch(attributeName, srcAttr)) {
649 } else if (threadSafeMatch(attributeName, http_equivAttr)) {
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.h64 const QualifiedName& attributeName() const { return m_attributeName; } function in class:blink::SVGSMILElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1986 static inline void collectMatchingObserversForMutation(WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>& observers, Registry* registry, Node& target, MutationObserver::MutationType type, const QualifiedName* attributeName) argument
1992 if (registration.shouldReceiveMutationFrom(target, type, attributeName)) {
2001 void Node::getRegisteredMutationObserversOfType(WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>& observers, MutationObserver::MutationType type, const QualifiedName* attributeName) argument
2003 ASSERT((type == MutationObserver::Attributes && attributeName) || !attributeName);
2004 collectMatchingObserversForMutation(observers, mutationObserverRegistry(), *this, type, attributeName);
2005 collectMatchingObserversForMutation(observers, transientMutationObserverRegistry(), *this, type, attributeName);
2007 collectMatchingObserversForMutation(observers, node->mutationObserverRegistry(), *this, type, attributeName);
2008 collectMatchingObserversForMutation(observers, node->transientMutationObserverRegistry(), *this, type, attributeName);
H A DElement.cpp2605 int Element::getIntegralAttribute(const QualifiedName& attributeName) const
2607 return getAttribute(attributeName).toInt();
2610 void Element::setIntegralAttribute(const QualifiedName& attributeName, int value)
2612 setAttribute(attributeName, AtomicString::number(value));
2615 void Element::setUnsignedIntegralAttribute(const QualifiedName& attributeName, unsigned value)
2622 setAttribute(attributeName, AtomicString::number(value));
2625 double Element::getFloatingPointAttribute(const QualifiedName& attributeName, double fallbackValue) const
2627 return parseToDoubleForNumberType(getAttribute(attributeName), fallbackValue);
2630 void Element::setFloatingPointAttribute(const QualifiedName& attributeName, double value)
2632 setAttribute(attributeName, AtomicStrin
[all...]
/external/smack/src/org/jivesoftware/smack/util/
H A DPacketParserUtils.java.orig835 String attributeName = parser.getAttributeName(i);
836 if ( "xml:lang".equals(attributeName) ||
837 ("lang".equals(attributeName) &&
H A DPacketParserUtils.java834 String attributeName = parser.getAttributeName(i);
835 if ( "xml:lang".equals(attributeName) ||
836 ("lang".equals(attributeName) &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.cpp28 v8::String::Utf8Value attributeName(name);
29 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "{{interface_name}}", info.Holder(), info.GetIsolate());
470 v8::String::Utf8Value attributeName(name);
471 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "{{interface_name}}", info.Holder(), info.GetIsolate());
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp267 inline const QualifiedName& attributeName() const { return m_attrName; } function in class:blink::HTMLAttributeEquivalent
875 if (shouldPreserveWritingDirection == PreserveWritingDirection && equivalent->attributeName() == HTMLNames::dirAttr)
884 conflictingAttributes.append(equivalent->attributeName());
920 if (HTMLAttributeEquivalents[i]->matches(element) && HTMLAttributeEquivalents[i]->attributeName() != HTMLNames::dirAttr)
1056 if (attributeEquivalents[i]->attributeName() == HTMLNames::dirAttr)
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h116 bool hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState&);
H A DInternals.idl59 [RaisesException, TypeChecking=Interface] boolean hasSelectorForAttributeInShadow(Element host, DOMString attributeName);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapSerializationEnvelope.java169 String attributeName = parser.getAttributeName(counter);
171 ((SoapObject) obj).addAttribute(attributeName, value);

Completed in 555 milliseconds

1234567