OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_contentsLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp
105
,
m_contentsLayer
(0)
291
if (
m_contentsLayer
) {
295
childHost->addChild(
m_contentsLayer
);
309
// flags are combined here.
m_contentsLayer
shouldn't receive the drawsContent flag
374
if (
m_contentsLayer
) {
378
m_contentsLayer
= 0;
390
m_contentsLayer
= contentsLayer;
391
m_contentsLayerId =
m_contentsLayer
->id();
393
m_contentsLayer
->setWebLayerClient(this);
394
m_contentsLayer
->setTransformOrigin(FloatPoint3D())
[
all
...]
GraphicsLayer.h
204
bool hasContentsLayer() const { return
m_contentsLayer
; }
253
virtual WebLayer* contentsLayer() const { return
m_contentsLayer
; }
330
WebLayer*
m_contentsLayer
;
331
// We don't have ownership of
m_contentsLayer
, but we do want to know if a given layer is the
332
// same as our current layer in setContentsTo(). Since
m_contentsLayer
may be deleted at this point,
333
// we stash an ID away when we know
m_contentsLayer
is alive and use that for comparisons from that point
Completed in 2392 milliseconds