Searched refs:setExperimentalNotificationsEnabled (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferencesPrivate.h127 - (void)setExperimentalNotificationsEnabled:(BOOL)notificationsEnabled;
H A DWebPreferences.mm1136 - (void)setExperimentalNotificationsEnabled:(BOOL)experimentalNotificationsEnabled
H A DWebView.mm1490 settings->setExperimentalNotificationsEnabled([preferences experimentalNotificationsEnabled]);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferencesPrivate.idl86 HRESULT setExperimentalNotificationsEnabled([in] BOOL enabled);
/external/webkit/Source/WebCore/page/
H A DSettings.h390 void setExperimentalNotificationsEnabled(bool);
H A DSettings.cpp900 void Settings::setExperimentalNotificationsEnabled(bool enabled) function in class:WebCore::Settings
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h338 virtual HRESULT STDMETHODCALLTYPE setExperimentalNotificationsEnabled(
H A DWebPreferences.cpp1396 HRESULT STDMETHODCALLTYPE WebPreferences::setExperimentalNotificationsEnabled(BOOL enabled) function in class:WebPreferences
H A DWebView.cpp4704 settings->setExperimentalNotificationsEnabled(enabled);
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm447 [preferences setExperimentalNotificationsEnabled:NO];
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp873 prefsPrivate->setExperimentalNotificationsEnabled(TRUE);

Completed in 152 milliseconds