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

  /external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHost.defs 56 clipWidth :double;
  /external/webkit/WebCore/rendering/
RenderBox.cpp 909 int clipWidth = width() - bLeft - borderRight();
914 clipWidth -= layer()->verticalScrollbarWidth();
918 return IntRect(clipX, clipY, clipWidth, clipHeight);
925 int clipWidth = width();
    [all...]

Completed in 179 milliseconds