Searched defs:TouchList (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DTouchList.h37 class TouchList : public RefCounted<TouchList> { class in namespace:WebCore
39 static PassRefPtr<TouchList> create()
41 return adoptRef(new TouchList);
51 TouchList() {} function in class:WebCore::TouchList

Completed in 223 milliseconds