Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:defaultValue

1926 void WebPageProxy::runJavaScriptPrompt(uint64_t frameID, const String& message, const String& defaultValue, String& result)
1934 result = m_uiClient.runJavaScriptPrompt(this, message, defaultValue, frame);