OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_rootChild
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp
100
if (
m_rootChild
== rootChild)
103
if (
m_rootChild
)
104
m_rootChild
->removeFromSuperlayer();
106
m_rootChild
= rootChild;
108
if (!
m_rootChild
)
111
m_layerTreeHost->setRootChildLayer(
m_rootChild
.get());
112
PlatformCALayer* rootLayer =
m_rootChild
->rootLayer();
113
CGRect rootBounds =
m_rootChild
->rootLayer()->bounds();
114
m_rootChild
->setFrame(rootBounds);
115
m_rootChild
->setBackgroundColor(CGColorGetConstantColor(kCGColorBlack))
[
all
...]
MediaPlayerPrivateFullscreenWindow.h
66
PlatformCALayer* rootChildLayer() const { return
m_rootChild
.get(); }
77
RefPtr<PlatformCALayer>
m_rootChild
;
/external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp
201
ASSERT_ARG(layer, layer == m_parent->
m_rootChild
);
246
,
m_rootChild
(PlatformCALayer::create(PlatformCALayer::LayerTypeLayer, m_layerClient.get()))
255
m_rootChild
->setOwner(0);
281
m_fullscreenWindow->setRootChildLayer(
m_rootChild
);
284
m_rootChild
->appendSublayer(videoLayer);
285
m_rootChild
->setNeedsLayout();
286
m_rootChild
->setGeometryFlipped(1);
FullscreenVideoController.h
164
RefPtr<WebCore::PlatformCALayer>
m_rootChild
;
Completed in 36 milliseconds