Home | History | Annotate | Download | only in v8

Lines Matching refs:Function

51     static PassRefPtr<V8CustomElementLifecycleCallbacks> create(ScriptExecutionContext*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> enteredDocument, v8::Handle<v8::Function> leftDocument, v8::Handle<v8::Function> attributeChanged);
58 V8CustomElementLifecycleCallbacks(ScriptExecutionContext*, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> enteredDocument, v8::Handle<v8::Function> leftDocument, v8::Handle<v8::Function> attributeChanged);
65 void call(const ScopedPersistent<v8::Function>& weakCallback, Element*);
72 ScopedPersistent<v8::Function> m_created;
73 ScopedPersistent<v8::Function> m_enteredDocument;
74 ScopedPersistent<v8::Function> m_leftDocument;
75 ScopedPersistent<v8::Function> m_attributeChanged;