OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_backgroundColor
(Results
1 - 16
of
16
) sorted by null
/external/webkit/Source/WebCore/platform/
PopupMenuStyle.h
40
,
m_backgroundColor
(background)
51
const Color& backgroundColor() const { return
m_backgroundColor
; }
61
Color
m_backgroundColor
;
/external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp
83
,
m_backgroundColor
(SK_ColorWHITE)
373
float color = 1.0 - ((((float)
m_backgroundColor
.red() / 255.0) +
374
((float)
m_backgroundColor
.green() / 255.0) +
375
((float)
m_backgroundColor
.blue() / 255.0)) / 3.0);
378
glClearColor((float)
m_backgroundColor
.red() / 255.0,
379
(float)
m_backgroundColor
.green() / 255.0,
380
(float)
m_backgroundColor
.blue() / 255.0, 1);
474
m_backgroundColor
= baseLayer->getBackgroundColor();
GLWebViewState.h
262
Color
m_backgroundColor
;
LayerAndroid.h
330
SkColor
m_backgroundColor
;
LayerAndroid.cpp
81
m_backgroundColor
= 0;
112
m_backgroundColor
= layer.
m_backgroundColor
;
168
m_backgroundColor
= 0;
292
m_backgroundColor
= color;
[
all
...]
GraphicsLayerAndroid.cpp
400
if (color ==
m_backgroundColor
)
/external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h
84
void setBackgroundColor(const Color& color) {
m_backgroundColor
= color; setNeedsCommit(); }
85
Color backgroundColor() const { return
m_backgroundColor
; }
253
Color
m_backgroundColor
;
GraphicsLayerChromium.cpp
251
if (m_backgroundColorSet &&
m_backgroundColor
== color)
625
setLayerBackgroundColor(*m_contentsLayer,
m_backgroundColor
);
LayerChromium.cpp
71
,
m_backgroundColor
(0, 0, 0, 0)
/external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.cpp
235
m_backgroundColor
= color;
241
m_backgroundColor
= Color();
473
ts << "(backgroundColor " <<
m_backgroundColor
.nameForRenderTreeAsText() << ")\n";
GraphicsLayer.h
269
const Color& backgroundColor() const { return
m_backgroundColor
; }
398
Color
m_backgroundColor
;
/external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp
277
if (m_backgroundColorSet &&
m_backgroundColor
== color)
654
setLayerBackgroundColor(m_contentsLayer.get(),
m_backgroundColor
);
/external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp
296
stream->write32(layer->
m_backgroundColor
);
377
layer->
m_backgroundColor
= stream->readU32();
/external/webkit/Source/WebCore/css/
CSSStyleSelector.h
248
Color
m_backgroundColor
;
CSSStyleSelector.cpp
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp
509
if (m_backgroundColorSet &&
m_backgroundColor
== color)
[
all
...]
Completed in 1565 milliseconds