OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestEventProcessor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/test/
test_event_processor.cc
12
TestEventProcessor
::
TestEventProcessor
() {}
13
TestEventProcessor
::~
TestEventProcessor
() {}
15
void
TestEventProcessor
::SetRoot(scoped_ptr<EventTarget> root) {
19
bool
TestEventProcessor
::CanDispatchToTarget(EventTarget* target) {
23
EventTarget*
TestEventProcessor
::GetRootTarget() {
27
EventDispatchDetails
TestEventProcessor
::OnEventFromSource(Event* event) {
test_event_processor.h
14
class
TestEventProcessor
: public EventProcessor {
16
TestEventProcessor
();
17
virtual ~
TestEventProcessor
();
29
DISALLOW_COPY_AND_ASSIGN(
TestEventProcessor
);
Completed in 213 milliseconds