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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.h 55 CSSPrimitiveValue* referenceBox() const { return m_referenceBox.get(); }
56 void setReferenceBox(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> referenceBox) { m_referenceBox = referenceBox; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 43 CSSBoxType referenceBox(const ShapeValue& shapeValue)
53 switch (referenceBox(*m_renderer.style()->shapeOutside())) {
207 switch (referenceBox(*m_renderer.style()->shapeOutside())) {
249 switch (referenceBox(*m_renderer.style()->shapeOutside())) {

Completed in 1730 milliseconds