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

  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 788 static const int separatorHeight = 1;
820 rowRect.y() + (rowRect.height() - separatorHeight) / 2,
821 rowRect.width() - 2 * separatorPadding, separatorHeight);
    [all...]
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 555 const int separatorHeight = 1;
621 IntRect separatorRect(itemRect.x() + separatorPadding, itemRect.y() + (itemRect.height() - separatorHeight) / 2, itemRect.width() - 2 * separatorPadding, separatorHeight);

Completed in 467 milliseconds