/external/webkit/Source/WebCore/svg/ |
SVGFEDisplacementMapElement.cpp | 65 void SVGFEDisplacementMapElement::parseMappedAttribute(Attribute* attr) 67 const String& value = attr->value(); 68 if (attr->name() == SVGNames::xChannelSelectorAttr) 70 else if (attr->name() == SVGNames::yChannelSelectorAttr) 72 else if (attr->name() == SVGNames::inAttr) 74 else if (attr->name() == SVGNames::in2Attr) 76 else if (attr->name() == SVGNames::scaleAttr) 79 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
|
SVGFETurbulenceElement.cpp | 65 void SVGFETurbulenceElement::parseMappedAttribute(Attribute* attr) 67 const String& value = attr->value(); 68 if (attr->name() == SVGNames::typeAttr) { 73 } else if (attr->name() == SVGNames::stitchTilesAttr) { 78 } else if (attr->name() == SVGNames::baseFrequencyAttr) { 84 } else if (attr->name() == SVGNames::seedAttr) 86 else if (attr->name() == SVGNames::numOctavesAttr) 89 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
|
SVGFilterPrimitiveStandardAttributes.cpp | 56 void SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(Attribute* attr) 58 const AtomicString& value = attr->value(); 59 if (attr->name() == SVGNames::xAttr) 61 else if (attr->name() == SVGNames::yAttr) 63 else if (attr->name() == SVGNames::widthAttr) 65 else if (attr->name() == SVGNames::heightAttr) 67 else if (attr->name() == SVGNames::resultAttr) 70 return SVGStyledElement::parseMappedAttribute(attr);
|
SVGScriptElement.cpp | 49 void SVGScriptElement::parseMappedAttribute(Attribute* attr) 51 const QualifiedName& attrName = attr->name(); 54 setType(attr->value()); 56 if (SVGURIReference::parseMappedAttribute(attr)) 58 if (SVGExternalResourcesRequired::parseMappedAttribute(attr)) 61 SVGElement::parseMappedAttribute(attr); 138 bool SVGScriptElement::isURLAttribute(Attribute* attr) const 140 return attr->name() == sourceAttributeValue();
|
SVGFEComponentTransferElement.cpp | 26 #include "Attr.h" 50 void SVGFEComponentTransferElement::parseMappedAttribute(Attribute* attr) 52 const String& value = attr->value(); 53 if (attr->name() == SVGNames::inAttr) 56 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
|
SVGStopElement.cpp | 49 void SVGStopElement::parseMappedAttribute(Attribute* attr) 51 if (attr->name() == SVGNames::offsetAttr) { 52 const String& value = attr->value(); 58 SVGStyledElement::parseMappedAttribute(attr);
|
SVGSVGElement.cpp | 235 void SVGSVGElement::parseMappedAttribute(Attribute* attr) 241 if (attr->name() == HTMLNames::onunloadAttr) 242 document()->setWindowAttributeEventListener(eventNames().unloadEvent, createAttributeEventListener(document()->frame(), attr)); 243 else if (attr->name() == HTMLNames::onresizeAttr) 244 document()->setWindowAttributeEventListener(eventNames().resizeEvent, createAttributeEventListener(document()->frame(), attr)); 245 else if (attr->name() == HTMLNames::onscrollAttr) 246 document()->setWindowAttributeEventListener(eventNames().scrollEvent, createAttributeEventListener(document()->frame(), attr)); 247 else if (attr->name() == SVGNames::onzoomAttr) 248 document()->setWindowAttributeEventListener(eventNames().zoomEvent, createAttributeEventListener(document()->frame(), attr)); 256 if (attr->name() == HTMLNames::onabortAttr [all...] |
SVGMPathElement.cpp | 45 void SVGMPathElement::parseMappedAttribute(Attribute* attr) 47 if (SVGURIReference::parseMappedAttribute(attr)) 49 SVGElement::parseMappedAttribute(attr);
|
SVGRadialGradientElement.cpp | 65 void SVGRadialGradientElement::parseMappedAttribute(Attribute* attr) 67 if (attr->name() == SVGNames::cxAttr) 68 setCxBaseValue(SVGLength(LengthModeWidth, attr->value())); 69 else if (attr->name() == SVGNames::cyAttr) 70 setCyBaseValue(SVGLength(LengthModeHeight, attr->value())); 71 else if (attr->name() == SVGNames::rAttr) { 72 setRBaseValue(SVGLength(LengthModeOther, attr->value())); 75 } else if (attr->name() == SVGNames::fxAttr) 76 setFxBaseValue(SVGLength(LengthModeWidth, attr->value())); 77 else if (attr->name() == SVGNames::fyAttr [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qwkpreferences.h | 63 void setAttribute(WebAttribute attr, bool on); 64 bool testAttribute(WebAttribute attr) const;
|
/external/ppp/pppd/plugins/radius/ |
avpair.c | 161 DICT_ATTR *attr; local 192 if ((attr = rc_dict_getattr (attribute, VENDOR_NONE)) == (DICT_ATTR *) NULL) 215 strcpy (pair->name, attr->name); 216 pair->attribute = attr->value; 218 pair->type = attr->type; 221 switch (attr->type) 240 warn("rc_avpair_gen: %s has unknown type", attr->name); 269 DICT_ATTR *attr; local 303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) { 313 strcpy(pair->name, attr->name) 527 DICT_ATTR *attr = NULL; local [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLLinkElement.cpp | 128 void HTMLLinkElement::parseMappedAttribute(Attribute* attr) 130 if (attr->name() == relAttr) { 131 tokenizeRelAttribute(attr->value(), m_relAttribute); 133 } else if (attr->name() == hrefAttr) { 134 m_url = document()->completeURL(stripLeadingAndTrailingHTMLSpaces(attr->value())); 136 } else if (attr->name() == typeAttr) { 137 m_type = attr->value(); 139 } else if (attr->name() == mediaAttr) { 140 m_media = attr->value().string().lower(); 142 } else if (attr->name() == disabledAttr [all...] |
HTMLOutputElement.cpp | 59 void HTMLOutputElement::parseMappedAttribute(Attribute* attr) 61 if (attr->name() == HTMLNames::forAttr) 62 setFor(attr->value()); 64 HTMLFormControlElement::parseMappedAttribute(attr);
|
/external/clang/include/clang/Lex/ |
Makefile | 9 $(ObjDir)/AttrSpellings.inc.tmp : $(TD_SRC_DIR)/Attr.td $(TBLGEN) \ 12 $(Verb) $(TableGen) -gen-clang-attr-spelling-list -o $(call SYSPATH, $@) \
|
/external/quake/quake/src/QW/ |
qwcl.x11.spec.sh | 38 %attr(644,root,root) ${3}/readme.qwcl.x11 39 %attr(755,root,root) ${3}/qwcl.x11
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/ |
StateListDrawableTest.java | 45 int focusedStateSet[] = {R.attr.state_focused}; 46 int checkedStateSet[] = {R.attr.state_checked}; 57 int focusedStateSet[] = {R.attr.state_focused}; 58 int checkedStateSet[] = {R.attr.state_checked};
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
OldAttributesTest.java | 45 Attributes attr = new Attributes(); local 46 assertTrue(attr.size() >= 0); 50 Attributes attr = new Attributes(10); local 51 assertTrue(attr.size() >= 0);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
PrefixResolverDefault.java | 103 Node attr = nnm.item(i); local 104 String aname = attr.getNodeName(); 114 namespace = attr.getNodeValue();
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
JAXPPrefixResolver.java | 104 Node attr = nnm.item(i); local 105 String aname = attr.getNodeName(); 113 namespace = attr.getNodeValue();
|
/external/chromium/chrome/browser/password_manager/ |
password_store_mac.cc | 57 search_attributes_.attr = NULL; 61 if (search_attributes_.attr) { 62 free(search_attributes_.attr); 73 search_attributes_.attr = 82 search_attributes_.attr[entries].tag = kSecServerItemAttr; 83 search_attributes_.attr[entries].length = strlen(server); 84 search_attributes_.attr[entries].data = 90 search_attributes_.attr[entries].tag = kSecPortItemAttr; 91 search_attributes_.attr[entries].length = sizeof(port); 92 search_attributes_.attr[entries].data 717 SecKeychainAttribute attr = { kSecCreatorItemAttr, sizeof(creator_code), local [all...] |
/external/clang/test/Parser/ |
MicrosoftExtensions.c | 52 struct SA_Post{ SA_Post(); int attr; }; member in struct:SA_Post 54 [returnvalue:SA_Post( attr=1)] 55 int foo1([SA_Post(attr=1)] void *param);
|
/external/elfutils/libdw/ |
dwarf_getmacros.c | 33 Dwarf_Attribute attr; local 34 if (dwarf_attr (die, DW_AT_macro_info, &attr) == NULL) 39 if (dwarf_formudata (&attr, &macoff) != 0)
|
/external/oprofile/libop/ |
op_xml_out.h | 66 void init_xml_int_attr(tag_t attr, int value, char *buffer, size_t size); 67 void init_xml_dbl_attr(tag_t attr, double value, char *buffer, size_t size); 68 void init_xml_str_attr(tag_t attr, char const *str, char *buffer, size_t size);
|
/external/skia/src/ports/ |
SkThread_pthread.cpp | 54 pthread_mutexattr_t attr; local 56 status = pthread_mutexattr_init(&attr); 60 status = pthread_mutex_init((pthread_mutex_t*)fStorage, &attr);
|
/external/webkit/Source/WebCore/platform/sql/chromium/ |
SQLiteFileSystemChromiumWin.cpp | 96 DWORD attr = PlatformBridge::databaseGetFileAttributes(fileName); local 100 *res = (attr != INVALID_FILE_ATTRIBUTES); 103 *res = ((attr & FILE_ATTRIBUTE_READONLY) == 0);
|