Home
last modified time | relevance | path

Searched refs:decl (Results 1 – 25 of 128) sorted by relevance

123456

/external/webkit/WebCore/html/
DHTMLTableElement.cpp330 if (attr->decl()) { in parseMappedAttribute()
331 RefPtr<CSSValue> val = attr->decl()->getPropertyCSSValue(CSSPropertyBorderLeftWidth); in parseMappedAttribute()
348 m_borderColorAttr = attr->decl(); in parseMappedAttribute()
349 if (!attr->decl() && !attr->isEmpty()) { in parseMappedAttribute()
469 …CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(ePersistent, tableborderAttr, borderV… in additionalAttributeStyleDecls() local
470 if (!decl) { in additionalAttributeStyleDecls()
471decl = CSSMappedAttributeDeclaration::create().releaseRef(); // This single ref pins us in the tab… in additionalAttributeStyleDecls()
472 decl->setParent(document()->elementSheet()); in additionalAttributeStyleDecls()
473 decl->setNode(this); in additionalAttributeStyleDecls()
474 decl->setStrictParsing(false); // Mapped attributes are just always quirky. in additionalAttributeStyleDecls()
[all …]
/external/webkit/WebCore/dom/
DStyledElement.cpp83 …AttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl) in setMappedAttributeDecl() argument
87 …s->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()), decl); in setMappedAttributeDecl()
90 …tryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl) in setMappedAttributeDecl() argument
94 …pedAttributeDecls->set(MappedAttributeKey(entryType, name.localName().impl(), value.impl()), decl); in setMappedAttributeDecl()
154 if (mappedAttr->decl() && !preserveDecls) { in attributeChanged()
165 if (mappedAttr->decl()) { in attributeChanged()
173 CSSMappedAttributeDeclaration* decl = getMappedAttributeDecl(entry, attr); in attributeChanged() local
174 if (decl) { in attributeChanged()
175 mappedAttr->setDecl(decl); in attributeChanged()
195 if (checkDecl && mappedAttr->decl()) { in attributeChanged()
[all …]
DMappedAttribute.h50 CSSMappedAttributeDeclaration* decl() const { return m_styleDecl.get(); } in decl() function
51 void setDecl(PassRefPtr<CSSMappedAttributeDeclaration> decl) { m_styleDecl = decl; } in setDecl() argument
DNamedMappedAttrMap.cpp52 static_cast<MappedAttribute*>(attr)->decl()) in declCount()
68 static_cast<MappedAttribute*>(attr)->decl()) { in mapsEquivalent()
/external/webkit/WebCore/svg/
DSVGForeignObjectElement.cpp111 if (mappedAttr->decl()) { in addCSSPropertyAndNotifyAttributeMap()
119 if (CSSMappedAttributeDeclaration* decl = mappedAttr->decl()) { in addCSSPropertyAndNotifyAttributeMap() local
121 element->setMappedAttributeDecl(entry, mappedAttr, decl); in addCSSPropertyAndNotifyAttributeMap()
123 decl->setMappedState(entry, mappedAttr->name(), mappedAttr->value()); in addCSSPropertyAndNotifyAttributeMap()
124 decl->setParent(0); in addCSSPropertyAndNotifyAttributeMap()
125 decl->setNode(0); in addCSSPropertyAndNotifyAttributeMap()
/external/bison/src/
Dparse-gram.y522 add_param (char const *type, char *decl, location loc) in add_param() argument
533 for (p = decl; p[1]; p++) in add_param()
534 if ((p == decl in add_param()
544 while (*++decl == ' ' || *decl == '\t') in add_param()
562 muscle_pair_list_grow (type, decl, name); in add_param()
/external/bluetooth/glib/docs/reference/
D.gitignore1 *-decl-list.txt
2 *-decl.txt
/external/v8/src/
Dfull-codegen.cc82 void FullCodeGenSyntaxChecker::VisitDeclaration(Declaration* decl) { in VisitDeclaration() argument
83 Property* prop = decl->proxy()->AsProperty(); in VisitDeclaration()
89 if (decl->fun() != NULL) { in VisitDeclaration()
90 Visit(decl->fun()); in VisitDeclaration()
492 Declaration* decl = declarations->at(i); in VisitDeclarations() local
493 Variable* var = decl->proxy()->var(); in VisitDeclarations()
500 VisitDeclaration(decl); in VisitDeclarations()
512 Declaration* decl = declarations->at(i); in VisitDeclarations() local
513 Variable* var = decl->proxy()->var(); in VisitDeclarations()
518 if (decl->fun() == NULL) { in VisitDeclarations()
[all …]
/external/quake/quake/src/WinQuake/
Dd_copy.s81 decl %ecx
100 decl %ebp
140 decl %ebp
Dsurf16.s112 decl %eax
164 decl %ecx
Dd_draw.s198 decl %ecx
435 decl %ecx
685 decl %edi // adjust for hardwired offsets
854 decl %ecx
897 decl %ecx
969 decl %ecx
1012 decl %ecx
Dsurf8.s256 decl sb_v
426 decl sb_v
566 decl sb_v
708 decl sb_v
776 decl %ecx
/external/quake/quake/src/QW/client/
Dd_copy.s81 decl %ecx
100 decl %ebp
140 decl %ebp
Dsurf16.s112 decl %eax
164 decl %ecx
Dd_draw.s198 decl %ecx
435 decl %ecx
685 decl %edi // adjust for hardwired offsets
854 decl %ecx
897 decl %ecx
969 decl %ecx
1012 decl %ecx
Dsurf8.s256 decl sb_v
426 decl sb_v
566 decl sb_v
708 decl sb_v
776 decl %ecx
/external/webkit/WebCore/css/
DCSSVariablesRule.h58 void setDeclaration(PassRefPtr<CSSVariablesDeclaration> decl) { m_variables = decl; } in setDeclaration() argument
DCSSMutableStyleDeclaration.h38 …CSSMutableStyleDeclarationConstIterator(const CSSMutableStyleDeclaration* decl, CSSProperty* curre…
172 …CSSMutableStyleDeclarationConstIterator(const CSSMutableStyleDeclaration* decl, CSSProperty* curre… in CSSMutableStyleDeclarationConstIterator() argument
173 : m_decl(decl) in CSSMutableStyleDeclarationConstIterator()
/external/zlib/
Dzlib2ansi24 my $decl = qr{ $sp (?: \w+ $sp )+ $d1 }xo ;
25 my $dList = qr{ $sp $decl (?: $sp , $d1 )* $sp ; $sp }xo ;
/external/v8/src/ia32/
Dfull-codegen-ia32.cc666 void FullCodeGenerator::VisitDeclaration(Declaration* decl) { in VisitDeclaration() argument
668 Variable* var = decl->proxy()->var(); in VisitDeclaration()
677 if (decl->mode() == Variable::CONST) { in VisitDeclaration()
680 } else if (decl->fun() != NULL) { in VisitDeclaration()
681 VisitForValue(decl->fun(), kAccumulator); in VisitDeclaration()
699 if (decl->mode() == Variable::CONST) { in VisitDeclaration()
703 } else if (decl->fun() != NULL) { in VisitDeclaration()
704 VisitForValue(decl->fun(), kAccumulator); in VisitDeclaration()
717 ASSERT(decl->mode() == Variable::VAR || in VisitDeclaration()
718 decl->mode() == Variable::CONST); in VisitDeclaration()
[all …]
/external/v8/src/arm/
Dfull-codegen-arm.cc552 void FullCodeGenerator::VisitDeclaration(Declaration* decl) { in VisitDeclaration() argument
554 Variable* var = decl->proxy()->var(); in VisitDeclaration()
563 if (decl->mode() == Variable::CONST) { in VisitDeclaration()
566 } else if (decl->fun() != NULL) { in VisitDeclaration()
567 VisitForValue(decl->fun(), kAccumulator); in VisitDeclaration()
585 if (decl->mode() == Variable::CONST) { in VisitDeclaration()
589 } else if (decl->fun() != NULL) { in VisitDeclaration()
590 VisitForValue(decl->fun(), kAccumulator); in VisitDeclaration()
604 ASSERT(decl->mode() == Variable::VAR || in VisitDeclaration()
605 decl->mode() == Variable::CONST); in VisitDeclaration()
[all …]
/external/v8/src/x64/
Dfull-codegen-x64.cc668 void FullCodeGenerator::VisitDeclaration(Declaration* decl) { in VisitDeclaration() argument
670 Variable* var = decl->proxy()->var(); in VisitDeclaration()
679 if (decl->mode() == Variable::CONST) { in VisitDeclaration()
682 } else if (decl->fun() != NULL) { in VisitDeclaration()
683 VisitForValue(decl->fun(), kAccumulator); in VisitDeclaration()
701 if (decl->mode() == Variable::CONST) { in VisitDeclaration()
706 } else if (decl->fun() != NULL) { in VisitDeclaration()
707 VisitForValue(decl->fun(), kAccumulator); in VisitDeclaration()
720 ASSERT(decl->mode() == Variable::VAR || in VisitDeclaration()
721 decl->mode() == Variable::CONST); in VisitDeclaration()
[all …]
/external/bluetooth/bluez/doc/
Dgtk-doc.make73 $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: sca…
78 tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-…
125 $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
/external/zlib/contrib/inflate86/
Dinffast.S292 decl %eax
298 decl %eax
523 decl %eax
603 decl %eax /* (1 << op) - 1 */
655 decl out_r
679 decl %eax
697 decl %eax
1035 decl out_r
1292 decl %ebx
/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp1246 CSSMutableStyleDeclaration* decl = elem->inlineStyleDecl(); in removeCSSStyle() local
1247 if (!decl) in removeCSSStyle()
1253 RefPtr<CSSValue> value = decl->getPropertyCSSValue(propertyID); in removeCSSStyle()
1255 removeCSSProperty(decl, propertyID); in removeCSSStyle()
1256 …if (propertyID == CSSPropertyUnicodeBidi && !decl->getPropertyValue(CSSPropertyDirection).isEmpty(… in removeCSSStyle()
1257 removeCSSProperty(decl, CSSPropertyDirection); in removeCSSStyle()
1262 if (decl->isEmpty()) in removeCSSStyle()
1365 CSSMutableStyleDeclaration *decl = element->inlineStyleDecl(); in applyTextDecorationStyle() local
1366 if (decl) in applyTextDecorationStyle()
1367 cssText += decl->cssText(); in applyTextDecorationStyle()
[all …]

123456