Home
last modified time | relevance | path

Searched refs:m_baseBackgroundColor (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/page/
DFrameView.h287 Color m_baseBackgroundColor; variable
DFrameView.cpp124 , m_baseBackgroundColor(Color::white) in FrameView()
1304 return m_baseBackgroundColor; in baseBackgroundColor()
1311 m_baseBackgroundColor = bc; in setBaseBackgroundColor()