/external/icu4c/test/intltest/ |
D | fldset.h | 79 const FieldsSet& inheritFrom, in parseFrom() argument 81 return parseFrom(str, &inheritFrom, status); in parseFrom() 93 const FieldsSet* inheritFrom, 111 virtual int32_t handleParseName(const FieldsSet* inheritFrom, 125 virtual void handleParseValue(const FieldsSet* inheritFrom, 136 void parseValueDefault(const FieldsSet* inheritFrom, 149 const FieldsSet* inheritFrom, 253 void handleParseValue(const FieldsSet* inheritFrom, 280 void handleParseValue(const FieldsSet* inheritFrom, 284 int32_t handleParseName(const FieldsSet* inheritFrom,
|
D | fldset.cpp | 94 FieldsSet* inheritFrom, UErrorCode& status) { in parseFrom() argument 113 int32_t field = handleParseName(inheritFrom, kv[0], kv[1], status); in parseFrom() 128 handleParseValue(inheritFrom, field, kv[1], status); in parseFrom() 207 void FieldsSet::parseValueDefault(const FieldsSet* inheritFrom, int32_t field, const UnicodeString&… in parseValueDefault() argument 211 if((inheritFrom == NULL) || !inheritFrom->isSet((UCalendarDateFields)field)) { in parseValueDefault() 217 value = inheritFrom->get((UCalendarDateFields)field); in parseValueDefault() 224 void FieldsSet::parseValueEnum(UDebugEnumType type, const FieldsSet* inheritFrom, int32_t field, co… in parseValueEnum() argument 230 parseValueDefault(inheritFrom,field,substr,status); in parseValueEnum() 234 void FieldsSet::handleParseValue(const FieldsSet* inheritFrom, int32_t field, const UnicodeString& … in handleParseValue() argument 235 parseValueDefault(inheritFrom, field, substr, status); in handleParseValue() [all …]
|
/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLSubSup.cpp | 73 scriptsStyle->inheritFrom(style()); in addChild() 84 scriptStyle->inheritFrom(m_scripts->style()); in addChild() 96 wrapperStyle->inheritFrom(style()); in addChild()
|
D | RenderMathMLOperator.cpp | 183 newStyle->inheritFrom(style()); in updateFromElement() 212 textStyle->inheritFrom(container->style()); in updateFromElement() 286 newStyle->inheritFrom(style()); in createStackableStyle() 320 charStyle->inheritFrom(container->style()); in createGlyph()
|
D | RenderMathMLFenced.cpp | 85 newStyle->inheritFrom(style()); in makeOperatorStyle() 135 newStyle->inheritFrom(style()); in addChild()
|
D | RenderMathMLBlock.cpp | 55 newStyle->inheritFrom(style()); in makeBlockStyle()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTextControlSingleLine.cpp | 717 textBlockStyle->inheritFrom(startStyle); in createInnerTextStyle() 748 innerBlockStyle->inheritFrom(startStyle); in createInnerBlockStyle() 776 resultsBlockStyle->inheritFrom(startStyle); in createResultsButtonStyle() 793 cancelBlockStyle->inheritFrom(startStyle); in createCancelButtonStyle() 805 buttonStyle->inheritFrom(style()); in createInnerSpinButtonStyle() 815 buttonStyle->inheritFrom(style()); in createOuterSpinButtonStyle() 826 buttonStyle->inheritFrom(style()); in createSpeechButtonStyle()
|
D | RenderTextControlMultiLine.cpp | 122 textBlockStyle->inheritFrom(startStyle); in createInnerTextStyle()
|
D | RenderObjectChildList.cpp | 397 style->inheritFrom(pseudoElementStyle); in updateBeforeAfterContent() 428 style->inheritFrom(pseudoElementStyle); in updateBeforeAfterContent()
|
D | RenderTableRow.cpp | 108 newStyle->inheritFrom(style()); in addChild()
|
D | RenderFileUploadControl.cpp | 202 style->inheritFrom(parentStyle); in createButtonStyle()
|
D | RenderListItem.cpp | 59 newStyle->inheritFrom(style()); in styleDidChange()
|
D | RenderTable.cpp | 202 newStyle->inheritFrom(style()); in addChild()
|
D | RenderTableSection.cpp | 128 newStyle->inheritFrom(style()); in addChild()
|
D | RenderObject.cpp | 314 newStyle->inheritFrom(style()); in addChild()
|
D | RenderLayer.cpp | 4192 newStyle->inheritFrom(renderer()->style()); in scrollTo()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGBlock.cpp | 44 newStyle->inheritFrom(useStyle.get()); in setStyle()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | SVGRenderStyle.cpp | 116 void SVGRenderStyle::inheritFrom(const SVGRenderStyle* svgInheritParent) in inheritFrom() function in WebCore::SVGRenderStyle
|
D | RenderStyle.cpp | 62 newStyle->inheritFrom(parentStyle); in createAnonymousStyle() 161 void RenderStyle::inheritFrom(const RenderStyle* inheritParent) in inheritFrom() function in WebCore::RenderStyle 168 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get()); in inheritFrom()
|
D | SVGRenderStyle.h | 48 void inheritFrom(const SVGRenderStyle*);
|
D | RenderStyle.h | 322 void inheritFrom(const RenderStyle* inheritParent);
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 1287 m_style->inheritFrom(m_parentStyle); in styleForElement() 1638 m_style->inheritFrom(parentStyle); in pseudoStyleForElement() 1713 m_style->inheritFrom(m_rootElementStyle); in styleForPage()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-12-19 | 2077 (RenderStyle::inheritFrom): 5237 (SVGRenderStyle::inheritFrom): 5836 (RenderStyle::inheritFrom):
|
D | ChangeLog-2007-10-14 | 51227 (WebCore::SVGRenderStyle::inheritFrom): 53095 (WebCore::RenderStyle::inheritFrom): 58816 (WebCore::SVGRenderStyle::inheritFrom): 68356 (WebCore::RenderStyle::inheritFrom): Ditto.
|
D | ChangeLog-2003-10-25 | 5003 (RenderStyle::inheritFrom):
|