HomeSort by relevance Sort by last modified time
    Searched refs:DebugfReporter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
skia_test.cpp 52 class DebugfReporter : public Reporter {
54 explicit DebugfReporter(int total) : fDone(0), fTotal(total) {}
181 DebugfReporter reporter(toRun);
  /external/skia/tests/
skia_test.cpp 68 class DebugfReporter : public Reporter {
70 explicit DebugfReporter(int total) : fDone(0), fTotal(total) {}
199 DebugfReporter reporter(toRun);

Completed in 55 milliseconds