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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementConstructorBuilder.h 81 bool prototypeIsValid(const AtomicString& type, ExceptionState&) const;
CustomElementConstructorBuilder.cpp 188 if (!prototypeIsValid(definition->descriptor().type(), exceptionState))
232 bool CustomElementConstructorBuilder::prototypeIsValid(const AtomicString& type, ExceptionState& exceptionState) const

Completed in 512 milliseconds