Searched refs:sandboxSupport (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebKitClient.h84 virtual WebSandboxSupport* sandboxSupport() { return 0; } function in class:WebKit::WebKitClient
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp433 WebSandboxSupport* ss = webKitClient()->sandboxSupport();
444 if (webKitClient()->sandboxSupport())
445 return webKitClient()->sandboxSupport()->getFontFamilyForCharacters(characters, numCharacters, preferredLocale);
458 if (webKitClient()->sandboxSupport())
459 webKitClient()->sandboxSupport()->getRenderStyleForStrike(font, sizeAndStyle, &style);
470 WebSandboxSupport* ss = webKitClient()->sandboxSupport();

Completed in 115 milliseconds