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

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPopupMenuClient.h53 virtual int clientInsetLeft() const = 0;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderSearchField.h68 virtual int clientInsetLeft() const OVERRIDE;
H A DRenderMenuList.h97 virtual int clientInsetLeft() const OVERRIDE;
H A DRenderSearchField.cpp272 int RenderSearchField::clientInsetLeft() const function in class:WebCore::RenderSearchField
H A DRenderMenuList.cpp543 int RenderMenuList::clientInsetLeft() const function in class:WebCore::RenderMenuList
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp365 popupWidth += max<int>(0, client()->clientPaddingRight() - client()->clientInsetRight()) + max<int>(0, client()->clientPaddingLeft() - client()->clientInsetLeft());
372 popupWidth = max(rScreenCoords.width() - client()->clientInsetLeft() - client()->clientInsetRight(), popupWidth);
375 int popupX = rScreenCoords.x() + client()->clientInsetLeft();
673 int textX = max<int>(0, client()->clientPaddingLeft() - client()->clientInsetLeft());

Completed in 77 milliseconds