Searched refs:clientInsetRight (Results 1 – 13 of 13) sorted by relevance
52 data.m_clientInsetRight = m_popupClient->clientInsetRight(); in setUpPlatformData()79 …dinates.width() - m_popupClient->clientInsetLeft() - m_popupClient->clientInsetRight(), popupWidth… in setUpPlatformData()
53 virtual int clientInsetRight() const = 0;
93 virtual int clientInsetRight() const;
129 virtual int clientInsetRight() const;
485 int RenderMenuList::clientInsetRight() const in clientInsetRight() function in WebCore::RenderMenuList
955 int RenderTextControlSingleLine::clientInsetRight() const in clientInsetRight() function in WebCore::RenderTextControlSingleLine
85 virtual int clientInsetRight() const { return 0; } in clientInsetRight() function
83 virtual int clientInsetRight() const { return 0; } in clientInsetRight() function in __anon653a6ef00111::TestPopupMenuClient
337 …popupWidth += max(0, client()->clientPaddingRight() - client()->clientInsetRight()) + max(0, clien… in calculatePositionAndSize()344 …max(rScreenCoords.width() - client()->clientInsetLeft() - client()->clientInsetRight(), popupWidth… in calculatePositionAndSize()
936 … rowRect.width() - max(0, m_popupClient->clientPaddingRight() - m_popupClient->clientInsetRight()); in paintRow()
14969 (WebKit::AutoFillPopupMenuClient::clientInsetRight):28349 (WebKit::AutocompletePopupMenuClient::clientInsetRight):
70809 Added clientInsetLeft() and clientInsetRight() for clients to70816 (WebCore::RenderMenuList::clientInsetRight): Ditto.70821 (WebCore::RenderTextControl::clientInsetRight): Added.
59851 (WebCore::RenderTextControlSingleLine::clientInsetRight):