Searched refs:pluginsEnabled (Results 1 – 13 of 13) sorted by relevance
24 private boolean pluginsEnabled = false; field in TestWebSettings153 return pluginsEnabled; in getPluginsEnabled()158 pluginsEnabled = flag; in setPluginsEnabled()
36 bool pluginsEnabled; variable
41 pluginsEnabled = frame && frame->loader().allowPlugins(NotAboutToInstantiatePlugin); in HTMLParserOptions()
156 || (threadSafeMatch(tagName, noembedTag) && m_options.pluginsEnabled) in simulate()
62 || (contextTag.matches(noembedTag) && options.pluginsEnabled) in tokenizerStateForContextElement()
1610 || (tagName == noembedTag && m_options.pluginsEnabled) in updateStateFor()
888 if (token->name() == noembedTag && m_options.pluginsEnabled) { in processStartTagForInBody()
57 pluginsEnabled = true; in reset()
1655 prefs->pluginsEnabled = cppVariantToBool(value); in overridePreference()1693 m_delegate->preferences()->pluginsEnabled = arguments[0].toBoolean(); in setPluginsEnabled()
65 bool pluginsEnabled; member
34 to->plugins_enabled = from.pluginsEnabled; in ExportLayoutTestSpecificPreferences()
273 pluginsEnabled initial=false
540 bool allowed = m_client->allowPlugins(settings && settings->pluginsEnabled()); in allowPlugins()