OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_backgroundcolor
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueGeneric.h
66
Color backgroundColor() const { return
m_backgroundColor
; }
67
void setBackgroundColor(Color color) {
m_backgroundColor
= color; }
83
Color
m_backgroundColor
;
TextTrackCueGeneric.cpp
160
if (
m_backgroundColor
!= other->backgroundColor())
/external/chromium_org/third_party/WebKit/Source/core/platform/
PopupMenuStyle.h
42
,
m_backgroundColor
(background)
55
const Color& backgroundColor() const { return
m_backgroundColor
; }
66
Color
m_backgroundColor
;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
InbandTextTrackPrivateClient.h
95
Color backgroundColor() const { return
m_backgroundColor
; }
96
void setBackgroundColor(RGBA32 color) {
m_backgroundColor
.setRGB(color); }
111
Color
m_backgroundColor
;
GraphicsLayer.cpp
779
if (
m_backgroundColor
!= Color::transparent) {
781
ts << "(backgroundColor " <<
m_backgroundColor
.nameForRenderTreeAsText() << ")\n";
982
if (color ==
m_backgroundColor
)
985
m_backgroundColor
= color;
986
m_layer->layer()->setBackgroundColor(
m_backgroundColor
.rgb());
[
all
...]
GraphicsLayer.h
303
const Color& backgroundColor() const { return
m_backgroundColor
; }
494
Color
m_backgroundColor
;
Completed in 179 milliseconds