Home
last modified time | relevance | path

Searched defs:UIEvent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
DSkUIView.mm56 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
63 - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
70 - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
77 - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event {
/external/skia/experimental/iOSSampleApp/Shared/
DSkUIView.mm56 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
63 - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
70 - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
77 - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event {
/external/chromium_org/third_party/WebKit/Source/core/events/
DUIEvent.cpp35 UIEvent::UIEvent() in UIEvent() function in blink::UIEvent
40 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtrWi… in UIEvent() function in blink::UIEvent
47 UIEvent::UIEvent(const AtomicString& eventType, const UIEventInit& initializer) in UIEvent() function in blink::UIEvent
/external/chromium_org/ui/gfx/
Dnative_widget_types.h70 class UIEvent; variable