OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_shapeOutsideDeltas
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp
286
if (isShapeDirty() || !
m_shapeOutsideDeltas
.isForLine(borderBoxLineTop, lineHeight)) {
301
m_shapeOutsideDeltas
= ShapeOutsideDeltas(leftMarginBoxDelta, rightMarginBoxDelta, true, borderBoxLineTop, lineHeight);
302
return
m_shapeOutsideDeltas
;
309
m_shapeOutsideDeltas
= ShapeOutsideDeltas(floatMarginBoxWidth, -floatMarginBoxWidth, false, borderBoxLineTop, lineHeight);
312
return
m_shapeOutsideDeltas
;
ShapeOutsideInfo.h
143
ShapeOutsideDeltas
m_shapeOutsideDeltas
;
Completed in 414 milliseconds