/external/libxslt/libxslt/ |
D | preproc.c | 71 xsltCheckTopLevelElement(xsltStylesheetPtr style, xmlNodePtr inst, int err) { in xsltCheckTopLevelElement() 109 xsltCheckInstructionElement(xsltStylesheetPtr style, xmlNodePtr inst) { in xsltCheckInstructionElement() 164 xsltCheckParentElement(xsltStylesheetPtr style, xmlNodePtr inst, in xsltCheckParentElement() 224 xsltNewStylePreComp(xsltStylesheetPtr style, xsltStyleType type) { in xsltNewStylePreComp() 521 xsltDocumentComp(xsltStylesheetPtr style, xmlNodePtr inst, in xsltDocumentComp() 666 xsltSortComp(xsltStylesheetPtr style, xmlNodePtr inst) { in xsltSortComp() 773 xsltCopyComp(xsltStylesheetPtr style, xmlNodePtr inst) { in xsltCopyComp() 816 xsltTextComp(xsltStylesheetPtr style, xmlNodePtr inst) { in xsltTextComp() 862 xsltElementComp(xsltStylesheetPtr style, xmlNodePtr inst) { in xsltElementComp() 980 xsltAttributeComp(xsltStylesheetPtr style, xmlNodePtr inst) { in xsltAttributeComp() [all …]
|
D | imports.c | 66 xsltStylesheetPtr style) { in xsltFixImportedCompSteps() 87 xsltParseStylesheetImport(xsltStylesheetPtr style, xmlNodePtr cur) { in xsltParseStylesheetImport() 184 xsltParseStylesheetInclude(xsltStylesheetPtr style, xmlNodePtr cur) { in xsltParseStylesheetInclude() 314 xsltStylesheetPtr style; in xsltNeedElemSpaceHandling() local 341 xsltStylesheetPtr style; in xsltFindElemSpaceHandling() local 397 xsltStylesheetPtr style; in xsltFindTemplate() local
|
D | imports.h | 27 #define XSLT_GET_IMPORT_PTR(res, style, name) { \ argument 40 #define XSLT_GET_IMPORT_INT(res, style, name) { \ argument
|
D | attributes.c | 199 xsltMergeAttrElemList(xsltStylesheetPtr style, in xsltMergeAttrElemList() 289 xsltParseStylesheetAttributeSet(xsltStylesheetPtr style, xmlNodePtr cur) { in xsltParseStylesheetAttributeSet() 472 xsltGetSAS(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns) { in xsltGetSAS() 491 xsltResolveSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, in xsltResolveSASCallback() 546 xsltMergeSASCallback(xsltAttrElemPtr values, xsltStylesheetPtr style, in xsltMergeSASCallback() 588 xsltResolveStylesheetAttributeSet(xsltStylesheetPtr style) { in xsltResolveStylesheetAttributeSet() 1047 xsltStylesheetPtr style; in xsltApplyAttributeSet() local 1134 xsltFreeAttributeSetsHashes(xsltStylesheetPtr style) { in xsltFreeAttributeSetsHashes()
|
D | xslt.c | 125 xsltParseContentError(xsltStylesheetPtr style, in xsltParseContentError() 155 exclPrefixPush(xsltStylesheetPtr style, xmlChar * value) in exclPrefixPush() 198 exclPrefixPop(xsltStylesheetPtr style) in exclPrefixPop() 357 xsltDecimalFormatGetByName(xsltStylesheetPtr style, xmlChar *name) in xsltDecimalFormatGetByName() 574 xsltCompilationCtxtCreate(xsltStylesheetPtr style) { in xsltCompilationCtxtCreate() 778 xsltAllocateExtra(xsltStylesheetPtr style) in xsltAllocateExtra() 844 xsltFreeStylesheetList(xsltStylesheetPtr style) { in xsltFreeStylesheetList() 921 xsltFreeStylesheet(xsltStylesheetPtr style) in xsltFreeStylesheet() 1054 xsltGetInheritedNsList(xsltStylesheetPtr style, in xsltGetInheritedNsList() 1149 xsltParseStylesheetOutput(xsltStylesheetPtr style, xmlNodePtr cur) in xsltParseStylesheetOutput() [all …]
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | MetricsSidebarPane.js | 49 var callback = function(style) { argument 56 var inlineStyleCallback = function(style) { argument 64 _getPropertyValueAsPx: function(style, propertyName) argument 79 _update: function(style) argument 86 function createBoxPartElement(style, name, side, suffix) argument 103 function getContentAreaWidthPx(style) argument 116 function getContentAreaHeightPx(style) argument 274 var callback = function(style) { argument 282 function setEnabledValueCallback(context, style) argument
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/ |
D | X500Name.java | 39 private X500NameStyle style; field in X500Name 42 public X500Name(X500NameStyle style, X500Name name) in X500Name() 94 X500NameStyle style, in X500Name() 115 X500NameStyle style, in X500Name() 129 X500NameStyle style, in X500Name() 255 public static void setDefaultStyle(X500NameStyle style) in setDefaultStyle()
|
/external/webkit/Source/WebCore/css/ |
D | MediaQueryEvaluator.cpp | 100 …yEvaluator:: MediaQueryEvaluator(const String& acceptedMediaType, Frame* frame, RenderStyle* style) in MediaQueryEvaluator() 230 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeat… in monochromeMediaFeatureEval() 309 static bool device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaF… in device_heightMediaFeatureEval() 321 static bool device_widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFe… in device_widthMediaFeatureEval() 333 static bool heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeatureP… in heightMediaFeatureEval() 344 static bool widthMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePr… in widthMediaFeatureEval() 357 static bool min_colorMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeatu… in min_colorMediaFeatureEval() 362 static bool max_colorMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeatu… in max_colorMediaFeatureEval() 367 static bool min_monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, Media… in min_monochromeMediaFeatureEval() 372 static bool max_monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, Media… in max_monochromeMediaFeatureEval() [all …]
|
D | CSSPrimitiveValue.cpp | 252 int CSSPrimitiveValue::computeLengthInt(RenderStyle* style, RenderStyle* rootStyle) in computeLengthInt() 257 int CSSPrimitiveValue::computeLengthInt(RenderStyle* style, RenderStyle* rootStyle, double multipli… in computeLengthInt() 264 int CSSPrimitiveValue::computeLengthIntForLength(RenderStyle* style, RenderStyle* rootStyle) in computeLengthIntForLength() 269 int CSSPrimitiveValue::computeLengthIntForLength(RenderStyle* style, RenderStyle* rootStyle, double… in computeLengthIntForLength() 274 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle) in computeLengthShort() 279 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle, double mult… in computeLengthShort() 284 float CSSPrimitiveValue::computeLengthFloat(RenderStyle* style, RenderStyle* rootStyle, bool comput… in computeLengthFloat() 289 float CSSPrimitiveValue::computeLengthFloat(RenderStyle* style, RenderStyle* rootStyle, double mult… in computeLengthFloat() 294 double CSSPrimitiveValue::computeLengthDouble(RenderStyle* style, RenderStyle* rootStyle, double mu… in computeLengthDouble()
|
D | ShadowValue.h | 39 PassRefPtr<CSSPrimitiveValue> style, in create() 51 RefPtr<CSSPrimitiveValue> style; variable
|
D | CSSComputedStyleDeclaration.cpp | 370 …PassRefPtr<CSSPrimitiveValue> zoomAdjustedPixelValue(int value, const RenderStyle* style, CSSPrimi… in zoomAdjustedPixelValue() 375 …RefPtr<CSSPrimitiveValue> zoomAdjustedNumberValue(double value, const RenderStyle* style, CSSPrimi… in zoomAdjustedNumberValue() 380 …CSSValue> zoomAdjustedPixelValueForLength(const Length& length, const RenderStyle* style, CSSPrimi… in zoomAdjustedPixelValueForLength() 387 …CSSValue> valueForReflection(const StyleReflection* reflection, const RenderStyle* style, CSSPrimi… in valueForReflection() 401 static PassRefPtr<CSSValue> getPositionOffsetValue(RenderStyle* style, int propertyID, CSSPrimitive… in getPositionOffsetValue() 439 …mitiveValue> CSSComputedStyleDeclaration::currentColorOrValidColor(RenderStyle* style, const Color… in currentColorOrValidColor() 448 static PassRefPtr<CSSValue> getBorderRadiusCornerValue(LengthSize radius, const RenderStyle* style,… in getBorderRadiusCornerValue() 481 static PassRefPtr<CSSValue> computedTransform(RenderObject* renderer, const RenderStyle* style, CSS… in computedTransform() 647 RefPtr<RenderStyle> style = m_node->computedStyle(m_pseudoElementSpecifier); in getFontSizeCSSValuePreferringKeyword() local 665 RefPtr<RenderStyle> style = m_node->computedStyle(m_pseudoElementSpecifier); in useFixedFontDefaultSize() local [all …]
|
D | CSSRuleList.cpp | 43 StyleBase* style = list->item(i); in CSSRuleList() local 82 …if (CSSMutableStyleDeclaration* style = static_cast<WebKitCSSKeyframeRule*>(m_lstCSSRules[index].g… in deleteRule() local
|
/external/webkit/Source/WebCore/editing/ |
D | RemoveCSSPropertyCommand.cpp | 45 CSSMutableStyleDeclaration* style = m_element->inlineStyleDecl(); in doApply() local 53 CSSMutableStyleDeclaration* style = m_element->inlineStyleDecl(); in doUnapply() local
|
D | EditingStyle.cpp | 80 static PassRefPtr<CSSMutableStyleDeclaration> copyEditingProperties(CSSStyleDeclaration* style) in copyEditingProperties() 85 …utableStyleDeclaration> editingStyleFromComputedStyle(PassRefPtr<CSSComputedStyleDeclaration> styl… in editingStyleFromComputedStyle() 285 EditingStyle::EditingStyle(const CSSStyleDeclaration* style) in EditingStyle() 411 void EditingStyle::setStyle(PassRefPtr<CSSMutableStyleDeclaration> style) in setStyle() 420 void EditingStyle::overrideWithStyle(const CSSMutableStyleDeclaration* style) in overrideWithStyle() 698 RefPtr<EditingStyle> style = EditingStyle::create(position); in prepareToApplyAt() local 741 void EditingStyle::mergeStyle(CSSMutableStyleDeclaration* style) in mergeStyle() 780 static void reconcileTextDecorationProperties(CSSMutableStyleDeclaration* style) in reconcileTextDecorationProperties() 797 StyleChange::StyleChange(EditingStyle* style, const Position& position) in StyleChange() 829 static void setTextDecorationProperty(CSSMutableStyleDeclaration* style, const CSSValueList* newTex… in setTextDecorationProperty() [all …]
|
D | ApplyStyleCommand.cpp | 121 ApplyStyleCommand::ApplyStyleCommand(Document* document, const EditingStyle* style, EditAction edit… in ApplyStyleCommand() 135 ApplyStyleCommand::ApplyStyleCommand(Document* document, const EditingStyle* style, const Position&… in ApplyStyleCommand() 163 ApplyStyleCommand::ApplyStyleCommand(Document* document, const EditingStyle* style, IsInlineElement… in ApplyStyleCommand() 232 void ApplyStyleCommand::applyBlockStyle(EditingStyle *style) in applyBlockStyle() 296 void ApplyStyleCommand::applyRelativeFontStyleChange(EditingStyle* style) in applyRelativeFontStyleChange() 528 void ApplyStyleCommand::applyInlineStyle(EditingStyle* style) in applyInlineStyle() 659 void ApplyStyleCommand::fixRangeAndApplyInlineStyle(EditingStyle* style, const Position& start, con… in fixRangeAndApplyInlineStyle() 705 void ApplyStyleCommand::applyInlineStyleToNodeRange(EditingStyle* style, Node* node, Node* pastEndN… in applyInlineStyleToNodeRange() 766 bool ApplyStyleCommand::removeStyleFromRunBeforeApplyingStyle(EditingStyle* style, RefPtr<Node>& ru… in removeStyleFromRunBeforeApplyingStyle() 806 bool ApplyStyleCommand::removeInlineStyleFromElement(EditingStyle* style, PassRefPtr<HTMLElement> e… in removeInlineStyleFromElement() [all …]
|
/external/icu4c/io/ |
D | locbund.c | 37 int32_t style; in locbund_cleanup() local 48 … U_INLINE UNumberFormat * copyInvariantFormatter(ULocaleBundle *result, UNumberFormatStyle style) { in copyInvariantFormatter() 162 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat()
|
/external/webkit/Source/WebCore/rendering/ |
D | EllipsisBox.cpp | 35 RenderStyle* style = m_renderer->style(m_firstLine); in paint() local 75 RenderStyle* style = m_renderer->style(m_firstLine); in selectionRect() local 81 void EllipsisBox::paintSelection(GraphicsContext* context, int tx, int ty, RenderStyle* style, cons… in paintSelection() 109 RenderStyle* style = m_renderer->style(m_firstLine); in nodeAtPoint() local
|
D | RenderThemeWinCE.h | 74 virtual void setRadioSize(RenderStyle* style) const in setRadioSize() 113 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustButtonStyle() 114 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextFieldStyle() 115 virtual void adjustTextAreaStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextAreaStyle()
|
D | RenderThemeWin.h | 75 virtual void setRadioSize(RenderStyle* style) const in setRadioSize() 117 virtual void adjustButtonStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustButtonStyle() 118 virtual void adjustTextFieldStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextFieldStyle() 119 virtual void adjustTextAreaStyle(CSSStyleSelector*, RenderStyle* style, Element*) const {} in adjustTextAreaStyle()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResource.cpp | 35 …ntingResource(RenderSVGResourceMode mode, RenderObject* object, const RenderStyle* style, Color& f… in requestPaintingResource() 123 …* RenderSVGResource::fillPaintingResource(RenderObject* object, const RenderStyle* style, Color& f… in fillPaintingResource() 128 …RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, Color& f… in strokePaintingResource()
|
D | SVGTextLayoutEngineBaseline.cpp | 38 float SVGTextLayoutEngineBaseline::calculateBaselineShift(const SVGRenderStyle* style, SVGElement* … in calculateBaselineShift() argument 68 const SVGRenderStyle* style = textRenderer->style()->svgStyle(); in dominantBaselineToAlignmentBaseline() local 154 …eBaseline::calculateGlyphOrientationAngle(bool isVerticalText, const SVGRenderStyle* style, const … in calculateGlyphOrientationAngle() argument
|
D | SVGInlineTextBox.cpp | 66 RenderStyle* style = textRenderer->style(); in offsetForPositionInFragment() local 88 …xtFragment(const SVGTextFragment& fragment, int startPosition, int endPosition, RenderStyle* style) in selectionRectForTextFragment() 126 RenderStyle* style = text->style(); in selectionRect() local 189 RenderStyle* style = parentRenderer->style(); in paintSelectionBackground() local 269 RenderStyle* style = parentRenderer->style(); in paint() local 334 …esource(GraphicsContext*& context, float scalingFactor, RenderObject* renderer, RenderStyle* style) in acquirePaintingResource() 381 …rTextPainting(GraphicsContext*& context, float scalingFactor, TextRun& textRun, RenderStyle* style) in prepareGraphicsContextForTextPainting() 403 TextRun SVGInlineTextBox::constructTextRun(RenderStyle* style, const SVGTextFragment& fragment) con… in constructTextRun() 594 void SVGInlineTextBox::paintTextWithShadows(GraphicsContext* context, RenderStyle* style, TextRun& … in paintTextWithShadows() 653 void SVGInlineTextBox::paintText(GraphicsContext* context, RenderStyle* style, RenderStyle* selecti… in paintText()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | KeyframeList.h | 40 KeyframeValue(float key, PassRefPtr<RenderStyle> style) in KeyframeValue() 53 const RenderStyle* style() const { return m_style.get(); } in style() function 54 void setStyle(PassRefPtr<RenderStyle> style) { m_style = style; } in setStyle()
|
/external/skia/src/ports/ |
D | SkFontHost_simple.cpp | 88 SkTypeface::Style style) { in find_best_face() 182 static SkTypeface* find_typeface(const char name[], SkTypeface::Style style) { in find_typeface() 195 SkTypeface::Style style) { in find_typeface() 239 FamilyTypeface(Style style, bool sysFont, SkTypeface* familyMember) in FamilyTypeface() 283 StreamTypeface(Style style, bool sysFont, SkTypeface* familyMember, in StreamTypeface() 312 FileTypeface(Style style, bool sysFont, SkTypeface* familyMember, in FileTypeface() 361 SkTypeface::Style* style, bool isExpected) { in get_name_and_style() 452 SkTypeface::Style style; in load_system_fonts() local 519 int style = stream->readU8(); in Deserialize() local 548 SkTypeface::Style style) { in CreateTypeface() [all …]
|
D | SkFontHost_linux.cpp | 90 SkTypeface::Style style) { in find_best_face() 192 static SkTypeface* find_typeface(const char name[], SkTypeface::Style style) { in find_typeface() 198 SkTypeface::Style style) { in find_typeface() 241 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedWidth) in FamilyTypeface() 299 StreamTypeface(Style style, bool sysFont, FamilyRec* family, in StreamTypeface() 326 FileTypeface(Style style, bool sysFont, FamilyRec* family, in FileTypeface() 368 SkTypeface::Style* style, bool* isFixedWidth) { in get_name_and_style() 408 SkTypeface::Style style = SkTypeface::kNormal; // avoid uninitialized warning in load_system_fonts() local 533 SkTypeface::Style style) { in CreateTypeface() 595 SkTypeface::Style style = find_name_and_attributes(stream, &name, &isFixedWidth); in CreateTypefaceFromStream() local
|