Home
last modified time | relevance | path

Searched refs:javaScriptURLsAreAllowed (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/
DScriptControllerBase.cpp77 || !m_frame->page()->javaScriptURLsAreAllowed() in executeIfJavaScriptURL()
/external/webkit/Source/WebCore/page/
DPage.h287 bool javaScriptURLsAreAllowed() const;
DPage.cpp842 bool Page::javaScriptURLsAreAllowed() const in javaScriptURLsAreAllowed() function in WebCore::Page
/external/webkit/Source/WebCore/html/
DHTMLAnchorElement.cpp220 …if (document()->page() && !document()->page()->javaScriptURLsAreAllowed() && protocolIsJavaScript(… in parseMappedAttribute()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1635686 (WebCore::Page::javaScriptURLsAreAllowed):