Searched defs:WebOpenPanelResultListenerProxy (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebOpenPanelResultListenerProxy.cpp27 #include "WebOpenPanelResultListenerProxy.h"
38 WebOpenPanelResultListenerProxy::WebOpenPanelResultListenerProxy(WebPageProxy* page) function in class:WebKit::WebOpenPanelResultListenerProxy
43 WebOpenPanelResultListenerProxy::~WebOpenPanelResultListenerProxy()
47 void WebOpenPanelResultListenerProxy::chooseFiles(ImmutableArray* fileURLsArray)
68 void WebOpenPanelResultListenerProxy::cancel()
76 void WebOpenPanelResultListenerProxy::invalidate()
H A DWebOpenPanelResultListenerProxy.h38 class WebOpenPanelResultListenerProxy : public APIObject { class in namespace:WebKit
42 static PassRefPtr<WebOpenPanelResultListenerProxy> create(WebPageProxy* page)
44 return adoptRef(new WebOpenPanelResultListenerProxy(page));
47 virtual ~WebOpenPanelResultListenerProxy();
55 WebOpenPanelResultListenerProxy(WebPageProxy*);

Completed in 199 milliseconds