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

  /external/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp 430 class NotificationCounter : public SkDeferredCanvas::NotificationClient {
432 NotificationCounter() {
465 NotificationCounter notificationCounter;
466 canvas->setNotificationClient(&notificationCounter);
480 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
487 NotificationCounter notificationCounter;
488 canvas->setNotificationClient(&notificationCounter);
492 REPORTER_ASSERT(reporter, 0 == notificationCounter.fFlushedDrawCommandsCount)
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 447 class NotificationCounter : public SkDeferredCanvas::NotificationClient {
449 NotificationCounter() {
482 NotificationCounter notificationCounter;
483 canvas->setNotificationClient(&notificationCounter);
496 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
503 NotificationCounter notificationCounter;
504 canvas->setNotificationClient(&notificationCounter);
508 REPORTER_ASSERT(reporter, 0 == notificationCounter.fFlushedDrawCommandsCount)
    [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 246 class NotificationCounter : public content::NotificationObserver {
248 explicit NotificationCounter(content::BrowserContext* context)
720 NotificationCounter counter(profile());
    [all...]

Completed in 712 milliseconds