Searched refs:isInputTypeWeekEnabled (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/generic/
H A DRuntimeEnabledFeatures.h280 static bool inputTypeWeekEnabled() { return isInputTypeWeekEnabled; }
281 static void setInputTypeWeekEnabled(bool isEnabled) { isInputTypeWeekEnabled = isEnabled; }
403 static bool isInputTypeWeekEnabled; member in class:WebCore::RuntimeEnabledFeatures
H A DRuntimeEnabledFeatures.cpp227 bool RuntimeEnabledFeatures::isInputTypeWeekEnabled = true; member in class:WebCore::RuntimeEnabledFeatures

Completed in 114 milliseconds