Home
last modified time | relevance | path

Searched refs:dispatchCandidateWindowHideEvent (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/ime/
DInputMethodContext.h79 void dispatchCandidateWindowHideEvent();
DInputMethodContext.cpp191 void InputMethodContext::dispatchCandidateWindowHideEvent() in dispatchCandidateWindowHideEvent() function in WebCore::InputMethodContext
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2368 context->dispatchCandidateWindowHideEvent(); in didHideCandidateWindow()