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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShapeValue.h 50 static PassRefPtr<ShapeValue> createShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
52 return adoptRef(new ShapeValue(shape, cssBox));
55 static PassRefPtr<ShapeValue> createBoxShapeValue(CSSBoxType cssBox)
57 return adoptRef(new ShapeValue(cssBox));
83 CSSBoxType cssBox() const { return m_cssBox; }
88 ShapeValue(PassRefPtr<BasicShape> shape, CSSBoxType cssBox)
91 , m_cssBox(cssBox)
105 ShapeValue(CSSBoxType cssBox)
107 , m_cssBox(cssBox)
125 return shape() == other.shape() && cssBox() == other.cssBox()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableShapeValue.cpp 42 || m_shape->cssBox() != shapeValue->m_shape->cssBox())
59 return AnimatableShapeValue::create(ShapeValue::createShapeValue(toShape->blend(fromShape, fraction), shapeValue->m_shape->cssBox()).get());
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 297 RenderBoxModelObject* cssBox = toRenderBoxModelObject(renderer);
298 if (cssBox->isListBox())
299 return AXListBox::create(toRenderListBox(cssBox));
300 if (cssBox->isMenuList())
301 return AXMenuList::create(toRenderMenuList(cssBox));
304 if (cssBox->isTable())
305 return AXTable::create(toRenderTable(cssBox));
306 if (cssBox->isTableRow())
307 return AXTableRow::create(toRenderTableRow(cssBox));
308 if (cssBox->isTableCell()
    [all...]
AXRenderObject.cpp 266 RenderBoxModelObject* cssBox = renderBoxModelObject();
269 if (cssBox && cssBox->isImage())
273 if (cssBox && cssBox->isListItem())
283 if (cssBox && cssBox->isImage()) {
295 if (cssBox && cssBox->isRenderView())
298 if (cssBox && cssBox->isTextField()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 43 if (shapeValue.cssBox() == BoxMissing)
45 return shapeValue.cssBox();
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSPrimitiveValueMappings.h     [all...]

Completed in 425 milliseconds