HomeSort by relevance Sort by last modified time
    Searched refs:gripShortIndent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeControlWin.cpp 283 const int gripShortIndent = 5;
378 line(m_left + longOffset, m_top + gripShortIndent, m_left + longOffset, m_bottom - gripShortIndent, m_fgColor);
379 line(m_right - longOffset, m_top + gripShortIndent, m_right - longOffset, m_bottom - gripShortIndent, m_fgColor);
387 line(m_left + gripShortIndent, m_top + longOffset, m_right - gripShortIndent, m_top + longOffset, m_fgColor);
388 line(m_left + gripShortIndent, m_bottom - longOffset, m_right - gripShortIndent, m_bottom - longOffset, m_fgColor);
WebTestThemeEngineMock.cpp 328 const int gripShortIndent = 5;
393 left + longOffset, top + gripShortIndent,
394 left + longOffset, bottom - gripShortIndent,
397 right - longOffset, top + gripShortIndent,
398 right - longOffset, bottom - gripShortIndent,
416 left + gripShortIndent, top + longOffset,
417 right - gripShortIndent, top + longOffset,
420 left + gripShortIndent, bottom - longOffset,
421 right - gripShortIndent, bottom - longOffset,

Completed in 156 milliseconds