OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EventCountDelegate
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/aura/test/
test_window_delegate.h
113
class
EventCountDelegate
: public TestWindowDelegate {
115
EventCountDelegate
();
142
DISALLOW_COPY_AND_ASSIGN(
EventCountDelegate
);
test_window_delegate.cc
143
//
EventCountDelegate
145
EventCountDelegate
::
EventCountDelegate
()
155
void
EventCountDelegate
::OnKeyEvent(ui::KeyEvent* event) {
167
void
EventCountDelegate
::OnMouseEvent(ui::MouseEvent* event) {
189
std::string
EventCountDelegate
::GetMouseMotionCountsAndReset() {
200
std::string
EventCountDelegate
::GetMouseButtonCountsAndReset() {
210
std::string
EventCountDelegate
::GetKeyCountsAndReset() {
Completed in 45 milliseconds