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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.cpp 86 element->setCustomElementState(Element::WaitingForUpgrade);
106 ASSERT(element->customElementState() == Element::WaitingForUpgrade);
117 ASSERT(element->customElementState() == Element::WaitingForUpgrade);
154 element->setCustomElementState(Element::WaitingForUpgrade);
CustomElement.cpp 105 case Element::WaitingForUpgrade:
141 case Element::WaitingForUpgrade:
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 241 WaitingForUpgrade = 1 << 0,
247 ? (getFlag(CustomElementUpgradedFlag) ? Upgraded : WaitingForUpgrade)
    [all...]
Element.h 337 bool isUnresolvedCustomElement() { return customElementState() == WaitingForUpgrade; }
    [all...]
Node.cpp     [all...]

Completed in 161 milliseconds