Home
last modified time | relevance | path

Searched refs:popupReply (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/jni/
DWebViewCore.h312 void popupReply(int index);
313 void popupReply(const int* array, int count);
DWebViewCore.cpp2229 void WebViewCore::popupReply(int index) in popupReply() function in android::WebViewCore
2238 void WebViewCore::popupReply(const int* array, int count) in popupReply() function in android::WebViewCore
2760 viewImpl->popupReply(choice); in SendListBoxChoice()
2787 viewImpl->popupReply(array, count); in SendListBoxChoices()