Searched defs:ScriptState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptState.cpp32 #include "bindings/v8/ScriptState.h"
46 ScriptState::ScriptState(v8::Handle<v8::Context> context) function in class:WebCore::ScriptState
53 ScriptState::~ScriptState()
57 DOMWindow* ScriptState::domWindow() const
63 ScriptExecutionContext* ScriptState::scriptExecutionContext() const
69 ScriptState* ScriptState::forContext(v8::Handle<v8::Context> context)
77 return static_cast<ScriptState*>(v
[all...]
H A DScriptState.h47 class ScriptState { class in namespace:WebCore
48 WTF_MAKE_NONCOPYABLE(ScriptState);
73 static ScriptState* forContext(v8::Handle<v8::Context>);
74 static ScriptState* current();
77 ScriptState() function in class:WebCore::ScriptState
82 ~ScriptState();
85 friend ScriptState* mainWorldScriptState(Frame*);
86 explicit ScriptState(v8::Handle<v8::Context>);
88 static void makeWeakCallback(v8::Isolate*, v8::Persistent<v8::Context>*, ScriptState*);
95 class EmptyScriptState : public ScriptState {
[all...]

Completed in 93 milliseconds