HomeSort by relevance Sort by last modified time
    Searched refs:inheritFrom (Results 1 - 22 of 22) sorted by null

  /external/icu4c/test/intltest/
fldset.h 72 * @param inheritFrom if a field's value is given as 0-length, such as NAME1 in "NAME1=,NAME2=VALUE2",
79 const FieldsSet& inheritFrom,
81 return parseFrom(str, &inheritFrom, status);
86 * @param inheritFrom if a field's value is given as 0-length, such as NAME1 in "NAME1=,NAME2=VALUE2",
93 const FieldsSet* inheritFrom,
105 * @param inheritFrom the set inheriting from - may be null.
111 virtual int32_t handleParseName(const FieldsSet* inheritFrom,
119 * @param inheritFrom the set inheriting from - may be null.
125 virtual void handleParseValue(const FieldsSet* inheritFrom,
132 * Base implementation is to parse a decimal integer value, or inherit from inheritFrom if the string is 0-length
    [all...]
fldset.cpp 94 FieldsSet* inheritFrom, UErrorCode& status) {
113 int32_t field = handleParseName(inheritFrom, kv[0], kv[1], status);
128 handleParseValue(inheritFrom, field, kv[1], status);
194 int32_t FieldsSet::handleParseName(const FieldsSet* /* inheritFrom */, const UnicodeString& name, const UnicodeString& /* substr*/ , UErrorCode& status) {
207 void FieldsSet::parseValueDefault(const FieldsSet* inheritFrom, int32_t field, const UnicodeString& substr, UErrorCode& status) {
211 if((inheritFrom == NULL) || !inheritFrom->isSet((UCalendarDateFields)field)) {
217 value = inheritFrom->get((UCalendarDateFields)field);
224 void FieldsSet::parseValueEnum(UDebugEnumType type, const FieldsSet* inheritFrom, int32_t field, const UnicodeString& substr, UErrorCode& status) {
230 parseValueDefault(inheritFrom,field,substr,status)
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGBlock.cpp 44 newStyle->inheritFrom(useStyle.get());
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFenced.cpp 85 newStyle->inheritFrom(style());
135 newStyle->inheritFrom(style());
RenderMathMLOperator.cpp 183 newStyle->inheritFrom(style());
212 textStyle->inheritFrom(container->style());
286 newStyle->inheritFrom(style());
320 charStyle->inheritFrom(container->style());
RenderMathMLSubSup.cpp 73 scriptsStyle->inheritFrom(style());
84 scriptStyle->inheritFrom(m_scripts->style());
96 wrapperStyle->inheritFrom(style());
RenderMathMLBlock.cpp 55 newStyle->inheritFrom(style());
  /external/webkit/Source/WebCore/rendering/
RenderTextControlMultiLine.cpp 122 textBlockStyle->inheritFrom(startStyle);
RenderTextControlSingleLine.cpp 717 textBlockStyle->inheritFrom(startStyle);
748 innerBlockStyle->inheritFrom(startStyle);
776 resultsBlockStyle->inheritFrom(startStyle);
793 cancelBlockStyle->inheritFrom(startStyle);
805 buttonStyle->inheritFrom(style());
815 buttonStyle->inheritFrom(style());
826 buttonStyle->inheritFrom(style());
    [all...]
RenderObjectChildList.cpp 397 style->inheritFrom(pseudoElementStyle);
428 style->inheritFrom(pseudoElementStyle);
RenderTableRow.cpp 108 newStyle->inheritFrom(style());
RenderFileUploadControl.cpp 202 style->inheritFrom(parentStyle);
RenderListItem.cpp 59 newStyle->inheritFrom(style());
RenderTable.cpp 202 newStyle->inheritFrom(style());
    [all...]
RenderTableSection.cpp 128 newStyle->inheritFrom(style());
    [all...]
RenderObject.cpp 314 newStyle->inheritFrom(style());
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.cpp 116 void SVGRenderStyle::inheritFrom(const SVGRenderStyle* svgInheritParent)
SVGRenderStyle.h 48 void inheritFrom(const SVGRenderStyle*);
RenderStyle.cpp 62 newStyle->inheritFrom(parentStyle);
161 void RenderStyle::inheritFrom(const RenderStyle* inheritParent)
168 m_svgStyle.access()->inheritFrom(inheritParent->m_svgStyle.get());
    [all...]
RenderStyle.h 322 void inheritFrom(const RenderStyle* inheritParent);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 517 milliseconds