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

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webpreferences.py23 self.failUnlessResultIsBOOL(WebPreferences.javaScriptCanOpenWindowsAutomatically)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webpreferences.py23 self.assertResultIsBOOL(WebPreferences.javaScriptCanOpenWindowsAutomatically)
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferences.h271 - (BOOL)javaScriptCanOpenWindowsAutomatically;
H A DWebPreferences.mm735 - (BOOL)javaScriptCanOpenWindowsAutomatically
H A DWebView.mm1438 settings->setJavaScriptCanOpenWindowsAutomatically([preferences javaScriptCanOpenWindowsAutomatically]);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.h96 WK_EXPORT void WKPreferencesSetJavaScriptCanOpenWindowsAutomatically(WKPreferencesRef preferences, bool javaScriptCanOpenWindowsAutomatically);
H A DWKPreferences.cpp182 void WKPreferencesSetJavaScriptCanOpenWindowsAutomatically(WKPreferencesRef preferencesRef, bool javaScriptCanOpenWindowsAutomatically) argument
184 toImpl(preferencesRef)->setJavaScriptCanOpenWindowsAutomatically(javaScriptCanOpenWindowsAutomatically);
189 return toImpl(preferencesRef)->javaScriptCanOpenWindowsAutomatically();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_settings.cpp227 return settings->preferences()->javaScriptCanOpenWindowsAutomatically();
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl121 HRESULT javaScriptCanOpenWindowsAutomatically([out, retval] BOOL* enabled);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPreferencesStore.h82 macro(JavaScriptCanOpenWindowsAutomatically, javaScriptCanOpenWindowsAutomatically, Bool, bool, true) \
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h154 virtual HRESULT STDMETHODCALLTYPE javaScriptCanOpenWindowsAutomatically(
H A DWebPreferences.cpp889 HRESULT STDMETHODCALLTYPE WebPreferences::javaScriptCanOpenWindowsAutomatically( function in class:WebPreferences
H A DWebView.cpp4737 hr = preferences->javaScriptCanOpenWindowsAutomatically(&enabled);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitSettings.cpp1527 return settings->priv->preferences->javaScriptCanOpenWindowsAutomatically();
1542 bool currentValue = priv->preferences->javaScriptCanOpenWindowsAutomatically();
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMWindow.cpp361 return settings && settings->javaScriptCanOpenWindowsAutomatically();
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp818 priv->settings.scriptsCanOpenWindows = priv->pageSettings->javaScriptCanOpenWindowsAutomatically();

Completed in 234 milliseconds