Home
last modified time | relevance | path

Searched refs:doTheWork (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-original.cc35 void doTheWork();
38 void doTheWork(int);
79 void Task::doTheWork() { in doTheWork() function in blink::Task
119 using Task::doTheWork;
129 doTheWork(); in reallyDoTheWork()
136 void (blink::Task::*p1)() = &blink::Task::doTheWork; in F()
137 void (blink::Task::*p2)() = &BovineTask::doTheWork; in F()
/external/skqp/src/core/
DSkCanvas.cpp932 bool doTheWork = this->onDoSaveBehind(bounds); in only_axis_aligned_saveBehind() local
935 if (doTheWork) { in only_axis_aligned_saveBehind()
/external/skia/src/core/
DSkCanvas.cpp919 bool doTheWork = this->onDoSaveBehind(bounds); in only_axis_aligned_saveBehind() local
922 if (doTheWork) { in only_axis_aligned_saveBehind()