OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_graphicsLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp
68
m_graphicsLayer
= adoptPtr(new GraphicsLayerForTesting(&m_client));
69
m_clipLayer->addChild(
m_graphicsLayer
.get());
70
m_graphicsLayer
->platformLayer()->setScrollClipLayer(
72
m_platformLayer =
m_graphicsLayer
->platformLayer();
77
m_clipLayer->platformLayer(),
m_graphicsLayer
->platformLayer(), 0);
83
m_graphicsLayer
.clear();
89
OwnPtr<GraphicsLayerForTesting>
m_graphicsLayer
;
109
m_graphicsLayer
->setShouldFlattenTransform(false);
111
m_platformLayer =
m_graphicsLayer
->platformLayer();
118
m_graphicsLayer
->setShouldFlattenTransform(true)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h
83
GraphicsLayer* mainGraphicsLayer() const { return
m_graphicsLayer
.get(); }
310
// +
m_graphicsLayer
329
// + A =
m_graphicsLayer
335
// +
m_graphicsLayer
342
OwnPtr<GraphicsLayer>
m_graphicsLayer
;
350
// the layers above. It's added to
m_graphicsLayer
as its mask layer (naturally) if
401
// +
m_graphicsLayer
407
// +
m_graphicsLayer
Completed in 747 milliseconds