Searched refs:setJavaScriptCanOpenWindowsAutomatically (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferences.h274 @method setJavaScriptCanOpenWindowsAutomatically:
277 - (void)setJavaScriptCanOpenWindowsAutomatically:(BOOL)flag;
H A DWebPreferences.mm740 - (void)setJavaScriptCanOpenWindowsAutomatically:(BOOL)flag
H A DWebView.mm1438 settings->setJavaScriptCanOpenWindowsAutomatically([preferences javaScriptCanOpenWindowsAutomatically]);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_settings.cpp218 settings->preferences()->setJavaScriptCanOpenWindowsAutomatically(enable);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl122 HRESULT setJavaScriptCanOpenWindowsAutomatically([in] BOOL enabled);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h157 virtual HRESULT STDMETHODCALLTYPE setJavaScriptCanOpenWindowsAutomatically(
H A DWebPreferences.cpp896 HRESULT STDMETHODCALLTYPE WebPreferences::setJavaScriptCanOpenWindowsAutomatically( function in class:WebPreferences
H A DWebView.cpp4740 settings->setJavaScriptCanOpenWindowsAutomatically(!!enabled);
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebsettings.cpp198 settings->setJavaScriptCanOpenWindowsAutomatically(value);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp184 toImpl(preferencesRef)->setJavaScriptCanOpenWindowsAutomatically(javaScriptCanOpenWindowsAutomatically);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp323 (*iter)->settings()->setJavaScriptCanOpenWindowsAutomatically(!enabled);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitSettings.cpp1546 priv->preferences->setJavaScriptCanOpenWindowsAutomatically(enabled);
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebview.cpp3526 coreSettings->setJavaScriptCanOpenWindowsAutomatically(settingsPrivate->javascriptCanOpenWindowsAutomatically);
3668 settings->setJavaScriptCanOpenWindowsAutomatically(g_value_get_boolean(&value));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp2491 settings->setJavaScriptCanOpenWindowsAutomatically(store.getBoolValueForKey(WebPreferencesKey::javaScriptCanOpenWindowsAutomaticallyKey()));
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp5784 coreSettings->setJavaScriptCanOpenWindowsAutomatically(webSettings->canJavaScriptOpenWindowsAutomatically());
5785 coreSettings->setAllowScriptsToCloseWindows(webSettings->canJavaScriptOpenWindowsAutomatically()); // Why are we using the same value as setJavaScriptCanOpenWindowsAutomatically()?
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp2203 priv->pageSettings->setJavaScriptCanOpenWindowsAutomatically(allow);

Completed in 497 milliseconds