Searched refs:TracedValue (Results 1 - 25 of 130) sorted by relevance

123456

/external/chromium_org/cc/debug/
H A Dtraced_value.h10 class TracedValue;
16 class TracedValue { class in namespace:cc
18 static void AppendIDRef(const void* id, base::debug::TracedValue* array);
20 base::debug::TracedValue* dict,
22 static void MakeDictIntoImplicitSnapshot(base::debug::TracedValue* dict,
27 base::debug::TracedValue* dict,
32 base::debug::TracedValue* dict,
H A Dtraced_value.cc12 void TracedValue::AppendIDRef(const void* id, base::debug::TracedValue* state) {
18 void TracedValue::SetIDRef(const void* id,
19 base::debug::TracedValue* state,
26 void TracedValue::MakeDictIntoImplicitSnapshot(base::debug::TracedValue* dict,
32 void TracedValue::MakeDictIntoImplicitSnapshotWithCategory(
34 base::debug::TracedValue* dict,
41 void TracedValue::MakeDictIntoImplicitSnapshotWithCategory(
43 base::debug::TracedValue* dic
[all...]
H A Dframe_viewer_instrumentation.h31 scoped_refptr<base::debug::TracedValue> res(new base::debug::TracedValue());
32 TracedValue::SetIDRef(tile_id, res.get(), internal::kTileId);
H A Drendering_stats_unittest.cc16 scoped_refptr<base::debug::TracedValue> value =
17 new base::debug::TracedValue();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTracedValue.cpp7 #include "platform/TracedValue.h"
25 PassRefPtr<TracedValue> TracedValue::create()
27 return adoptRef(new TracedValue());
30 TracedValue::TracedValue() function in class:blink::TracedValue
35 TracedValue::~TracedValue()
40 void TracedValue::setInteger(const char* name, int value)
45 void TracedValue
[all...]
H A DTracedValue.h18 class PLATFORM_EXPORT TracedValue : public TraceEvent::ConvertableToTraceFormat { class in namespace:blink
19 WTF_MAKE_NONCOPYABLE(TracedValue);
22 static PassRefPtr<TracedValue> create();
44 TracedValue();
45 virtual ~TracedValue();
H A DTracedValueTest.cpp7 #include "platform/TracedValue.h"
17 RefPtr<TracedValue> value = TracedValue::create();
28 RefPtr<TracedValue> value = TracedValue::create();
/external/chromium_org/base/debug/
H A Dtrace_event_argument.cc13 TracedValue::TracedValue() : root_(new DictionaryValue()) { function in class:base::debug::TracedValue
17 TracedValue::~TracedValue() {
21 void TracedValue::SetInteger(const char* name, int value) {
25 void TracedValue::SetDouble(const char* name, double value) {
29 void TracedValue::SetBoolean(const char* name, bool value) {
33 void TracedValue::SetString(const char* name, const std::string& value) {
37 void TracedValue::SetValue(const char* name, Value* value) {
41 void TracedValue
[all...]
H A Dtrace_event_argument.h21 class BASE_EXPORT TracedValue : public ConvertableToTraceFormat { class in namespace:base::debug
23 TracedValue();
46 virtual ~TracedValue();
53 DISALLOW_COPY_AND_ASSIGN(TracedValue);
H A Dtrace_event_argument_unittest.cc12 scoped_refptr<TracedValue> value = new TracedValue();
24 scoped_refptr<TracedValue> value = new TracedValue();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTraceEvents.cpp24 #include "platform/TracedValue.h"
69 RefPtr<TracedValue> value = TracedValue::create();
77 static void createQuad(TracedValue* value, const char* name, const FloatQuad& quad)
91 static void setGeneratingNodeInfo(TracedValue* value, const RenderObject* renderer, const char* idFieldName, const char* nameFieldName = 0)
108 RefPtr<TracedValue> value = TracedValue::create();
121 RefPtr<TracedValue> value = TracedValue::create();
132 RefPtr<TracedValue> valu
[all...]
/external/chromium_org/net/base/
H A Dtrace_net_log_observer.cc22 class TracedValue : public base::debug::ConvertableToTraceFormat { class in namespace:net::__anon9060
24 explicit TracedValue(scoped_ptr<base::Value> value) : value_(value.Pass()) {} function in class:net::__anon9060::TracedValue
27 virtual ~TracedValue() {}
61 new TracedValue(params.Pass())));
68 new TracedValue(params.Pass())));
75 new TracedValue(params.Pass())));
/external/chromium_org/cc/output/
H A Dbegin_frame_args.h16 class TracedValue;
51 void AsValueInto(base::debug::TracedValue* dict) const;
H A Dfilter_operations.h16 class TracedValue;
73 void AsValueInto(base::debug::TracedValue* value) const;
H A Dbegin_frame_args.cc34 scoped_refptr<base::debug::TracedValue> state =
35 new base::debug::TracedValue();
40 void BeginFrameArgs::AsValueInto(base::debug::TracedValue* state) const {
/external/chromium_org/cc/quads/
H A Dshared_quad_state.h16 class TracedValue;
43 void AsValueInto(base::debug::TracedValue* dict) const;
H A Ddraw_quad.h15 class TracedValue;
129 void AsValueInto(base::debug::TracedValue* value) const;
140 virtual void ExtendValue(base::debug::TracedValue* value) const = 0;
H A Dcheckerboard_draw_quad.h39 virtual void ExtendValue(base::debug::TracedValue* value) const OVERRIDE;
H A Dsurface_draw_quad.h39 virtual void ExtendValue(base::debug::TracedValue* value) const OVERRIDE;
H A Dshared_quad_state.cc49 void SharedQuadState::AsValueInto(base::debug::TracedValue* value) const {
70 TracedValue::MakeDictIntoImplicitSnapshotWithCategory(
/external/chromium_org/cc/scheduler/
H A Dscheduler_settings.cc42 scoped_refptr<base::debug::TracedValue> state =
43 new base::debug::TracedValue();
/external/chromium_org/cc/test/
H A Dfake_proxy.cc41 void FakeProxy::AsValueInto(base::debug::TracedValue*) const {
/external/chromium_org/cc/base/
H A Dmath_util.h24 class TracedValue;
202 base::debug::TracedValue* res);
204 base::debug::TracedValue* res);
206 base::debug::TracedValue* res);
208 base::debug::TracedValue* res);
210 base::debug::TracedValue* res);
212 base::debug::TracedValue* res);
214 base::debug::TracedValue* res);
216 base::debug::TracedValue* res);
218 base::debug::TracedValue* re
[all...]
/external/chromium_org/base/test/
H A Dtest_pending_task.cc37 void TestPendingTask::AsValueInto(base::debug::TracedValue* state) const {
55 scoped_refptr<base::debug::TracedValue> state =
56 new base::debug::TracedValue();
/external/chromium_org/cc/resources/
H A Dtile_priority.cc51 void TilePriority::AsValueInto(base::debug::TracedValue* state) const {
89 base::debug::TracedValue* state) const {

Completed in 1105 milliseconds

123456