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 85 , m_backgroundColor(Color::transparent)
605 if (m_backgroundColor.alpha())
606 json->setString("backgroundColor", m_backgroundColor.nameForRenderTreeAsText());
816 if (color == m_backgroundColor)
819 m_backgroundColor = color;
820 m_layer->layer()->setBackgroundColor(m_backgroundColor.rgb());
    [all...]
GraphicsLayer.h 293 Color m_backgroundColor;

Completed in 48 milliseconds