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

  /external/webkit/WebKit/win/
WebCachedFramePlatformData.h 35 class WebCachedFramePlatformData : public WebCore::CachedFramePlatformData {
37 WebCachedFramePlatformData(IWebDataSource* webDataSource) : m_webDataSource(webDataSource) { }
  /external/webkit/WebKit/mac/WebCoreSupport/
WebCachedFramePlatformData.h 33 class WebCachedFramePlatformData : public WebCore::CachedFramePlatformData {
35 WebCachedFramePlatformData(id webDocumentView) : m_webDocumentView(webDocumentView) { }
WebFrameLoaderClient.mm 38 #import "WebCachedFramePlatformData.h"
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 38 #include "WebCachedFramePlatformData.h"
704 WebCachedFramePlatformData* webPlatformData = new WebCachedFramePlatformData(static_cast<IWebDataSource*>(getWebDataSource(coreFrame->loader()->documentLoader())));
    [all...]

Completed in 102 milliseconds