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

/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.cc41 class PpapiWebKitPlatformSupportImpl::SandboxSupport class in class:content::PpapiWebKitPlatformSupportImpl
44 virtual ~SandboxSupport() {}
54 SandboxSupport();
74 bool PpapiWebKitPlatformSupportImpl::SandboxSupport::ensureFontLoaded(
87 bool PpapiWebKitPlatformSupportImpl::SandboxSupport::loadFont(
104 PpapiWebKitPlatformSupportImpl::SandboxSupport::SandboxSupport() function in class:content::PpapiWebKitPlatformSupportImpl::SandboxSupport
109 PpapiWebKitPlatformSupportImpl::SandboxSupport::getFallbackFontForCharacter(
132 void PpapiWebKitPlatformSupportImpl::SandboxSupport::getRenderStyleForStrike(
140 : sandbox_support_(new PpapiWebKitPlatformSupportImpl::SandboxSupport()) {
[all...]
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc190 class RendererWebKitPlatformSupportImpl::SandboxSupport { class in class:content::RendererWebKitPlatformSupportImpl
193 class RendererWebKitPlatformSupportImpl::SandboxSupport class in class:content::RendererWebKitPlatformSupportImpl
196 virtual ~SandboxSupport() {}
235 new RendererWebKitPlatformSupportImpl::SandboxSupport);
538 bool RendererWebKitPlatformSupportImpl::SandboxSupport::ensureFontLoaded(
548 bool RendererWebKitPlatformSupportImpl::SandboxSupport::loadFont(
585 RendererWebKitPlatformSupportImpl::SandboxSupport::getFallbackFontForCharacter(
607 RendererWebKitPlatformSupportImpl::SandboxSupport::getRenderStyleForStrike(

Completed in 80 milliseconds