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

  /external/webkit/WebKit/mac/WebView/
WebPreferences.h 275 @method JavaScriptCanOpenWindowsAutomatically
277 - (BOOL)javaScriptCanOpenWindowsAutomatically;
WebPreferences.mm 649 - (BOOL)javaScriptCanOpenWindowsAutomatically
    [all...]
WebView.mm     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 67 private boolean javaScriptCanOpenWindowsAutomatically;
191 b.javaScriptCanOpenWindowsAutomatically);
287 javaScriptCanOpenWindowsAutomatically = !p.getBoolean(
289 !javaScriptCanOpenWindowsAutomatically);
592 javaScriptCanOpenWindowsAutomatically = false;
  /external/webkit/WebCore/page/
Settings.cpp 303 void Settings::setJavaScriptCanOpenWindowsAutomatically(bool javaScriptCanOpenWindowsAutomatically)
305 m_javaScriptCanOpenWindowsAutomatically = javaScriptCanOpenWindowsAutomatically;
Settings.h 139 bool javaScriptCanOpenWindowsAutomatically() const { return m_javaScriptCanOpenWindowsAutomatically; }
DOMWindow.cpp 346 return settings && settings->javaScriptCanOpenWindowsAutomatically();
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebPreferences.idl 121 HRESULT javaScriptCanOpenWindowsAutomatically([out, retval] BOOL* enabled);
  /external/webkit/WebKit/win/
WebPreferences.h 148 virtual HRESULT STDMETHODCALLTYPE javaScriptCanOpenWindowsAutomatically(
WebPreferences.cpp 823 HRESULT STDMETHODCALLTYPE WebPreferences::javaScriptCanOpenWindowsAutomatically(
    [all...]
WebView.cpp     [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 446 return settings && settings->javaScriptCanOpenWindowsAutomatically();

Completed in 218 milliseconds