Searched refs:allowScript (Results 1 – 10 of 10) sorted by relevance
67 virtual bool allowScript(bool enabledPerSettings) { return enabledPerSettings; } in allowScript() function
71 ScriptForbiddenScope::AllowUserAgentScript allowScript; in match() local
190 ScriptForbiddenScope::AllowUserAgentScript allowScript; in initialize() local
522 …const bool allowed = m_frame->loader().client()->allowScript(settings && settings->scriptEnabled()) in canExecuteScripts()
62 virtual bool allowScript(bool enabled_per_settings) OVERRIDE;
342 bool ContentSettingsObserver::allowScript(bool enabled_per_settings) { in allowScript() function in ContentSettingsObserver
170 virtual bool allowScript(bool enabledPerSettings) { return enabledPerSettings; } in allowScript() function
707 ScriptForbiddenScope::AllowUserAgentScript allowScript; in overlayPage() local779 ScriptForbiddenScope::AllowUserAgentScript allowScript; in evaluateInOverlay() local788 ScriptForbiddenScope::AllowUserAgentScript allowScript; in evaluateInOverlay() local
135 virtual bool allowScript(bool enabledPerSettings) OVERRIDE;
179 bool FrameLoaderClientImpl::allowScript(bool enabledPerSettings) in allowScript() function in blink::FrameLoaderClientImpl182 return m_webFrame->permissionClient()->allowScript(enabledPerSettings); in allowScript()