Searched refs:m_scriptToEvaluateOnLoadOnce (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorPageAgent.h193 String m_scriptToEvaluateOnLoadOnce; member in class:WebCore::InspectorPageAgent
H A DInspectorPageAgent.cpp795 if (!m_scriptToEvaluateOnLoadOnce.isEmpty())
796 frame->script()->executeScript(m_scriptToEvaluateOnLoadOnce);
825 m_scriptToEvaluateOnLoadOnce = m_pendingScriptToEvaluateOnLoadOnce;

Completed in 64 milliseconds