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

  /external/webkit/Source/WebCore/platform/
PopupMenuClient.h 54 virtual int clientPaddingLeft() const = 0;
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.h 94 virtual int clientPaddingLeft() const;
RenderTextControlSingleLine.h 130 virtual int clientPaddingLeft() const;
RenderTextControlSingleLine.cpp     [all...]
RenderMenuList.cpp 490 int RenderMenuList::clientPaddingLeft() const
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.h 86 virtual int clientPaddingLeft() const;
AutoFillPopupMenuClient.cpp 196 int AutoFillPopupMenuClient::clientPaddingLeft() const
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 938 textX = max(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 84 virtual int clientPaddingLeft() const { return 0; }
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 49 data.m_clientPaddingLeft = m_popupClient->clientPaddingLeft();
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 337 popupWidth += max(0, client()->clientPaddingRight() - client()->clientInsetRight()) + max(0, client()->clientPaddingLeft() - client()->clientInsetLeft());
648 int textX = max(0, client()->clientPaddingLeft() - client()->clientInsetLeft());

Completed in 105 milliseconds