Searched refs:ScriptStateProtectingContext (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptArguments.h61 ScriptStateProtectingContext m_scriptState;
H A DConsoleMessage.h78 OwnPtr<ScriptStateProtectingContext> m_scriptState;
H A DConsoleMessage.cpp103 m_scriptState = adoptPtr(new ScriptStateProtectingContext(scriptState));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScheduledAction.h61 ScriptStateProtectingContext m_scriptState;
H A DScriptState.h121 // ScriptStateProtectingContext keeps the context associated with the ScriptState alive.
123 class ScriptStateProtectingContext { class in namespace:blink
124 WTF_MAKE_NONCOPYABLE(ScriptStateProtectingContext);
126 ScriptStateProtectingContext(ScriptState* scriptState) function in class:blink::ScriptStateProtectingContext

Completed in 1297 milliseconds