Home
last modified time | relevance | path

Searched refs:enableFileSystem (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebRuntimeFeatures.h68 BLINK_EXPORT static void enableFileSystem(bool);
/external/chromium_org/content/child/
Druntime_features.cc137 WebRuntimeFeatures::enableFileSystem(false); in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
/external/chromium_org/third_party/WebKit/Source/web/
DWebRuntimeFeatures.cpp126 void WebRuntimeFeatures::enableFileSystem(bool enable) in enableFileSystem() function in blink::WebRuntimeFeatures