Home
last modified time | relevance | path

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

/external/chromium_org/ui/events/test/
Dtest_event_processor.cc12 TestEventProcessor::TestEventProcessor() : num_times_processing_finished_(0) {} in TestEventProcessor()
20 num_times_processing_finished_ = 0; in ResetCounts()
36 num_times_processing_finished_++; in OnEventProcessingFinished()
Dtest_event_processor.h20 return num_times_processing_finished_; in num_times_processing_finished()
36 int num_times_processing_finished_; variable