OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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