Searched refs:gripLongIndent (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
D | WebTestThemeControlWin.cpp | 282 const int gripLongIndent = 3; in draw() local 376 int longOffset = halfWidth - gripLongIndent; in draw() 377 …line(m_left + gripLongIndent, m_top + halfHeight, m_right - gripLongIndent, m_top + halfHeight, m_… in draw() 385 int longOffset = halfHeight - gripLongIndent; in draw() 386 …line(m_left + halfWidth, m_top + gripLongIndent, m_left + halfWidth, m_bottom - gripLongIndent, m_… in draw()
|
D | WebTestThemeEngineMock.cpp | 327 const int gripLongIndent = 3; in paint() local 387 int longOffset = halfWidth - gripLongIndent; in paint() 389 left + gripLongIndent, top + halfHeight, in paint() 390 right - gripLongIndent, top + halfHeight, in paint() 410 int longOffset = halfHeight - gripLongIndent; in paint() 412 left + halfWidth, top + gripLongIndent, in paint() 413 left + halfWidth, bottom - gripLongIndent, in paint()
|