Searched refs:pageAgentScriptsToEvaluateOnLoad (Results 1 – 1 of 1) sorted by relevance
88 static const char pageAgentScriptsToEvaluateOnLoad[] = "pageAgentScriptsToEvaluateOnLoad"; variable395 m_state->remove(PageAgentState::pageAgentScriptsToEvaluateOnLoad); in disable()424 … RefPtr<JSONObject> scripts = m_state->getObject(PageAgentState::pageAgentScriptsToEvaluateOnLoad); in addScriptToEvaluateOnLoad()427 m_state->setObject(PageAgentState::pageAgentScriptsToEvaluateOnLoad, scripts); in addScriptToEvaluateOnLoad()437 m_state->setObject(PageAgentState::pageAgentScriptsToEvaluateOnLoad, scripts); in addScriptToEvaluateOnLoad()442 … RefPtr<JSONObject> scripts = m_state->getObject(PageAgentState::pageAgentScriptsToEvaluateOnLoad); in removeScriptToEvaluateOnLoad()789 … RefPtr<JSONObject> scripts = m_state->getObject(PageAgentState::pageAgentScriptsToEvaluateOnLoad); in didClearWindowObjectInWorld()