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

  /external/webkit/WebCore/rendering/
RenderFieldset.cpp 154 int clipHeight = max(static_cast<int>(style()->borderTopWidth()), legend->height());
157 legend->width(), clipHeight));
RenderBox.cpp 910 int clipHeight = height() - bTop - borderBottom();
915 clipHeight -= layer()->horizontalScrollbarHeight();
918 return IntRect(clipX, clipY, clipWidth, clipHeight);
926 int clipHeight = height();
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 57 clipHeight :double);

Completed in 107 milliseconds