Searched refs:clientInsetRight (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPopupMenuClient.h53 virtual int clientInsetRight() const = 0;
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.h93 virtual int clientInsetRight() const;
H A DRenderTextControlSingleLine.h129 virtual int clientInsetRight() const;
H A DRenderMenuList.cpp485 int RenderMenuList::clientInsetRight() const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp955 int RenderTextControlSingleLine::clientInsetRight() const function in class:WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebPopupMenuWin.cpp52 data.m_clientInsetRight = m_popupClient->clientInsetRight();
79 int backingStoreWidth = max(pageCoordinates.width() - m_popupClient->clientInsetLeft() - m_popupClient->clientInsetRight(), popupWidth);
/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.h85 virtual int clientInsetRight() const { return 0; } function in class:WebKit::AutoFillPopupMenuClient
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp83 virtual int clientInsetRight() const { return 0; } function in class:__anon13427::TestPopupMenuClient
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp337 popupWidth += max(0, client()->clientPaddingRight() - client()->clientInsetRight()) + max(0, client()->clientPaddingLeft() - client()->clientInsetLeft());
344 popupWidth = max(rScreenCoords.width() - client()->clientInsetLeft() - client()->clientInsetRight(), popupWidth);
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp936 maxWidth = rowRect.width() - max(0, m_popupClient->clientPaddingRight() - m_popupClient->clientInsetRight());

Completed in 84 milliseconds