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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.h 185 bool isChildInsertion() const { return type == ElementInserted || type == NonElementInserted; }
ContainerNode.cpp 849 if (change.isChildInsertion() && !childNeedsStyleRecalc()) {
    [all...]

Completed in 41 milliseconds