Home
last modified time | relevance | path

Searched refs:prototypeForType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DCustomElementConstructorBuilder.cpp86 …v8::Local<v8::Object> basePrototype = V8PerContextData::from(m_context)->prototypeForType(&V8HTMLE… in validateOptions()
245 …v8::Handle<v8::Object> elementPrototype = V8PerContextData::from(m_context)->prototypeForType(type… in hasValidPrototypeChainFor()
DV8PerContextData.h141 v8::Local<v8::Object> prototypeForType(const WrapperTypeInfo*);
DV8PerContextData.cpp143 v8::Local<v8::Object> V8PerContextData::prototypeForType(const WrapperTypeInfo* type) in prototypeForType() function in WebCore::V8PerContextData