HomeSort by relevance Sort by last modified time
    Searched refs:sandboxSupport (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 84 virtual WebSandboxSupport* sandboxSupport() { return 0; }
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 433 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();
    [all...]

Completed in 474 milliseconds