/external/webkit/WebCore/svg/ |
SVGUseElement.cpp | 94 void SVGUseElement::parseMappedAttribute(MappedAttribute* attr) 96 if (attr->name() == SVGNames::xAttr) 97 setXBaseValue(SVGLength(LengthModeWidth, attr->value())); 98 else if (attr->name() == SVGNames::yAttr) 99 setYBaseValue(SVGLength(LengthModeHeight, attr->value())); 100 else if (attr->name() == SVGNames::widthAttr) { 101 setWidthBaseValue(SVGLength(LengthModeWidth, attr->value())); 104 } else if (attr->name() == SVGNames::heightAttr) { 105 setHeightBaseValue(SVGLength(LengthModeHeight, attr->value())); 109 if (SVGTests::parseMappedAttribute(attr)) [all...] |
/frameworks/base/core/java/android/view/ |
View.java | 567 * @attr ref android.R.styleable#View_background 568 * @attr ref android.R.styleable#View_clickable 569 * @attr ref android.R.styleable#View_contentDescription 570 * @attr ref android.R.styleable#View_drawingCacheQuality 571 * @attr ref android.R.styleable#View_duplicateParentState 572 * @attr ref android.R.styleable#View_id 573 * @attr ref android.R.styleable#View_fadingEdge 574 * @attr ref android.R.styleable#View_fadingEdgeLength 575 * @attr ref android.R.styleable#View_filterTouchesWhenObscured 576 * @attr ref android.R.styleable#View_fitsSystemWindow 1948 int attr = a.getIndex(i); local [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebNSAttributedStringExtras.mm | 69 const AtomicString& attr = e->getAttribute(srcAttr); 70 if (!attr.isEmpty()) { 71 NSURL *URL = e->document()->completeURL(attr);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DocumentImportNode.java | 11 import org.w3c.dom.Attr; 74 // Attr attr; 84 // attr = element.getAttributeNode("street"); 85 // importedAttr = doc.importNode(attr, false); 103 Attr attr; local 115 attr = element.getAttributeNodeNS("http://www.nist.gov", "zone"); 116 importedAttr = docImported.importNode(attr, false); 131 // Attr attr 190 Attr attr; local [all...] |
/external/webkit/WebCore/editing/ |
markup.cpp | 95 static void appendAttributeValue(Vector<UChar>& result, const String& attr, bool escapeNBSP) 97 const UChar* uchars = attr.characters(); 98 unsigned len = attr.length(); 312 AtomicString attr = !prefix.isEmpty() ? "xmlns:" + prefix : "xmlns"; local 313 return !elem->hasAttribute(attr); 316 static bool shouldAddNamespaceAttr(const Attribute* attr, HashMap<AtomicStringImpl*, AtomicStringImpl*>& namespaces) 321 if (attr->name() == XMLNSNames::xmlnsAttr) { 322 namespaces.set(emptyAtom.impl(), attr->value().impl()); 326 QualifiedName xmlnsPrefixAttr(xmlnsAtom, attr->localName(), XMLNSNames::xmlnsNamespaceURI); 327 if (attr->name() == xmlnsPrefixAttr) 457 Attribute *attr = attrs->attributeItem(i); local 661 Attribute* attr = attrs->attributeItem(i); local [all...] |
/libcore/luni/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 38 import org.w3c.dom.Attr;
659 * Serializes the Attr Nodes of an Element.
661 * @param node The OwnerElement whose Attr Nodes are to be serialized.
668 Node attr = atts.item(i);
local 670 String localName = attr.getLocalName();
671 String attrName = attr.getNodeName();
672 String attrPrefix = attr.getPrefix() == null ? "" : attr.getPrefix();
673 String attrValue = attr.getNodeValue();
675 // Determine the Attr's type. 1828 Node attr = atts.item(i); local [all...] |
/external/webkit/JavaScriptCore/runtime/ |
JSObject.h | 171 void putDirect(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot); 172 void putDirect(const Identifier& propertyName, JSValue value, unsigned attr = 0); 174 void putDirectFunction(const Identifier& propertyName, JSCell* value, unsigned attr = 0); 175 void putDirectFunction(const Identifier& propertyName, JSCell* value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot); 176 void putDirectFunction(ExecState* exec, InternalFunction* function, unsigned attr = 0); 178 void putDirectWithoutTransition(const Identifier& propertyName, JSValue value, unsigned attr = 0); 179 void putDirectFunctionWithoutTransition(const Identifier& propertyName, JSCell* value, unsigned attr = 0); 180 void putDirectFunctionWithoutTransition(ExecState* exec, InternalFunction* function, unsigned attr = 0); 257 void putDirectInternal(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot, JSCell*); 258 void putDirectInternal(JSGlobalData&, const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySlot& slot) [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 384 const char* ns, const char* attr, const char* validChars, bool required) 388 ssize_t index = parser.indexOfAttribute(ns, attr); 399 String8(parser.getElementName(&len)).string(), attr, 409 printf("***** RES ATTR: %s specFlags=0x%x strIdx=%d: %s\n", attr, 415 String8(parser.getElementName(&len)).string(), attr, 424 String8(parser.getElementName(&len)).string(), attr); 430 String8(parser.getElementName(&len)).string(), attr); 436 String8(parser.getElementName(&len)).string(), attr, 455 String8(parser.getElementName(&len)).string(), attr, (char)str[i]) 625 XMLNode::attribute_entry* attr = node->editAttribute( local 692 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); local 730 XMLNode::attribute_entry* attr = child->editAttribute( local 2002 const char* attr; member in struct:NamespaceAttributePair [all...] |
/bionic/libc/kernel/common/linux/ |
msdos_fs.h | 150 __u8 attr; member in struct:msdos_dir_entry 164 __u8 attr; member in struct:msdos_dir_slot
|
elevator.h | 68 struct attribute attr; member in struct:elv_fs_entry
|
/development/ndk/platforms/android-3/include/linux/ |
msdos_fs.h | 150 __u8 attr; member in struct:msdos_dir_entry 164 __u8 attr; member in struct:msdos_dir_slot
|
elevator.h | 68 struct attribute attr; member in struct:elv_fs_entry
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
MethodStubber.java | 84 public void visitAttribute(Attribute attr) { 85 super.visitAttribute(attr);
|
/external/kernel-headers/original/linux/netfilter/ |
nfnetlink.h | 52 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff)
|
/external/libxml2/include/libxml/ |
debugXML.h | 33 xmlAttrPtr attr, 37 xmlAttrPtr attr,
|
/external/openssl/crypto/evp/ |
evp_pkey.c | 211 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) 213 if(X509at_add1_attr(&key->attributes, attr)) return 1;
|
/external/webkit/WebCore/html/ |
HTMLOptGroupElement.cpp | 100 void HTMLOptGroupElement::parseMappedAttribute(MappedAttribute* attr) 102 HTMLFormControlElement::parseMappedAttribute(attr);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
msdos_fs.h | 150 __u8 attr; member in struct:msdos_dir_entry 164 __u8 attr; member in struct:msdos_dir_slot
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
msdos_fs.h | 150 __u8 attr; member in struct:msdos_dir_entry 164 __u8 attr; member in struct:msdos_dir_slot
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
msdos_fs.h | 150 __u8 attr; member in struct:msdos_dir_entry 164 __u8 attr; member in struct:msdos_dir_slot
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
msdos_fs.h | 150 __u8 attr; member in struct:msdos_dir_entry 164 __u8 attr; member in struct:msdos_dir_slot
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
msdos_fs.h | 150 __u8 attr; member in struct:msdos_dir_entry 164 __u8 attr; member in struct:msdos_dir_slot
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
msdos_fs.h | 150 __u8 attr; member in struct:msdos_dir_entry 164 __u8 attr; member in struct:msdos_dir_slot
|
/build/tools/droiddoc/templates/assets/ |
android-developer-reference.js | 18 $("#apiLevelSelector").attr("disabled","disabled"); 32 $("#apiLevelSelector").attr("disabled","disabled"); 34 $("#apiLevelCheckbox").attr("checked","checked"); 38 minLevel = $("body").attr("class"); 41 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]); 46 // get the DOM element and use setAttribute cuz IE6 fails when using jquery .attr('selected',true) 84 var className = obj.attr("class"); 89 if (apiLevel > selectedLevel) obj.addClass("absent").attr("title","Requires API Level "+apiLevel+" or higher");
|
/external/webkit/WebCore/platform/chromium/ |
ClipboardChromium.cpp | 260 Attribute* attr = attrs->attributeItem(i); local 261 if (attr->localName() == "src") 264 markup.append(attr->localName()); 266 String escapedAttr = attr->value();
|