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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 100 , m_irect(validate(irect, ctype))
103 , m_left(m_irect.fLeft)
104 , m_right(m_irect.fRight)
105 , m_top(m_irect.fTop)
106 , m_bottom(m_irect.fBottom)
107 , m_height(m_irect.height())
108 , m_width(m_irect.width())
169 rect.set(m_irect);
184 rect.set(m_irect);
217 box(m_irect, outerColor)
    [all...]
WebThemeControlDRTWin.h 185 const SkIRect m_irect; member in class:WebThemeControlDRTWin
192 // The following are convenience accessors for m_irect.

Completed in 5713 milliseconds