Searched refs:WebOpenPanelResultListenerProxy (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebOpenPanelResultListenerProxy.cpp | 38 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()
|
D | WebOpenPanelResultListenerProxy.h | 38 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*);
|
D | WebUIClient.h | 51 class WebOpenPanelResultListenerProxy; variable 94 …PageProxy*, WebFrameProxy*, const WebOpenPanelParameters::Data&, WebOpenPanelResultListenerProxy*);
|
D | WebUIClient.cpp | 287 …y* frame, const WebOpenPanelParameters::Data& parameterData, WebOpenPanelResultListenerProxy* list… in runOpenPanel()
|
D | WebPageProxy.h | 93 class WebOpenPanelResultListenerProxy; variable 749 RefPtr<WebOpenPanelResultListenerProxy> m_openPanelResultListener;
|
D | WebPageProxy.cpp | 2049 m_openPanelResultListener = WebOpenPanelResultListenerProxy::create(this); in runOpenPanel()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKOpenPanelResultListener.cpp | 36 return toAPI(WebOpenPanelResultListenerProxy::APIType); in WKOpenPanelResultListenerGetTypeID()
|
D | WKAPICast.h | 73 class WebOpenPanelResultListenerProxy; variable 102 WK_ADD_API_MAPPING(WKOpenPanelResultListenerRef, WebOpenPanelResultListenerProxy) in WK_ADD_API_MAPPING()
|
/external/webkit/Source/WebKit2/ |
D | WebKit2.pro | 220 UIProcess/WebOpenPanelResultListenerProxy.h \ 424 UIProcess/WebOpenPanelResultListenerProxy.cpp \
|
D | GNUmakefile.am | 472 Source/WebKit2/UIProcess/WebOpenPanelResultListenerProxy.cpp \ 473 Source/WebKit2/UIProcess/WebOpenPanelResultListenerProxy.h \
|
D | ChangeLog-2011-02-16 | 4926 * 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/ |
D | project.pbxproj | 467 …30 /* WebOpenPanelResultListenerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = BC1DFEA212B… 596 …E /* WebOpenPanelResultListenerProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC1DFEA312… 1373 …WebOpenPanelResultListenerProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp… 1374 …WebOpenPanelResultListenerProxy.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 */,
|