OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentsOpaque
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h
192
bool
contentsOpaque
() const { return m_contentsOpaque; }
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp
332
GraphicsContext* context = recorder.record(size, layer->
contentsOpaque
());
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp
324
if (!scrollbarGraphicsLayer->
contentsOpaque
())
326
scrollbarLayer->layer()->setOpaque(scrollbarGraphicsLayer->
contentsOpaque
());
[
all
...]
Completed in 58 milliseconds