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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 240 bool drawsTransparentBackground() const { return m_drawsTransparentBackground; }
565 bool m_drawsTransparentBackground;
WebPage.cpp 154 , m_drawsTransparentBackground(false)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 221 bool drawsTransparentBackground() const { return m_drawsTransparentBackground; }
    [all...]
WebPageProxy.cpp 126 , m_drawsTransparentBackground(false)
555 if (m_drawsTransparentBackground == drawsTransparentBackground)
558 m_drawsTransparentBackground = drawsTransparentBackground;
    [all...]

Completed in 6076 milliseconds