Searched refs:ScriptStateProtectedPtr (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DScriptState.h56 class ScriptStateProtectedPtr { class in namespace:WebCore
57 WTF_MAKE_NONCOPYABLE(ScriptStateProtectedPtr);
59 explicit ScriptStateProtectedPtr(ScriptState*);
60 ~ScriptStateProtectedPtr();
H A DScriptState.cpp46 ScriptStateProtectedPtr::~ScriptStateProtectedPtr()
50 ScriptStateProtectedPtr::ScriptStateProtectedPtr(ScriptState* scriptState) function in class:WebCore::ScriptStateProtectedPtr
55 ScriptState* ScriptStateProtectedPtr::get() const
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptState.h84 class ScriptStateProtectedPtr { class in namespace:WebCore
85 WTF_MAKE_NONCOPYABLE(ScriptStateProtectedPtr);
87 ScriptStateProtectedPtr() : m_scriptState(0) { } function in class:WebCore::ScriptStateProtectedPtr
88 ScriptStateProtectedPtr(ScriptState* scriptState) : m_scriptState(scriptState) function in class:WebCore::ScriptStateProtectedPtr
94 ~ScriptStateProtectedPtr()
/external/webkit/Source/WebCore/inspector/
H A DScriptArguments.h61 ScriptStateProtectedPtr m_scriptState;

Completed in 502 milliseconds