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

/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.h14 class PpapiWebKitPlatformSupportImpl : public BlinkPlatformImpl { class in namespace:content
16 PpapiWebKitPlatformSupportImpl();
17 virtual ~PpapiWebKitPlatformSupportImpl();
57 DISALLOW_COPY_AND_ASSIGN(PpapiWebKitPlatformSupportImpl);
H A Dppapi_webkitplatformsupport_impl.cc41 class PpapiWebKitPlatformSupportImpl::SandboxSupport
74 bool PpapiWebKitPlatformSupportImpl::SandboxSupport::ensureFontLoaded(
87 bool PpapiWebKitPlatformSupportImpl::SandboxSupport::loadFont(
104 PpapiWebKitPlatformSupportImpl::SandboxSupport::SandboxSupport()
109 PpapiWebKitPlatformSupportImpl::SandboxSupport::getFallbackFontForCharacter(
132 void PpapiWebKitPlatformSupportImpl::SandboxSupport::getRenderStyleForStrike(
139 PpapiWebKitPlatformSupportImpl::PpapiWebKitPlatformSupportImpl() function in class:content::PpapiWebKitPlatformSupportImpl
140 : sandbox_support_(new PpapiWebKitPlatformSupportImpl::SandboxSupport()) {
143 PpapiWebKitPlatformSupportImpl
[all...]

Completed in 492 milliseconds