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

  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebCachedFramePlatformData.h 33 class WebCachedFramePlatformData : public WebCore::CachedFramePlatformData {
35 WebCachedFramePlatformData(id webDocumentView) : m_webDocumentView(webDocumentView) { }
  /external/webkit/Source/WebKit/win/
WebCachedFramePlatformData.h 35 class WebCachedFramePlatformData : public WebCore::CachedFramePlatformData {
37 WebCachedFramePlatformData(IWebDataSource* webDataSource) : m_webDataSource(webDataSource) { }

Completed in 32 milliseconds