OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebCachedFramePlatformData
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/win/
WebCachedFramePlatformData.h
35
class
WebCachedFramePlatformData
: public WebCore::CachedFramePlatformData {
37
WebCachedFramePlatformData
(IWebDataSource* webDataSource) : m_webDataSource(webDataSource) { }
/external/webkit/Source/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/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp
38
#include "
WebCachedFramePlatformData
.h"
720
WebCachedFramePlatformData
* webPlatformData = new
WebCachedFramePlatformData
(static_cast<IWebDataSource*>(getWebDataSource(coreFrame->loader()->documentLoader())));
[
all
...]
Completed in 390 milliseconds