OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerTreeFlags
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h
60
typedef unsigned
LayerTreeFlags
;
GraphicsLayer.h
254
void dumpLayer(TextStream&, int indent,
LayerTreeFlags
) const;
271
String layerTreeAsText(
LayerTreeFlags
= LayerTreeNormal) const;
327
void dumpProperties(TextStream&, int indent,
LayerTreeFlags
) const;
GraphicsLayer.cpp
569
void GraphicsLayer::dumpLayer(TextStream& ts, int indent,
LayerTreeFlags
flags) const
585
void GraphicsLayer::dumpProperties(TextStream& ts, int indent,
LayerTreeFlags
flags) const
771
String GraphicsLayer::layerTreeAsText(
LayerTreeFlags
flags) const
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.h
178
String layerTreeAsText(
LayerTreeFlags
);
RenderLayerCompositor.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.cpp
498
return contentRenderer()->compositor()->layerTreeAsText(static_cast<
LayerTreeFlags
>(flags));
Completed in 28 milliseconds