Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-expected.cc35 void DoTheWork();
38 void DoTheWork(int);
75 void Task::DoTheWork() { in DoTheWork() function in blink::Task
115 using Task::DoTheWork;
125 DoTheWork(); in ReallyDoTheWork()
132 void (blink::Task::*p1)() = &blink::Task::DoTheWork; in F()
133 void (blink::Task::*p2)() = &BovineTask::DoTheWork; in F()