Home
last modified time | relevance | path

Searched defs:sandboxSupport (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/ppapi_plugin/
Dppapi_webkitplatformsupport_impl.cc167 blink::WebSandboxSupport* PpapiWebKitPlatformSupportImpl::sandboxSupport() { in sandboxSupport() function in content::PpapiWebKitPlatformSupportImpl
/external/chromium_org/content/worker/
Dworker_webkitplatformsupport_impl.cc119 WebSandboxSupport* WorkerWebKitPlatformSupportImpl::sandboxSupport() { in sandboxSupport() function in content::WorkerWebKitPlatformSupportImpl
/external/chromium_org/content/public/test/
Drender_view_test.cc62 virtual blink::WebSandboxSupport* sandboxSupport() { in sandboxSupport() function in content::RendererWebKitPlatformSupportImplNoSandboxImpl
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.cc279 blink::WebSandboxSupport* RendererWebKitPlatformSupportImpl::sandboxSupport() { in sandboxSupport() function in content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h136 virtual WebSandboxSupport* sandboxSupport() { return 0; } in sandboxSupport() function