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

  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 246 virtual bool sandboxEnabled() { return false; }
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 223 static bool sandboxEnabled();
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 643 bool PlatformBridge::sandboxEnabled()
645 return webKitClient()->sandboxEnabled();
    [all...]

Completed in 27 milliseconds