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/v8/
ScriptState.cpp 90 PassRefPtr<ScriptStateForTesting> ScriptStateForTesting::create(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world)
92 RefPtr<ScriptStateForTesting> scriptState = adoptRef(new ScriptStateForTesting(context, world));
99 ScriptStateForTesting::ScriptStateForTesting(v8::Handle<v8::Context> context, PassRefPtr<DOMWrapperWorld> world)
104 ExecutionContext* ScriptStateForTesting::executionContext() const
109 void ScriptStateForTesting::setExecutionContext(ExecutionContext* executionContext)
ScriptState.h 105 class ScriptStateForTesting : public ScriptState {
107 static PassRefPtr<ScriptStateForTesting> create(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>);
113 ScriptStateForTesting(v8::Handle<v8::Context>, PassRefPtr<DOMWrapperWorld>);

Completed in 41 milliseconds