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

  /external/webkit/Source/WebCore/platform/
PopupMenuClient.h 55 virtual int clientPaddingRight() const = 0;
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.h 95 virtual int clientPaddingRight() const;
RenderTextControlSingleLine.h 131 virtual int clientPaddingRight() const;
RenderTextControlSingleLine.cpp     [all...]
RenderMenuList.cpp 496 int RenderMenuList::clientPaddingRight() const
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.h 87 virtual int clientPaddingRight() const;
AutoFillPopupMenuClient.cpp 206 int AutoFillPopupMenuClient::clientPaddingRight() const
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 85 virtual int clientPaddingRight() const { return 0; }
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 50 data.m_clientPaddingRight = m_popupClient->clientPaddingRight();
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 936 maxWidth = rowRect.width() - max(0, m_popupClient->clientPaddingRight() - m_popupClient->clientInsetRight());
    [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 337 popupWidth += max(0, client()->clientPaddingRight() - client()->clientInsetRight()) + max(0, client()->clientPaddingLeft() - client()->clientInsetLeft());

Completed in 158 milliseconds