Searched refs:WebCachedFramePlatformData (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/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
/macosx-10.9.5/WebKit-7537.78.2/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
H A DWebFrameLoaderClient.mm39 #import "WebCachedFramePlatformData.h"
1225 OwnPtr<WebCachedFramePlatformData> webPlatformData = adoptPtr(new WebCachedFramePlatformData([m_webFrame->_private->webFrameView documentView]));
1231 WebCachedFramePlatformData* platformData = reinterpret_cast<WebCachedFramePlatformData*>(cachedFrame->cachedFramePlatformData());
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp40 #include "WebCachedFramePlatformData.h"
1031 cachedFrame->setCachedFramePlatformData(adoptPtr(new WebCachedFramePlatformData(static_cast<IWebDataSource*>(getWebDataSource(coreFrame->loader()->documentLoader())))));

Completed in 149 milliseconds