Searched defs:styleForCellFlow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.h177 const RenderStyle* styleForCellFlow() const function in class:blink::FINAL
H A DRenderTableCell.cpp328 bool rtl = !styleForCellFlow()->isLeftToRightDirection();
507 int startColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderStartColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0;
508 int endColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderEndColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0;
610 int startColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderStartColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0;
611 int endColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderEndColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0;
709 int beforeColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderBeforeColor, styleForCellFlow()
930 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); local
938 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); local
946 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); local
954 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); local
1109 const RenderStyle* styleForCellFlow = this->styleForCellFlow(); local
[all...]

Completed in 68 milliseconds