Home
last modified time | relevance | path

Searched refs:setLineBoxContain (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1584 state.style()->setLineBoxContain(LineBoxContainNone); in oldApplyProperty()
1591 state.style()->setLineBoxContain(toCSSLineBoxContainValue(value)->value()); in oldApplyProperty()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1357 void setLineBoxContain(LineBoxContain c) { SET_VAR(rareInheritedData, m_lineBoxContain, c); } in setLineBoxContain() function