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

  /external/webkit/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 53 if (!ChromiumBridge::sandboxEnabled()) {
SQLiteFileSystemChromiumWin.cpp 146 if (!ChromiumBridge::sandboxEnabled()) {
SQLiteFileSystemChromiumPosix.cpp 177 if (!ChromiumBridge::sandboxEnabled()) {
  /external/webkit/WebCore/platform/chromium/
ChromiumBridge.h 167 static bool sandboxEnabled();
  /external/webkit/WebKit/chromium/public/
WebKitClient.h 243 virtual bool sandboxEnabled() { return false; }
  /external/webkit/WebKit/chromium/src/
ChromiumBridge.cpp 433 bool ChromiumBridge::sandboxEnabled()
435 return webKitClient()->sandboxEnabled();

Completed in 269 milliseconds