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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 48 static void setWebkitNotificationsEnabled(bool isEnabled) { isWebkitNotificationsEnabled = isEnabled; }
49 static bool webkitNotificationsEnabled() { return isWebkitNotificationsEnabled; }
164 static bool isWebkitNotificationsEnabled;
RuntimeEnabledFeatures.cpp 47 bool RuntimeEnabledFeatures::isWebkitNotificationsEnabled = false;

Completed in 235 milliseconds