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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElement.cpp 101 case Element::Upgraded:
114 ASSERT(element->customElementState() == Element::Upgraded);
120 ASSERT(element->customElementState() == Element::Upgraded);
128 ASSERT(element->customElementState() == Element::Upgraded);
142 case Element::Upgraded:
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 242 Upgraded = 1 << 1
247 ? (getFlag(CustomElementUpgradedFlag) ? Upgraded : WaitingForUpgrade)
    [all...]
Node.cpp     [all...]
Element.h 336 bool isUpgradedCustomElement() { return customElementState() == Upgraded; }
    [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 158 // upgraded form of the intrinsic. We should perhaps have two separate
165 bool Upgraded = UpgradeIntrinsicFunction1(F, NewFn);
173 return Upgraded;
186 // Get the upgraded 3 element type.
237 // upgraded intrinsic. All argument and return casting must be provided in
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8CustomElementLifecycleCallbacks.cpp 159 element->setCustomElementState(Element::Upgraded);

Completed in 167 milliseconds