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

  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js 116 function getWrapperConstructor(node) {
127 var parentWrapperConstructor = getWrapperConstructor(nativePrototype);
227 var superWrapperConstructor = getWrapperConstructor(nativePrototype);
250 return impl.__wrapper8e3dd93a60__ || (impl.__wrapper8e3dd93a60__ = new (getWrapperConstructor(impl))(impl));
    [all...]
webcomponents.js 158 function getWrapperConstructor(node) {
169 var parentWrapperConstructor = getWrapperConstructor(nativePrototype);
269 var superWrapperConstructor = getWrapperConstructor(nativePrototype);
292 return impl.__wrapper8e3dd93a60__ || (impl.__wrapper8e3dd93a60__ = new (getWrapperConstructor(impl))(impl));
    [all...]

Completed in 384 milliseconds