Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DCustomElementWrapper.cpp98 if (!element->isUpgradedCustomElement() || DOMWrapperWorld::isolatedWorld(context)) in wrap()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h355 bool isUpgradedCustomElement() { return customElementState() == Upgraded; } in isUpgradedCustomElement() function
DElement.cpp1291 if (isUpgradedCustomElement() && inDocument()) in insertedInto()
1352 if (isUpgradedCustomElement()) in removedFrom()
3134 if (isUpgradedCustomElement()) in willModifyAttribute()