Searched refs:indentBottom (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | WebTestThemeControlWin.h | 172 …void nestedBoxes(int indentLeft, int indentTop, int indentRight, int indentBottom, SkColor outerCo…
|
D | WebTestThemeControlWin.cpp | 207 …lWin::nestedBoxes(int indentLeft, int indentTop, int indentRight, int indentBottom, SkColor outerC… in nestedBoxes() argument 211 …ndentLeft, m_irect.fTop + indentTop, m_irect.fRight - indentRight, m_irect.fBottom - indentBottom); in nestedBoxes()
|
D | WebTestThemeEngineMock.cpp | 232 int indentBottom, in nestedBoxes() argument 241 irect.fBottom - indentBottom); in nestedBoxes()
|