Home
last modified time | relevance | path

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

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