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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DLayerTreeModel.js49 WebInspector.LayerTreeModel = function(target)
58 WebInspector.LayerTreeModel.Events = {
63 WebInspector.LayerTreeModel.ScrollRectType = {
70 WebInspector.LayerTreeModel.prototype = {
97 this.dispatchEventToListeners(WebInspector.LayerTreeModel.Events.LayerTreeChanged);
119 * @this {WebInspector.LayerTreeModel}
131 this.dispatchEventToListeners(WebInspector.LayerTreeModel.Events.LayerTreeChanged);
150 this.dispatchEventToListeners(WebInspector.LayerTreeModel.Events.LayerPainted, layer);
1055 this._scrollRects.push(this._scrollRectsFromParams(payload.non_fast_scrollable_region, WebInspector.LayerTreeModel.ScrollRectType.NonFastScrollable.name));
1057 this._scrollRects.push(this._scrollRectsFromParams(payload.touch_event_handler_region, WebInspector.LayerTreeModel
[all...]

Completed in 93 milliseconds