Searched refs:experimentalNotificationsEnabled (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl85 HRESULT experimentalNotificationsEnabled([out, retval] BOOL *enabled);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h133 - (BOOL)experimentalNotificationsEnabled;
H A DWebPreferences.mm1201 - (BOOL)experimentalNotificationsEnabled
1206 - (void)setExperimentalNotificationsEnabled:(BOOL)experimentalNotificationsEnabled
1208 [self _setBoolValue:experimentalNotificationsEnabled forKey:WebKitExperimentalNotificationsEnabledPreferenceKey];
H A DWebView.mm1447 settings->setExperimentalNotificationsEnabled([preferences experimentalNotificationsEnabled]);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h371 virtual HRESULT STDMETHODCALLTYPE experimentalNotificationsEnabled(
H A DWebPreferences.cpp1495 HRESULT STDMETHODCALLTYPE WebPreferences::experimentalNotificationsEnabled(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4911 hr = prefsPrivate->experimentalNotificationsEnabled(&enabled);

Completed in 241 milliseconds