Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp88 static const char pageAgentScriptsToEvaluateOnLoad[] = "pageAgentScriptsToEvaluateOnLoad"; variable
395 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()