Searched defs:javaScriptCanOpenWindowsAutomatically (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebPreferences.h64 bool javaScriptCanOpenWindowsAutomatically; member in struct:WebPreferences
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPreferences.cpp155 void WKPreferencesSetJavaScriptCanOpenWindowsAutomatically(WKPreferencesRef preferencesRef, bool javaScriptCanOpenWindowsAutomatically) argument
157 toImpl(preferencesRef)->setJavaScriptCanOpenWindowsAutomatically(javaScriptCanOpenWindowsAutomatically);
162 return toImpl(preferencesRef)->javaScriptCanOpenWindowsAutomatically();
/external/webkit/Source/WebCore/page/
H A DSettings.cpp395 void Settings::setJavaScriptCanOpenWindowsAutomatically(bool javaScriptCanOpenWindowsAutomatically) argument
397 m_javaScriptCanOpenWindowsAutomatically = javaScriptCanOpenWindowsAutomatically;
H A DSettings.h133 bool javaScriptCanOpenWindowsAutomatically() const { return m_javaScriptCanOpenWindowsAutomatically; } function in class:WebCore::Settings
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp861 HRESULT STDMETHODCALLTYPE WebPreferences::javaScriptCanOpenWindowsAutomatically( function in class:WebPreferences

Completed in 69 milliseconds