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

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferencesPrivate.h126 - (BOOL)experimentalNotificationsEnabled;
H A DWebPreferences.mm1131 - (BOOL)experimentalNotificationsEnabled
1136 - (void)setExperimentalNotificationsEnabled:(BOOL)experimentalNotificationsEnabled
1138 [self _setBoolValue:experimentalNotificationsEnabled forKey:WebKitExperimentalNotificationsEnabledPreferenceKey];
H A DWebView.mm1490 settings->setExperimentalNotificationsEnabled([preferences experimentalNotificationsEnabled]);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferencesPrivate.idl85 HRESULT experimentalNotificationsEnabled([out, retval] BOOL *enabled);
/external/webkit/Source/WebCore/page/
H A DSettings.h391 bool experimentalNotificationsEnabled() const { return m_experimentalNotificationsEnabled; } function in class:WebCore::Settings
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h335 virtual HRESULT STDMETHODCALLTYPE experimentalNotificationsEnabled(
H A DWebPreferences.cpp1402 HRESULT STDMETHODCALLTYPE WebPreferences::experimentalNotificationsEnabled(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4701 hr = prefsPrivate->experimentalNotificationsEnabled(&enabled);

Completed in 1010 milliseconds