Searched defs:Layer (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DLayerTreeModel.js109 * @param {?Array.<!LayerTreeAgent.Layer>} layers
184 * @return {?WebInspector.Layer}
192 * @return {?WebInspector.Layer}
200 * @param {function(!WebInspector.Layer)} callback
201 * @param {?WebInspector.Layer=} root
216 * @return {?WebInspector.Layer}
314 * @param {!Object.<(string|number), !WebInspector.Layer>} oldLayersById
368 * @param {?Array.<!LayerTreeAgent.Layer>} payload
402 * @param {?Array.<!LayerTreeAgent.Layer>} layers
447 WebInspector.Layer
[all...]
/external/chromium_org/media/formats/mpeg/
H A Dmpeg1_audio_stream_parser.h33 enum Layer { enum in class:media::MPEG1AudioStreamParser
43 // Layer as defined in ISO/IEC 11172-3 bitstream specification.
44 Layer layer;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.cpp244 const char Layer[] = "Layer"; member in namespace:blink::InstrumentationEvents
/external/chromium_org/ui/compositor/
H A Dlayer.h39 class Layer;
55 // Layer manages a texture, transform and a set of child Layers. Any View that
56 // has enabled layers ends up creating a Layer to manage the texture.
57 // A Layer can also be created without a texture, in which case it renders
62 // NOTE: Unlike Views, each Layer does *not* own its child Layers. If you
63 // delete a Layer and it has children, the parent of each child Layer is set to
65 class COMPOSITOR_EXPORT Layer class in namespace:ui
72 Layer();
73 explicit Layer(LayerTyp
[all...]
H A Dlayer.cc40 const ui::Layer* GetRoot(const ui::Layer* layer) {
59 Layer::Layer() function in class:ui::Layer
83 Layer::Layer(LayerType type) function in class:ui::Layer
107 Layer::~Layer() {
129 bool Layer::UsingPictureLayer() {
133 Compositor* Layer
[all...]
/external/chromium_org/cc/layers/
H A Dlayer.cc36 scoped_refptr<Layer> Layer::Create() {
37 return make_scoped_refptr(new Layer());
40 Layer::Layer() function in class:cc::Layer
44 // Layer IDs start from 1.
83 Layer::~Layer() {
109 void Layer::SetLayerTreeHost(LayerTreeHost* host) {
139 void Layer
[all...]
H A Dlayer.h70 class CC_EXPORT Layer : public base::RefCounted<Layer>, class in namespace:cc
82 static scoped_refptr<Layer> Create();
86 Layer* RootLayer();
87 Layer* parent() { return parent_; }
88 const Layer* parent() const { return parent_; }
89 void AddChild(scoped_refptr<Layer> child);
90 void InsertChild(scoped_refptr<Layer> child, size_t index);
91 void ReplaceChild(Layer* reference, scoped_refptr<Layer> new_laye
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DLayers3DView.js39 this._emptyView = new WebInspector.EmptyView(WebInspector.UIString("Layer information is not yet available."));
156 * @param {!WebInspector.Layer} layer
348 * @param {!WebInspector.Layer} layer
358 * @param {!WebInspector.Layer} layer
377 * @param {!WebInspector.Layer} layer
386 * @param {!WebInspector.Layer} layer
396 * @param {!WebInspector.Layer} layer
412 * @param {!WebInspector.Layer} layer
430 * @param {!WebInspector.Layer} layer
445 * @param {!WebInspector.Layer} laye
[all...]

Completed in 6418 milliseconds