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

  /external/chromium_org/ui/events/test/
events_test_utils.cc 19 KeyEventTestApi::KeyEventTestApi(KeyEvent* event)
22 KeyEventTestApi::~KeyEventTestApi() {}
events_test_utils.h 54 class KeyEventTestApi : public EventTestApi {
56 explicit KeyEventTestApi(KeyEvent* key_event);
57 virtual ~KeyEventTestApi();
64 KeyEventTestApi();
68 DISALLOW_COPY_AND_ASSIGN(KeyEventTestApi);

Completed in 38 milliseconds