Home | History | Annotate | Download | only in UIProcess

Lines Matching defs:didChooseFilesForOpenPanel

2377 void WebPageProxy::didChooseFilesForOpenPanel(const Vector<String>& fileURLs)
2383 // FIXME: The sandbox extensions should be sent with the DidChooseFilesForOpenPanel message. This
2392 process()->send(Messages::WebPage::DidChooseFilesForOpenPanel(fileURLs), m_pageID);