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/
CustomElement.cpp 105 ASSERT(element->customElementState() == Element::Upgraded);
111 ASSERT(element->customElementState() == Element::Upgraded);
119 ASSERT(element->customElementState() == Element::Upgraded);
137 case Element::Upgraded:
Node.h 250 Upgraded
    [all...]
Element.h 484 bool isUpgradedCustomElement() { return customElementState() == Upgraded; }
    [all...]
Node.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 138 // upgraded form of the intrinsic. We should perhaps have two separate
145 bool Upgraded = UpgradeIntrinsicFunction1(F, NewFn);
153 return Upgraded;
162 // upgraded intrinsic. All argument and return casting must be provided in
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8CustomElementLifecycleCallbacks.cpp 154 element->setCustomElementState(Element::Upgraded);

Completed in 100 milliseconds