Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DDeleteButtonController.cpp73 const int minimumHeight = 16; in isDeletableElement() local
94 if (borderBoundingBox.width() < minimumWidth || borderBoundingBox.height() < minimumHeight) in isDeletableElement()