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

/external/chromium_org/cc/debug/
H A Drendering_stats.cc19 void RenderingStats::TimeDeltaList::AddToTracedValue( function in class:cc::RenderingStats::TimeDeltaList
80 draw_duration.AddToTracedValue(record_data.get());
84 draw_duration_estimate.AddToTracedValue(record_data.get());
88 begin_main_frame_to_commit_duration.AddToTracedValue(record_data.get());
92 begin_main_frame_to_commit_duration_estimate.AddToTracedValue(
97 commit_to_activate_duration.AddToTracedValue(record_data.get());
101 commit_to_activate_duration_estimate.AddToTracedValue(record_data.get());
/external/chromium_org/cc/base/
H A Dmath_util.cc736 void MathUtil::AddToTracedValue(const gfx::Size& s, function in class:cc::MathUtil
742 void MathUtil::AddToTracedValue(const gfx::SizeF& s, function in class:cc::MathUtil
748 void MathUtil::AddToTracedValue(const gfx::Rect& r, function in class:cc::MathUtil
756 void MathUtil::AddToTracedValue(const gfx::PointF& pt, function in class:cc::MathUtil
762 void MathUtil::AddToTracedValue(const gfx::Point3F& pt, function in class:cc::MathUtil
769 void MathUtil::AddToTracedValue(const gfx::Vector2d& v, function in class:cc::MathUtil
775 void MathUtil::AddToTracedValue(const gfx::Vector2dF& v, function in class:cc::MathUtil
781 void MathUtil::AddToTracedValue(const gfx::QuadF& q, function in class:cc::MathUtil
793 void MathUtil::AddToTracedValue(const gfx::RectF& rect, function in class:cc::MathUtil
801 void MathUtil::AddToTracedValue(cons function in class:cc::MathUtil
810 void MathUtil::AddToTracedValue(const gfx::BoxF& box, function in class:cc::MathUtil
[all...]

Completed in 1055 milliseconds