Home
last modified time | relevance | path

Searched refs:inheritFrom (Results 1 – 25 of 28) sorted by relevance

12

/external/icu4c/test/intltest/
Dfldset.h79 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,
Dfldset.cpp94 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/
DRenderMathMLSubSup.cpp73 scriptsStyle->inheritFrom(style()); in addChild()
84 scriptStyle->inheritFrom(m_scripts->style()); in addChild()
96 wrapperStyle->inheritFrom(style()); in addChild()
DRenderMathMLOperator.cpp183 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()
DRenderMathMLFenced.cpp85 newStyle->inheritFrom(style()); in makeOperatorStyle()
135 newStyle->inheritFrom(style()); in addChild()
DRenderMathMLBlock.cpp55 newStyle->inheritFrom(style()); in makeBlockStyle()
/external/webkit/Source/WebCore/rendering/
DRenderTextControlSingleLine.cpp717 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()
DRenderTextControlMultiLine.cpp122 textBlockStyle->inheritFrom(startStyle); in createInnerTextStyle()
DRenderObjectChildList.cpp397 style->inheritFrom(pseudoElementStyle); in updateBeforeAfterContent()
428 style->inheritFrom(pseudoElementStyle); in updateBeforeAfterContent()
DRenderTableRow.cpp108 newStyle->inheritFrom(style()); in addChild()
DRenderFileUploadControl.cpp202 style->inheritFrom(parentStyle); in createButtonStyle()
DRenderListItem.cpp59 newStyle->inheritFrom(style()); in styleDidChange()
DRenderTable.cpp202 newStyle->inheritFrom(style()); in addChild()
DRenderTableSection.cpp128 newStyle->inheritFrom(style()); in addChild()
DRenderObject.cpp314 newStyle->inheritFrom(style()); in addChild()
DRenderLayer.cpp4192 newStyle->inheritFrom(renderer()->style()); in scrollTo()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGBlock.cpp44 newStyle->inheritFrom(useStyle.get()); in setStyle()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.cpp116 void SVGRenderStyle::inheritFrom(const SVGRenderStyle* svgInheritParent) in inheritFrom() function in WebCore::SVGRenderStyle
DRenderStyle.cpp62 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()
DSVGRenderStyle.h48 void inheritFrom(const SVGRenderStyle*);
DRenderStyle.h322 void inheritFrom(const RenderStyle* inheritParent);
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp1287 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/
DChangeLog-2005-12-192077 (RenderStyle::inheritFrom):
5237 (SVGRenderStyle::inheritFrom):
5836 (RenderStyle::inheritFrom):
DChangeLog-2007-10-1451227 (WebCore::SVGRenderStyle::inheritFrom):
53095 (WebCore::RenderStyle::inheritFrom):
58816 (WebCore::SVGRenderStyle::inheritFrom):
68356 (WebCore::RenderStyle::inheritFrom): Ditto.
DChangeLog-2003-10-255003 (RenderStyle::inheritFrom):

12