Searched defs:isWebkitNotificationsEnabled (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.cpp47 bool RuntimeEnabledFeatures::isWebkitNotificationsEnabled = false; member in class:WebCore::RuntimeEnabledFeatures
H A DRuntimeEnabledFeatures.h48 static void setWebkitNotificationsEnabled(bool isEnabled) { isWebkitNotificationsEnabled = isEnabled; }
49 static bool webkitNotificationsEnabled() { return isWebkitNotificationsEnabled; }
164 static bool isWebkitNotificationsEnabled; member in class:WebCore::RuntimeEnabledFeatures

Completed in 175 milliseconds