• Home
  • Raw
  • Download

Lines Matching refs:ScriptElement

1367         * dom/ScriptElement.cpp:
8857 Change ScriptElement to support XHTMLMP in a better way
8860 * dom/ScriptElement.h:
14735 * dom/ScriptElement.cpp:
14738 * dom/ScriptElement.h:
18790 * dom/ScriptElement.cpp:
18826 * dom/ScriptElement.cpp:
18839 * dom/ScriptElement.h:
22334 * dom/ScriptElement.cpp:
50429 Suggested by Alexey, while refactoring the Element*->ScriptElement* code.
50430 The Element*->ScriptElement* helper function is already named 'toScriptElement'.
51553 Move "Element -> ScriptElement" casting functionality into ScriptElement.h
51560 * dom/ScriptElement.cpp:
51562 * dom/ScriptElement.h:
51939 …InputElement class itself is an abstract virtual class, just like ScriptElement. HTML/WMLInputElem…
67425 * dom/ScriptElement.cpp:
67426 (WebCore::ScriptElement::insertedIntoDocument):
67427 (WebCore::ScriptElement::childrenChanged):
67430 * dom/ScriptElement.h:
68032 * dom/ScriptElement.cpp:
68174 * dom/ScriptElement.cpp:
68175 (WebCore::ScriptElement::insertedIntoDocument):
68176 (WebCore::ScriptElement::childrenChanged):
68179 * dom/ScriptElement.h:
68535 * dom/ScriptElement.cpp:
69885 * dom/ScriptElement.cpp:
71862 * dom/ScriptElement.cpp:
74574 * dom/ScriptElement.h:
80767 REGRESSION: crash in ScriptElement::notifyFinished
80770 * dom/ScriptElement.cpp:
87567 * dom/ScriptElement.cpp:
87570 * dom/ScriptElement.h:
92606 * dom/ScriptElement.h:
96602 Add ScriptElement.cpp to Gtk build.
96612 Refactor HTMLScriptElement's code into a common base class: ScriptElement.
96613 SVGScriptElement will be converted to use ScriptElement in a follow-up patch.
96618 As ScriptElement, doesn't actually inherit from Element, we may want to rename
96624 * WebCore.pro: Add new ScriptElement.cpp to build.
96628 * dom/ScriptElement.cpp: Added. 1:1 based on HTMLScriptElement
96629 (WebCore::ScriptElement::insertedIntoDocument):
96630 (WebCore::ScriptElement::removedFromDocument):
96631 (WebCore::ScriptElement::childrenChanged):
96632 (WebCore::ScriptElement::finishParsingChildren):
96633 (WebCore::ScriptElement::handleSourceAttribute):
96645 * dom/ScriptElement.h: Added.
96646 (WebCore::ScriptElement::ScriptElement):
96647 (WebCore::ScriptElement::~ScriptElement):
96659 * html/HTMLScriptElement.cpp: Refactored code, pushed most code down to ScriptElement.
96686 * svg/SVGScriptElement.cpp: Inherit from ScriptElement, don't actually use it yet.