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

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

Completed in 218 milliseconds