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 41 CSSBoxType referenceBox(const ShapeValue& shapeValue)
51 switch (referenceBox(*m_renderer.style()->shapeOutside())) {
203 switch (referenceBox(*m_renderer.style()->shapeOutside())) {
245 switch (referenceBox(*m_renderer.style()->shapeOutside())) {

Completed in 283 milliseconds