OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationCounter
(Results
1 - 2
of
2
) 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/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 32 milliseconds