Searched refs:WriteTask (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/skia/dm/
H A DDMWriteTask.h16 class WriteTask : public CpuTask { class in namespace:DM
19 WriteTask(const Task& parent, // WriteTask must be a child task.
24 WriteTask(const Task& parent, // WriteTask must be a child task.
H A DDMPDFRasterizeTask.cpp32 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "PDF", bitmap)));
H A DDMSKPTask.cpp28 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "SKP", bitmap)));
H A DDMWriteTask.cpp39 WriteTask::WriteTask(const Task& parent, const char* sourceType, SkBitmap bitmap) function in class:DM::WriteTask
48 WriteTask::WriteTask(const Task& parent, function in class:DM::WriteTask
61 void WriteTask::makeDirOrFail(SkString dir) {
90 void WriteTask::draw() {
154 SkString WriteTask::name() const {
163 bool WriteTask::shouldSkip() const {
167 void WriteTask::DumpJson() {
H A DDMGpuGMTask.cpp47 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "GM", bitmap)));
H A DDMPipeTask.cpp65 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "GM", bitmap)));
H A DDMSerializeTask.cpp42 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, "GM", bitmap)));
H A DDMCpuGMTask.cpp47 SPAWN(WriteTask, "GM", bm);
H A DDMPDFTask.cpp92 this->spawnChild(SkNEW_ARGS(WriteTask,
/external/skia/dm/
H A DDMWriteTask.h15 class WriteTask : public CpuTask { class in namespace:DM
18 WriteTask(const Task& parent, // WriteTask must be a child task.
21 WriteTask(const Task& parent, // WriteTask must be a child task.
29 // Reads image files WriteTask wrote under root and compares them with bitmap.
H A DDMPDFRasterizeTask.cpp31 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
H A DDMSKPTask.cpp20 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
H A DDMWriteTask.cpp38 WriteTask::WriteTask(const Task& parent, SkBitmap bitmap) function in class:DM::WriteTask
45 WriteTask::WriteTask(const Task& parent, SkData *data, const char* ext) function in class:DM::WriteTask
51 void WriteTask::makeDirOrFail(SkString dir) {
130 void WriteTask::draw() {
148 SkString WriteTask::name() const {
157 bool WriteTask::shouldSkip() const {
180 bool WriteTask::Expectations::check(const Task& task, SkBitmap bitmap) const {
H A DDMReplayTask.cpp37 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
H A DDMSerializeTask.cpp35 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
H A DDMGpuGMTask.cpp44 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
H A DDMPipeTask.cpp64 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
H A DDMRecordTask.cpp55 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, bitmap)));
H A DDMCpuGMTask.cpp49 SPAWN(WriteTask, bitmap);
H A DDMPDFTask.cpp88 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, pdfData.get(), ".pdf")));
H A DDMQuiltTask.cpp54 this->spawnChild(SkNEW_ARGS(WriteTask, (*this, full)));
/external/chromium_org/components/webdata/common/
H A Dweb_data_service_backend.h70 const WebDatabaseService::WriteTask& task,
77 void ExecuteWriteTask(const WebDatabaseService::WriteTask& task);
H A Dweb_database_service.h53 typedef base::Callback<WebDatabase::State(WebDatabase*)> WriteTask; typedef in class:WebDatabaseService
86 const WriteTask& task);
H A Dweb_data_service_backend.cc72 const WebDatabaseService::WriteTask& task,
82 const WebDatabaseService::WriteTask& task) {
/external/chromium_org/third_party/webrtc/base/
H A Dsharedexclusivelock_unittest.cc86 class WriteTask : public SharedExclusiveTask { class in namespace:rtc
88 WriteTask(SharedExclusiveLock* shared_exclusive_lock, int* value, bool* done) function in class:rtc::WriteTask
163 WriteTask writer(shared_exclusive_lock_.get(), &value_, &done);
202 WriteTask writer(shared_exclusive_lock_.get(), &value_, &done);

Completed in 5828 milliseconds

12