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

/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebCachedFramePlatformData.h33 class WebCachedFramePlatformData : public WebCore::CachedFramePlatformData { class in inherits:WebCore::CachedFramePlatformData
35 WebCachedFramePlatformData(id webDocumentView) : m_webDocumentView(webDocumentView) { } function in class:WebCachedFramePlatformData
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebCachedFramePlatformData.h35 class WebCachedFramePlatformData : public WebCore::CachedFramePlatformData { class in inherits:WebCore::CachedFramePlatformData
37 WebCachedFramePlatformData(IWebDataSource* webDataSource) : m_webDataSource(webDataSource) { } function in class:WebCachedFramePlatformData

Completed in 206 milliseconds