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

  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuStyle.h 41 , m_backgroundColor(background)
53 const Color& backgroundColor() const { return m_backgroundColor; }
62 Color m_backgroundColor;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 83 , m_backgroundColor(Color::transparent)
636 if (m_backgroundColor.alpha()) {
638 ts << "(backgroundColor " << m_backgroundColor.nameForRenderTreeAsText() << ")\n";
900 if (color == m_backgroundColor)
903 m_backgroundColor = color;
904 m_layer->layer()->setBackgroundColor(m_backgroundColor.rgb());
    [all...]
GraphicsLayer.h 314 Color m_backgroundColor;

Completed in 198 milliseconds