Home
last modified time | relevance | path

Searched refs:byParser (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h163 static ChildrenChange forInsertion(Node& node, ChildrenChangeSource byParser) in forInsertion()
169 byParser in forInsertion()
174 …nge forRemoval(Node& node, Node* previousSibling, Node* nextSibling, ChildrenChangeSource byParser) in forRemoval()
180 byParser in forRemoval()
192 ChildrenChangeSource byParser; member
DContainerNode.cpp846 if (!change.byParser && change.type != TextChanged) in childrenChanged()
DElement.cpp1741 if (!change.byParser && change.isChildElementChange()) in childrenChanged()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDataListElement.cpp62 if (!change.byParser) in childrenChanged()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGClipPathElement.cpp62 if (change.byParser) in childrenChanged()
DSVGGradientElement.cpp95 if (change.byParser) in childrenChanged()
DSVGFilterPrimitiveStandardAttributes.cpp96 if (!change.byParser) in childrenChanged()
DSVGMaskElement.cpp124 if (change.byParser) in childrenChanged()
DSVGFilterElement.cpp125 if (change.byParser) in childrenChanged()
DSVGMarkerElement.cpp136 if (change.byParser) in childrenChanged()
DSVGFELightElement.cpp172 if (!change.byParser) { in childrenChanged()
DSVGPatternElement.cpp130 if (change.byParser) in childrenChanged()
DSVGElement.cpp286 if (!change.byParser) in childrenChanged()