Searched refs:willRunModalDialog (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DChrome.cpp283 static inline void willRunModalDialog(const Frame* frame, const ChromeClient::DialogType& dialogType, const ChromeClient* client) function in namespace:WebCore
291 willRunModalDialog(frame, ChromeClient::AlertDialog, m_client);
303 willRunModalDialog(frame, ChromeClient::ConfirmDialog, m_client);
315 willRunModalDialog(frame, ChromeClient::PromptDialog, m_client);
571 willRunModalDialog(frame, ChromeClient::HTMLDialog, m_client);

Completed in 494 milliseconds