HomeSort by relevance Sort by last modified time
    Searched refs:javaScriptCanOpenWindowsAutomatically (Results 1 - 17 of 17) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
WebPreferences.h 64 bool javaScriptCanOpenWindowsAutomatically;
WebPreferences.cpp 80 javaScriptCanOpenWindowsAutomatically = true;
134 settings->setJavaScriptCanOpenWindowsAutomatically(javaScriptCanOpenWindowsAutomatically);
LayoutTestController.cpp 756 m_shell->preferences()->javaScriptCanOpenWindowsAutomatically = !blockPopups;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.h 275 @method JavaScriptCanOpenWindowsAutomatically
277 - (BOOL)javaScriptCanOpenWindowsAutomatically;
WebPreferences.mm 706 - (BOOL)javaScriptCanOpenWindowsAutomatically
    [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h 125 return settings && settings->javaScriptCanOpenWindowsAutomatically();
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferences.cpp 155 void WKPreferencesSetJavaScriptCanOpenWindowsAutomatically(WKPreferencesRef preferencesRef, bool javaScriptCanOpenWindowsAutomatically)
157 toImpl(preferencesRef)->setJavaScriptCanOpenWindowsAutomatically(javaScriptCanOpenWindowsAutomatically);
162 return toImpl(preferencesRef)->javaScriptCanOpenWindowsAutomatically();
WKPreferences.h 85 WK_EXPORT void WKPreferencesSetJavaScriptCanOpenWindowsAutomatically(WKPreferencesRef preferences, bool javaScriptCanOpenWindowsAutomatically);
  /external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.h 53 macro(JavaScriptCanOpenWindowsAutomatically, javaScriptCanOpenWindowsAutomatically, Bool, bool, true) \
  /external/webkit/Source/WebCore/page/
Settings.cpp 386 void Settings::setJavaScriptCanOpenWindowsAutomatically(bool javaScriptCanOpenWindowsAutomatically)
388 m_javaScriptCanOpenWindowsAutomatically = javaScriptCanOpenWindowsAutomatically;
Settings.h 133 bool javaScriptCanOpenWindowsAutomatically() const { return m_javaScriptCanOpenWindowsAutomatically; }
DOMWindow.cpp 367 return settings && settings->javaScriptCanOpenWindowsAutomatically();
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 128 HRESULT javaScriptCanOpenWindowsAutomatically([out, retval] BOOL* enabled);
  /external/webkit/Source/WebKit/win/
WebPreferences.h 148 virtual HRESULT STDMETHODCALLTYPE javaScriptCanOpenWindowsAutomatically(
WebPreferences.cpp 861 HRESULT STDMETHODCALLTYPE WebPreferences::javaScriptCanOpenWindowsAutomatically(
    [all...]
WebView.cpp     [all...]

Completed in 329 milliseconds