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

  /external/webkit/Source/WebCore/dom/
UserTypingGestureIndicator.cpp 27 #include "UserTypingGestureIndicator.h"
36 bool UserTypingGestureIndicator::processingUserTypingGesture()
47 Node* UserTypingGestureIndicator::focusedElementAtGestureStart()
52 UserTypingGestureIndicator::UserTypingGestureIndicator(Frame* frame)
60 UserTypingGestureIndicator::~UserTypingGestureIndicator()
UserTypingGestureIndicator.h 37 class UserTypingGestureIndicator {
38 WTF_MAKE_NONCOPYABLE(UserTypingGestureIndicator);
43 explicit UserTypingGestureIndicator(Frame*);
44 ~UserTypingGestureIndicator();

Completed in 40 milliseconds