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

  /external/webkit/Source/WebKit2/UIProcess/
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*);
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()
WebUIClient.h 51 class WebOpenPanelResultListenerProxy;
94 bool runOpenPanel(WebPageProxy*, WebFrameProxy*, const WebOpenPanelParameters::Data&, WebOpenPanelResultListenerProxy*);
WebUIClient.cpp 33 #include "WebOpenPanelResultListenerProxy.h"
287 bool WebUIClient::runOpenPanel(WebPageProxy* page, WebFrameProxy* frame, const WebOpenPanelParameters::Data& parameterData, WebOpenPanelResultListenerProxy* listener)
WebPageProxy.h 93 class WebOpenPanelResultListenerProxy;
444 // Called by the WebOpenPanelResultListenerProxy.
    [all...]
WebPageProxy.cpp 59 #include "WebOpenPanelResultListenerProxy.h"
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKOpenPanelResultListener.cpp 30 #include "WebOpenPanelResultListenerProxy.h"
36 return toAPI(WebOpenPanelResultListenerProxy::APIType);
WKAPICast.h 73 class WebOpenPanelResultListenerProxy;
102 WK_ADD_API_MAPPING(WKOpenPanelResultListenerRef, WebOpenPanelResultListenerProxy)

Completed in 129 milliseconds