Home
last modified time | relevance | path

Searched refs:WebOpenPanelResultListenerProxy (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebOpenPanelResultListenerProxy.cpp38 WebOpenPanelResultListenerProxy::WebOpenPanelResultListenerProxy(WebPageProxy* page) in WebOpenPanelResultListenerProxy() function in WebKit::WebOpenPanelResultListenerProxy
43 WebOpenPanelResultListenerProxy::~WebOpenPanelResultListenerProxy() in ~WebOpenPanelResultListenerProxy()
47 void WebOpenPanelResultListenerProxy::chooseFiles(ImmutableArray* fileURLsArray) in chooseFiles()
68 void WebOpenPanelResultListenerProxy::cancel() in cancel()
76 void WebOpenPanelResultListenerProxy::invalidate() in invalidate()
DWebOpenPanelResultListenerProxy.h38 class WebOpenPanelResultListenerProxy : public APIObject {
42 static PassRefPtr<WebOpenPanelResultListenerProxy> create(WebPageProxy* page) in create()
44 return adoptRef(new WebOpenPanelResultListenerProxy(page)); in create()
47 virtual ~WebOpenPanelResultListenerProxy();
55 WebOpenPanelResultListenerProxy(WebPageProxy*);
DWebUIClient.h51 class WebOpenPanelResultListenerProxy; variable
94 …PageProxy*, WebFrameProxy*, const WebOpenPanelParameters::Data&, WebOpenPanelResultListenerProxy*);
DWebUIClient.cpp287 …y* frame, const WebOpenPanelParameters::Data& parameterData, WebOpenPanelResultListenerProxy* list… in runOpenPanel()
DWebPageProxy.h93 class WebOpenPanelResultListenerProxy; variable
749 RefPtr<WebOpenPanelResultListenerProxy> m_openPanelResultListener;
DWebPageProxy.cpp2049 m_openPanelResultListener = WebOpenPanelResultListenerProxy::create(this); in runOpenPanel()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKOpenPanelResultListener.cpp36 return toAPI(WebOpenPanelResultListenerProxy::APIType); in WKOpenPanelResultListenerGetTypeID()
DWKAPICast.h73 class WebOpenPanelResultListenerProxy; variable
102 WK_ADD_API_MAPPING(WKOpenPanelResultListenerRef, WebOpenPanelResultListenerProxy) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/
DWebKit2.pro220 UIProcess/WebOpenPanelResultListenerProxy.h \
424 UIProcess/WebOpenPanelResultListenerProxy.cpp \
DGNUmakefile.am472 Source/WebKit2/UIProcess/WebOpenPanelResultListenerProxy.cpp \
473 Source/WebKit2/UIProcess/WebOpenPanelResultListenerProxy.h \
DChangeLog-2011-02-164926 * UIProcess/WebOpenPanelResultListenerProxy.cpp:
12862 Add casts for WebOpenPanelParameters and WebOpenPanelResultListenerProxy.
12885 * UIProcess/WebOpenPanelResultListenerProxy.cpp: Added.
12886 (WebKit::WebOpenPanelResultListenerProxy::WebOpenPanelResultListenerProxy):
12887 (WebKit::WebOpenPanelResultListenerProxy::~WebOpenPanelResultListenerProxy):
12888 (WebKit::WebOpenPanelResultListenerProxy::chooseFiles):
12889 (WebKit::WebOpenPanelResultListenerProxy::cancel):
12890 (WebKit::WebOpenPanelResultListenerProxy::invalidate):
12891 * UIProcess/WebOpenPanelResultListenerProxy.h: Added.
12892 (WebKit::WebOpenPanelResultListenerProxy::create):
[all …]
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj467 …30 /* WebOpenPanelResultListenerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = BC1DFEA212B…
596 …E /* WebOpenPanelResultListenerProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC1DFEA312…
1373WebOpenPanelResultListenerProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp…
1374WebOpenPanelResultListenerProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileT…
2587 BC1DFEA312B31F87005DF730 /* WebOpenPanelResultListenerProxy.cpp */,
2588 BC1DFEA212B31F87005DF730 /* WebOpenPanelResultListenerProxy.h */,
3580 BC1DFEA412B31F87005DF730 /* WebOpenPanelResultListenerProxy.h in Headers */,
4194 BC857F7E12B82CEE00EDEB2E /* WebOpenPanelResultListenerProxy.cpp in Sources */,