Searched refs:computePosition (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMarquee.h70 int computePosition(EMarqueeDirection, bool stopAtClientEdge);
H A DRenderMarquee.cpp112 int RenderMarquee::computePosition(EMarqueeDirection dir, bool stopAtContentEdge) function in class:WebCore::RenderMarquee
194 m_start = computePosition(direction(), behavior == MALTERNATE);
195 m_end = computePosition(reverseDirection(), behavior == MALTERNATE || behavior == MSLIDE);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelineGrid.js129 left = calculator.computePosition(calculator.minimumBoundary() + slice * i - sliceRemainder);
225 computePosition: function(time) { }, method in class:WebInspector.TimelineGrid.Calculator
H A DTimelinePanel.js506 var frameStart = this._calculator.computePosition(frame.startTime);
507 var frameEnd = this._calculator.computePosition(frame.endTime);
1001 var left = Math.max(0, this._calculator.computePosition(task.startTime) + barOffset - widthAdjustment);
1002 var right = Math.min(width, this._calculator.computePosition(task.endTime) + barOffset + widthAdjustment);
1297 computePosition: function(time) method in class:WebInspector.TimelineCalculator
1316 var left = this.computePosition(record.startTime);
H A DFlameChart.js100 computePosition: function(time) method in class:WebInspector.FlameChart.Calculator
153 computePosition: function(time) method in class:WebInspector.FlameChart.OverviewCalculator
H A DTimelineOverviewPane.js320 computePosition: function(time) method in class:WebInspector.TimelineOverviewCalculator
H A DNetworkPanel.js1746 computePosition: function(time) method in class:WebInspector.NetworkBaseCalculator

Completed in 158 milliseconds