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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.cpp 77 bool RuntimeEnabledFeatures::isJavaScriptI18NAPIEnabled = false;
81 return isJavaScriptI18NAPIEnabled;
RuntimeEnabledFeatures.h 144 static void setJavaScriptI18NAPIEnabled(bool isEnabled) { isJavaScriptI18NAPIEnabled = isEnabled; }
184 static bool isJavaScriptI18NAPIEnabled;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 101 WEBKIT_API static bool isJavaScriptI18NAPIEnabled();
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 314 bool WebRuntimeFeatures::isJavaScriptI18NAPIEnabled()

Completed in 110 milliseconds