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

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 41 static const int separatorPadding = 4;
108 IntRect separatorRect(itemRect.x() + separatorPadding, itemRect.y() + (itemRect.height() - separatorHeight) / 2, itemRect.width() - 2 * separatorPadding, separatorHeight);
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 881 static const int separatorPadding = 4;
917 rowRect.x() + separatorPadding,
919 rowRect.width() - 2 * separatorPadding, separatorHeight);
    [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 558 const int separatorPadding = 4;
625 IntRect separatorRect(itemRect.x() + separatorPadding, itemRect.y() + (itemRect.height() - separatorHeight) / 2, itemRect.width() - 2 * separatorPadding, separatorHeight);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 50 static const int separatorPadding = 4;

Completed in 23 milliseconds