Home
last modified time | relevance | path

Searched refs:AsValue (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/base/test/
Dtest_pending_task_unittest.cc19 TRACE_EVENT1("test", "TestPendingTask::TraceSupport", "task", task.AsValue()); in TEST()
22 EXPECT_THAT(task.AsValue()->ToString(), ::testing::HasSubstr("post_time")); in TEST()
Dtest_pending_task.cc53 scoped_refptr<base::debug::ConvertableToTraceFormat> TestPendingTask::AsValue() in AsValue() function in base::TestPendingTask
63 AsValue()->AppendAsTraceFormat(&output); in ToString()
Dtest_pending_task.h61 scoped_refptr<base::debug::ConvertableToTraceFormat> AsValue() const;
/external/chromium_org/cc/test/
Dordered_simple_task_runner.cc20 "cc", function, TRACE_EVENT_SCOPE_THREAD, "task", task.AsValue());
64 TestOrderablePendingTask::AsValue() const { in AsValue() function in cc::TestOrderablePendingTask
166 AsValue(), in RunTasksWhile()
215 task_to_run->AsValue()); in RunTasksWhile()
256 OrderedSimpleTaskRunner::AsValue() const { in AsValue() function in cc::OrderedSimpleTaskRunner
Dtest_now_source.cc100 scoped_refptr<base::debug::ConvertableToTraceFormat> TestNowSource::AsValue() in AsValue() function in cc::TestNowSource
111 AsValue()->AppendAsTraceFormat(&output); in ToString()
Dordered_simple_task_runner.h38 scoped_refptr<base::debug::ConvertableToTraceFormat> AsValue() const;
107 scoped_refptr<base::debug::ConvertableToTraceFormat> AsValue() const;
Dtest_now_source.h36 scoped_refptr<base::debug::ConvertableToTraceFormat> AsValue() const;
/external/chromium_org/cc/layers/
Dui_resource_layer_impl.cc153 result->Set("ImageBounds", MathUtil::AsValue(image_bounds_).release()); in LayerTreeAsJson()
162 result->Set("UVTopLeft", MathUtil::AsValue(uv_top_left_).release()); in LayerTreeAsJson()
163 result->Set("UVBottomRight", MathUtil::AsValue(uv_bottom_right_).release()); in LayerTreeAsJson()
/external/chromium_org/cc/scheduler/
Dscheduler.cc91 settings_.AsValue()); in Scheduler()
412 TRACE_EVENT1("cc", "Scheduler::BeginFrame", "args", args.AsValue()); in BeginFrame()
473 begin_retro_frame_args_.front().AsValue()); in BeginRetroFrame()
496 AsValue()); in PostBeginRetroFrameIfNeeded()
519 TRACE_EVENT1("cc", "Scheduler::BeginImplFrame", "args", args.AsValue()); in BeginImplFrame()
646 AsValue()); in ProcessScheduledActions()
703 scoped_refptr<base::debug::ConvertableToTraceFormat> Scheduler::AsValue() in AsValue() function in cc::Scheduler
770 AsValue()); in CanCommitAndActivateBeforeDeadline()
Dscheduler_state_machine.cc152 SchedulerStateMachine::AsValue() const { in AsValue() function in cc::SchedulerStateMachine
826 << AsValue()->ToString(); in OnBeginImplFrame()
833 << AsValue()->ToString(); in OnBeginImplFrameDeadlinePending()
839 << AsValue()->ToString(); in OnBeginImplFrameDeadline()
845 << AsValue()->ToString(); in OnBeginImplFrameIdle()
1028 << AsValue()->ToString(); in NotifyReadyToCommit()
Dscheduler_settings.h36 scoped_refptr<base::debug::ConvertableToTraceFormat> AsValue() const;
Dscheduler_unittest.cc133 states_.push_back(scheduler_->AsValue()); in SetNeedsBeginFrame()
138 states_.push_back(scheduler_->AsValue()); in WillBeginImplFrame()
142 states_.push_back(scheduler_->AsValue()); in ScheduledActionSendBeginMainFrame()
146 states_.push_back(scheduler_->AsValue()); in ScheduledActionAnimate()
150 states_.push_back(scheduler_->AsValue()); in ScheduledActionDrawAndSwapIfPossible()
172 states_.push_back(scheduler_->AsValue()); in ScheduledActionDrawAndSwapForced()
177 states_.push_back(scheduler_->AsValue()); in ScheduledActionCommit()
181 states_.push_back(scheduler_->AsValue()); in ScheduledActionUpdateVisibleTiles()
187 states_.push_back(scheduler_->AsValue()); in ScheduledActionActivateSyncTree()
191 states_.push_back(scheduler_->AsValue()); in ScheduledActionBeginOutputSurfaceCreation()
[all …]
Dscheduler_settings.cc41 SchedulerSettings::AsValue() const { in AsValue() function in cc::SchedulerSettings
/external/chromium_org/cc/base/
Dmath_util.h196 static scoped_ptr<base::Value> AsValue(const gfx::Size& s);
197 static scoped_ptr<base::Value> AsValue(const gfx::Rect& r);
199 static scoped_ptr<base::Value> AsValue(const gfx::PointF& q);
Dregion.h65 scoped_ptr<base::Value> AsValue() const;
/external/chromium_org/extensions/common/
Devent_filtering_info.h44 scoped_ptr<base::Value> AsValue() const;
Devent_filtering_info.cc31 scoped_ptr<base::Value> EventFilteringInfo::AsValue() const { in AsValue() function in extensions::EventFilteringInfo
/external/chromium_org/cc/output/
Dbegin_frame_args.h50 scoped_refptr<base::debug::ConvertableToTraceFormat> AsValue() const;
Dbegin_frame_args.cc32 scoped_refptr<base::debug::ConvertableToTraceFormat> BeginFrameArgs::AsValue() in AsValue() function in cc::BeginFrameArgs
/external/chromium_org/chrome/browser/ui/webui/chromeos/first_run/
Dfirst_run_actor.cc45 scoped_ptr<base::DictionaryValue> FirstRunActor::StepPosition::AsValue() const { in AsValue() function in chromeos::FirstRunActor::StepPosition
Dfirst_run_actor.h58 scoped_ptr<base::DictionaryValue> AsValue() const;
Dfirst_run_handler.cc50 *position.AsValue()); in ShowStepPositioned()
/external/chromium_org/cc/debug/
Dtraced_picture.cc52 scoped_ptr<base::Value> value = picture_->AsValue(); in AppendPicture()
/external/chromium_org/cc/resources/
Dpicture_unittest.cc61 scoped_ptr<base::Value> serialized_one_rect(one_rect_picture->AsValue()); in TEST()
90 scoped_ptr<base::Value> serialized_two_rect(two_rect_picture->AsValue()); in TEST()
421 one_rect_picture->AsValue()); in TEST()
Dpicture.h88 scoped_ptr<base::Value> AsValue() const;

12