Home | History | Annotate | Download | only in results

Lines Matching defs:testCallback

3707     RefPtr<TestCallback> callback = V8TestCallback::create(args[0], getScriptExecutionContext());
3732 RefPtr<TestCallback> callback = V8TestCallback::create(args[1], getScriptExecutionContext());
3748 RefPtr<TestCallback> callback;
3779 RefPtr<TestCallback> callback = args[0]->IsNull() ? 0 : V8TestCallback::create(args[0], getScriptExecutionContext());
3794 RefPtr<TestCallback> callback;
3824 RefPtr<TestCallback> callback = V8TestCallback::create(args[0], getScriptExecutionContext());
4129 RefPtr<TestCallback> callback = V8TestCallback::create(args[0], getScriptExecutionContext());
5194 RefPtr<TestCallback> testCallback = V8TestCallback::create(args[0], getScriptExecutionContext());
5196 RefPtr<TestObj> impl = TestObj::create(testCallback);