Home
last modified time | relevance | path

Searched refs:m_shouldIncludeChildWindows (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextPlatformPrivateCG.h37 , m_shouldIncludeChildWindows(false) in GraphicsContextPlatformPrivate()
80 bool m_shouldIncludeChildWindows; variable
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextPlatformPrivateCairo.h54 , m_shouldIncludeChildWindows(false) in GraphicsContextPlatformPrivate()
102 bool m_shouldIncludeChildWindows; variable
/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextWin.cpp59 m_data->m_shouldIncludeChildWindows = include; in setShouldIncludeChildWindows()
64 return m_data->m_shouldIncludeChildWindows; in shouldIncludeChildWindows()
/external/webkit/WebCore/
DChangeLog-2009-06-1645091 Added member m_shouldIncludeChildWindows to Windows version,
46892 m_shouldIncludeChildWindows.