Searched refs:allowJavaScript (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/
H A DScriptControllerBase.cpp42 const bool allowed = m_frame->loader()->client()->allowJavaScript(settings && settings->isJavaScriptEnabled());
/external/webkit/Source/WebCore/loader/
H A DFrameLoaderClient.h299 virtual bool allowJavaScript(bool enabledPerSettings) { return enabledPerSettings; } function in class:WebCore::FrameLoaderClient
304 // JavaScript but did not because allowJavaScript returned false. We
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.h206 virtual bool allowJavaScript(bool enabledPerSettings);
H A DFrameLoaderClientImpl.cpp175 bool FrameLoaderClientImpl::allowJavaScript(bool enabledPerSettings) function in class:WebKit::FrameLoaderClientImpl

Completed in 73 milliseconds