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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageUIClient.cpp 63 void InjectedBundlePageUIClient::willRunJavaScriptPrompt(WebPage* page, const String& message, const String& defaultValue, WebFrame* frame)
65 if (m_client.willRunJavaScriptPrompt)
66 m_client.willRunJavaScriptPrompt(toAPI(page), toAPI(message.impl()), toAPI(defaultValue.impl()), toAPI(frame), m_client.clientInfo);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 186 WKBundlePageWillRunJavaScriptPromptCallback willRunJavaScriptPrompt;