removedFromDocument   75 Source/core/dom/StyleElement.cpp     removedFromDocument(document, element, 0, document);
removedFromDocument   50 Source/core/dom/StyleElement.h     void removedFromDocument(Document&, Element*);
removedFromDocument   51 Source/core/dom/StyleElement.h     void removedFromDocument(Document&, Element*, ContainerNode* scopingNode, TreeScope&);
removedFromDocument  207 Source/core/html/HTMLStyleElement.cpp         StyleElement::removedFromDocument(document(), this, scopingNode, containingScope ? *containingScope : insertionPoint->treeScope());
removedFromDocument  142 Source/core/svg/SVGStyleElement.cpp         StyleElement::removedFromDocument(document(), this);