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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
CustomElementBinding.cpp 32 #include "bindings/core/v8/CustomElementBinding.h"
36 PassOwnPtr<CustomElementBinding> CustomElementBinding::create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype)
38 return adoptPtr(new CustomElementBinding(isolate, prototype));
41 CustomElementBinding::CustomElementBinding(v8::Isolate* isolate, v8::Handle<v8::Object> prototype)
CustomElementBinding.h 40 class CustomElementBinding {
42 static PassOwnPtr<CustomElementBinding> create(v8::Isolate*, v8::Handle<v8::Object> prototype);
44 ~CustomElementBinding() { }
49 CustomElementBinding(v8::Isolate*, v8::Handle<v8::Object> prototype);

Completed in 115 milliseconds