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

  /external/skia/tests/
DeferredCanvasTest.cpp 472 class NotificationCounter : public SkDeferredCanvas::NotificationClient {
474 NotificationCounter() {
506 NotificationCounter notificationCounter;
508 canvas->setNotificationClient(&notificationCounter);
521 REPORTER_ASSERT(reporter, 1 == notificationCounter.fStorageAllocatedChangedCount);
529 REPORTER_ASSERT(reporter, 0 == notificationCounter.fFlushedDrawCommandsCount);
530 REPORTER_ASSERT(reporter, 0 == notificationCounter.fPrepareForDrawCount);
532 REPORTER_ASSERT(reporter, 1 == notificationCounter.fFlushedDrawCommandsCount);
533 REPORTER_ASSERT(reporter, 1 == notificationCounter.fPrepareForDrawCount)
    [all...]
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_unittest.cc 228 class NotificationCounter : public content::NotificationObserver {
230 explicit NotificationCounter(Profile* profile)
686 NotificationCounter counter(profile());
    [all...]

Completed in 50 milliseconds