OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaitingForUpgrade
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.cpp
76
element->setCustomElementState(Element::
WaitingForUpgrade
);
110
ASSERT(element->customElementState() == Element::
WaitingForUpgrade
);
144
element->setCustomElementState(Element::
WaitingForUpgrade
);
CustomElement.cpp
102
case Element::
WaitingForUpgrade
:
145
case Element::
WaitingForUpgrade
:
/external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h
238
WaitingForUpgrade
= 1 << 0,
244
? (getFlag(CustomElementUpgraded) ? Upgraded :
WaitingForUpgrade
)
[
all
...]
Element.h
356
bool isUnresolvedCustomElement() { return customElementState() ==
WaitingForUpgrade
; }
[
all
...]
Node.cpp
[
all
...]
Completed in 52 milliseconds