Searched refs:recorder (Results 51 - 75 of 134) sorted by relevance

123456

/external/chromium_org/google_apis/gcm/engine/
H A Dcheckin_request.cc66 // Records checkin status to both stats recorder and reports to UMA.
68 GCMStatsRecorder* recorder,
72 recorder->RecordCheckinSuccess();
74 recorder->RecordCheckinFailure(GetCheckinRequestStatusString(status),
102 GCMStatsRecorder* recorder)
108 recorder_(recorder),
67 RecordCheckinStatusAndReportUMA(CheckinRequestStatus status, GCMStatsRecorder* recorder, bool will_retry) argument
96 CheckinRequest( const GURL& checkin_url, const RequestInfo& request_info, const net::BackoffEntry::Policy& backoff_policy, const CheckinRequestCallback& callback, net::URLRequestContextGetter* request_context_getter, GCMStatsRecorder* recorder) argument
H A Dcheckin_request.h66 GCMStatsRecorder* recorder);
H A Dunregistration_request.h82 GCMStatsRecorder* recorder);
H A Dregistration_request.h91 GCMStatsRecorder* recorder);
/external/chromium_org/cc/layers/
H A Dcontent_layer.cc150 SkPictureRecorder recorder; local
151 SkCanvas* canvas = recorder.beginRecording(width, height, NULL, 0);
155 skia::RefPtr<SkPicture> picture = skia::AdoptRef(recorder.endRecording());
H A Dpicture_layer.cc186 SkPictureRecorder recorder; local
187 SkCanvas* canvas = recorder.beginRecording(width, height, NULL, 0);
191 skia::RefPtr<SkPicture> picture = skia::AdoptRef(recorder.endRecording());
/external/chromium_org/third_party/skia/bench/
H A DPicturePlaybackBench.cpp41 SkPictureRecorder recorder; local
42 SkCanvas* pCanvas = recorder.beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT, NULL, 0);
44 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
/external/chromium_org/third_party/skia/debugger/
H A DSkDebugger.cpp42 SkPictureRecorder recorder; local
43 SkCanvas* canvas = recorder.beginRecording(this->pictureCull().width(),
67 return recorder.endRecording();
/external/chromium_org/third_party/skia/gm/
H A Dpictureshadertile.cpp63 SkPictureRecorder recorder; local
64 SkCanvas* pictureCanvas = recorder.beginRecording(kPictureSize, kPictureSize, NULL, 0);
66 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
/external/chromium_org/third_party/skia/tests/
H A DPictureStateTreeTest.cpp15 SkPictureRecorder recorder; local
16 SkCanvas* canvas = recorder.beginRecording(200, 200, bbhFactory, 0);
64 return recorder.endRecording();
H A DTileGridTest.cpp63 SkPictureRecorder recorder; local
64 SkCanvas* canvas = recorder.beginRecording(20, 20, &factory, 0);
68 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
152 SkPictureRecorder recorder; local
153 SkCanvas* canvas = recorder.beginRecording(20, 20, &factory, 0);
158 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
H A DImageFilterTest.cpp392 SkPictureRecorder recorder; local
393 SkCanvas* recordingCanvas = recorder.beginRecording(64, 64, &factory, 0);
398 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
493 SkPictureRecorder recorder; local
495 SkCanvas* recordingCanvas = recorder.beginRecording(SkIntToScalar(width),
501 SkAutoTUnref<SkPicture> picture1(recorder.endRecording());
719 SkPictureRecorder recorder; local
720 SkCanvas* recordingCanvas = recorder.beginRecording(100, 100, &factory, 0);
734 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
741 SkPictureRecorder recorder; local
800 SkPictureRecorder recorder; local
832 SkPictureRecorder recorder; local
[all...]
/external/skia/bench/
H A DPicturePlaybackBench.cpp41 SkPictureRecorder recorder; local
42 SkCanvas* pCanvas = recorder.beginRecording(PICTURE_WIDTH, PICTURE_HEIGHT, NULL, 0);
44 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
/external/skia/debugger/
H A DSkDebugger.cpp45 SkPictureRecorder recorder; local
46 SkCanvas* canvas = recorder.beginRecording(fPictureWidth, fPictureHeight, NULL, 0);
69 return recorder.endRecording();
/external/skia/dm/
H A DDMUtil.cpp25 SkPictureRecorder recorder; local
26 SkCanvas* canvas = recorder.beginRecording(size.width(), size.height(), factory, recordFlags);
30 return recorder.endRecording();
/external/skia/tests/
H A DPictureStateTreeTest.cpp15 SkPictureRecorder recorder; local
16 SkCanvas* canvas = recorder.beginRecording(200, 200, bbhFactory, 0);
64 return recorder.endRecording();
H A DTileGridTest.cpp64 SkPictureRecorder recorder; local
65 SkCanvas* canvas = recorder.beginRecording(20, 20, &factory, 0);
69 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
153 SkPictureRecorder recorder; local
154 SkCanvas* canvas = recorder.beginRecording(20, 20, &factory, 0);
159 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
H A DImageFilterTest.cpp340 SkPictureRecorder recorder; local
341 SkCanvas* recordingCanvas = recorder.beginRecording(64, 64, &factory, 0);
346 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
504 SkPictureRecorder recorder; local
505 SkCanvas* recordingCanvas = recorder.beginRecording(100, 100, &factory, 0);
519 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
527 SkPictureRecorder recorder; local
528 SkCanvas* recordingCanvas = recorder.beginRecording(1, 1, &factory, 0);
534 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
595 SkPictureRecorder recorder; local
[all...]
/external/skia/tools/
H A Dbench_playback.cpp47 SkPictureRecorder recorder; local
48 src.draw(recorder.beginRecording(src.width(), src.height(), &factory));
49 return recorder.endRecording();
/external/chromium_org/ui/events/
H A Devent_processor_unittest.cc437 HandlerSequenceRecorder recorder; local
439 root()->set_recorder(&recorder);
441 child_r->set_recorder(&recorder);
443 grandchild_r->set_recorder(&recorder);
447 pre_root.set_recorder(&recorder);
452 pre_child.set_recorder(&recorder);
457 pre_grandchild.set_recorder(&recorder);
462 post_root.set_recorder(&recorder);
467 post_child.set_recorder(&recorder);
472 post_grandchild.set_recorder(&recorder);
482 expected, expected + arraysize(expected)), recorder); local
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_unittest.cc81 static void RecordLoop(scoped_refptr<LoopRecorder> recorder) { argument
82 recorder->RecordRun();
85 static void RecordLoopAndQuit(scoped_refptr<LoopRecorder> recorder) { argument
86 recorder->RecordRun();
/external/chromium_org/third_party/webrtc/modules/utility/interface/
H A Dfile_recorder.h34 static void DestroyFileRecorder(FileRecorder* recorder);
/external/chromium_org/third_party/skia/tools/
H A Drender_pictures_main.cpp190 SkPictureRecorder recorder; local
191 picture->playback(recorder.beginRecording(picture->cullRect().width(),
194 picture.reset(recorder.endRecording());
198 SkPictureRecorder recorder; local
199 picture->playback(recorder.beginRecording(picture->cullRect().width(),
202 SkAutoTUnref<SkPicture> other(recorder.endRecording());
/external/replicaisland/src/com/replica/replicaisland/
H A DLifetimeComponent.java140 EventRecorder recorder = sSystemRegistry.eventRecorder;
141 recorder.incrementEventCounter(mEventCounter);
/external/oprofile/libpp/
H A Dcallgraph_container.h49 * list. This is used to initially populate the recorder with
165 arc_recorder recorder; member in class:callgraph_container

Completed in 762 milliseconds

123456