HomeSort by relevance Sort by last modified time
    Searched defs:isJavaScriptI18NAPIEnabled (Results 1 - 3 of 3) 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/src/
WebRuntimeFeatures.cpp 314 bool WebRuntimeFeatures::isJavaScriptI18NAPIEnabled()

Completed in 1849 milliseconds