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

/external/webkit/Source/WebCore/platform/
H A DPopupMenuClient.h52 virtual int clientInsetLeft() const = 0;
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.h92 virtual int clientInsetLeft() const;
H A DRenderTextControlSingleLine.h128 virtual int clientInsetLeft() const;
H A DRenderMenuList.cpp480 int RenderMenuList::clientInsetLeft() const function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.cpp948 int RenderTextControlSingleLine::clientInsetLeft() const function in class:WebCore::RenderTextControlSingleLine
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
H A DWebPopupMenuWin.cpp51 data.m_clientInsetLeft = m_popupClient->clientInsetLeft();
79 int backingStoreWidth = max(pageCoordinates.width() - m_popupClient->clientInsetLeft() - m_popupClient->clientInsetRight(), popupWidth);
/external/webkit/Source/WebKit/chromium/src/
H A DAutoFillPopupMenuClient.h84 virtual int clientInsetLeft() const { return 0; } function in class:WebKit::AutoFillPopupMenuClient
/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);
347 int popupX = rScreenCoords.x() + client()->clientInsetLeft();
648 int textX = max(0, client()->clientPaddingLeft() - client()->clientInsetLeft());
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp82 virtual int clientInsetLeft() const { return 0; } function in class:__anon15383::TestPopupMenuClient
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp938 textX = max(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());
975 int rightPadding = max(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());
993 textX = max(0, m_popupClient->clientPaddingLeft() - m_popupClient->clientInsetLeft());

Completed in 238 milliseconds