HomeSort by relevance Sort by last modified time
    Searched defs:ScriptStateForTesting (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptState.cpp 98 PassRefPtr<ScriptStateForTesting> ScriptStateForTesting::create(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world)
100 RefPtr<ScriptStateForTesting> scriptState = adoptRef(new ScriptStateForTesting(context, world));
107 ScriptStateForTesting::ScriptStateForTesting(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world)
112 ExecutionContext* ScriptStateForTesting::executionContext() const
117 void ScriptStateForTesting::setExecutionContext(ExecutionContext* executionContext)
ScriptState.h 108 class ScriptStateForTesting : public ScriptState {
110 static PassRefPtr<ScriptStateForTesting> create(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>);
116 ScriptStateForTesting(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>);

Completed in 42 milliseconds