Home
last modified time | relevance | path

Searched refs:AnnotateForNavigationTransition (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DHTMLInterchange.h41 …terchange { DoNotAnnotateForInterchange, AnnotateForInterchange, AnnotateForNavigationTransition }; enumerator
Dmarkup.cpp154 …_shouldAnnotate == AnnotateForInterchange || m_shouldAnnotate == AnnotateForNavigationTransition; } in shouldAnnotate()
324 …if (&element == m_highestNodeToBeSerialized && m_shouldAnnotate == AnnotateForNavigationTransition) in appendElement()
355 if (m_shouldAnnotate == AnnotateForNavigationTransition) { in serializeNodes()
387 …irstPositionInOrBeforeNode(n), selectTag) && m_shouldAnnotate != AnnotateForNavigationTransition) { in traverseNodesForSerialization()
1091 …StyledMarkupAccumulator accumulator(0, ResolveAllURLs, AnnotateForNavigationTransition, nullptr, 0… in createStyledMarkupForNavigationTransition()