Home
last modified time | relevance | path

Searched refs:ScriptElement (Results 1 – 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/dom/
DScriptElement.cpp55 ScriptElement::ScriptElement(Element* element, bool parserInserted, bool alreadyStarted) in ScriptElement() function in WebCore::ScriptElement
71 ScriptElement::~ScriptElement() in ~ScriptElement()
76 void ScriptElement::insertedIntoDocument() in insertedIntoDocument()
82 void ScriptElement::removedFromDocument() in removedFromDocument()
88 void ScriptElement::childrenChanged() in childrenChanged()
94 void ScriptElement::handleSourceAttribute(const String& sourceUrl) in handleSourceAttribute()
102 void ScriptElement::handleAsyncAttribute() in handleAsyncAttribute()
138 bool ScriptElement::isScriptTypeSupported(LegacyTypeSupport supportLegacyTypes) const in isScriptTypeSupported()
158 bool ScriptElement::prepareScript(const TextPosition1& scriptStartPosition, LegacyTypeSupport suppo… in prepareScript()
241 bool ScriptElement::requestScript(const String& sourceUrl) in requestScript()
[all …]
DScriptElement.h32 class ScriptElement; variable
35 class ScriptElement : private CachedResourceClient {
38 ScriptElement(Element*, bool createdByParser, bool isEvaluated);
39 virtual ~ScriptElement();
109 ScriptElement* toScriptElement(Element*);
DScriptRunner.h40 class ScriptElement; variable
49 void queueScriptForExecution(ScriptElement*, CachedResourceHandle<CachedScript>, ExecutionType);
DXMLDocumentParserQt.cpp536 ScriptElement* scriptElement = toScriptElement(newElement.get()); in parseStartElement()
584 ScriptElement* scriptElement = toScriptElement(element); in parseEndElement()
594 …bool successfullyPrepared = scriptElement->prepareScript(m_scriptStartPosition, ScriptElement::All… in parseEndElement()
597 if (!scriptElement->isScriptTypeSupported(ScriptElement::AllowLegacyTypeInTypeAttribute)) in parseEndElement()
DScriptRunner.cpp52 void ScriptRunner::queueScriptForExecution(ScriptElement* scriptElement, CachedResourceHandle<Cache… in queueScriptForExecution()
DXMLDocumentParserLibxml2.cpp821 ScriptElement* scriptElement = toScriptElement(newElement.get()); in startElementNs()
880 ScriptElement* scriptElement = toScriptElement(element); in endElementNs()
890 …bool successfullyPrepared = scriptElement->prepareScript(m_scriptStartPosition, ScriptElement::All… in endElementNs()
893 if (!scriptElement->isScriptTypeSupported(ScriptElement::AllowLegacyTypeInTypeAttribute)) in endElementNs()
DXMLDocumentParser.h163 class ScriptElement; variable
DXMLDocumentParser.cpp353 ScriptElement* scriptElement = toScriptElement(e.get()); in notifyFinished()
/external/icu4c/tools/dumpce/
Ddumpce.cpp116 } ScriptElement; typedef
751 UChar *ch1 = ((ScriptElement *)elem1)->ch; in compareSortKey()
752 UChar *ch2 = ((ScriptElement *)elem2)->ch; in compareSortKey()
753 int size1 = ((ScriptElement *)elem1)->count; in compareSortKey()
754 int size2 = ((ScriptElement *)elem2)->count; in compareSortKey()
788 void outputScriptElem(ScriptElement &element, int compare, UBool expansion) in outputScriptElem()
936 ScriptElement scriptelem) in checkInScripts()
957 int getScriptElementsFromExemplars(ScriptElement scriptelem[], const char* locale) { in getScriptElementsFromExemplars()
1036 ScriptElement scriptelem[]) in getScriptElements()
1111 UChar *ch1 = ((ScriptElement *)elem1)->ch; // key in compareCodepoints()
[all …]
/external/webkit/Source/WebCore/svg/
DSVGScriptElement.cpp40 , ScriptElement(this, wasInsertedByParser, alreadyStarted) in DEFINE_ANIMATED_STRING()
114 ScriptElement::insertedIntoDocument(); in insertedIntoDocument()
129 ScriptElement::removedFromDocument(); in removedFromDocument()
134 ScriptElement::childrenChanged(); in childrenChanged()
DSVGScriptElement.h37 , public ScriptElement {
/external/webkit/Source/WebCore/html/
DHTMLScriptElement.cpp41 , ScriptElement(this, wasInsertedByParser, alreadyStarted) in HTMLScriptElement()
58 ScriptElement::childrenChanged(); in childrenChanged()
113 ScriptElement::insertedIntoDocument(); in insertedIntoDocument()
119 ScriptElement::removedFromDocument(); in removedFromDocument()
DHTMLScriptElement.h32 class HTMLScriptElement : public HTMLElement, public ScriptElement {
/external/webkit/Source/WebCore/html/parser/
DHTMLScriptRunner.cpp137 if (ScriptElement* scriptElement = toScriptElement(element.get())) { in executePendingScriptAndDispatchEvent()
291 ScriptElement* scriptElement = toScriptElement(script); in runScript()
/external/webkit/Source/WebCore/
DAndroid.mk187 dom/ScriptElement.cpp \
DChangeLog-2010-12-062998 … Also made ScriptElement's haveFiredLoadEvent and removed HTMLScriptElement's haveFiredLoadEvent.
3003 * dom/ScriptElement.cpp:
3004 (WebCore::ScriptElement::ScriptElement):
3005 (WebCore::ScriptElement::insertedIntoDocument):
3006 (WebCore::ScriptElement::childrenChanged):
3007 (WebCore::ScriptElement::finishParsingChildren):
3008 (WebCore::ScriptElement::requestScript):
3009 (WebCore::ScriptElement::evaluateScript):
3010 (WebCore::ScriptElement::executeScript):
3011 (WebCore::ScriptElement::ignoresLoadRequest):
[all …]
DChangeLog525 Frequent crashes beneath WebCore::ScriptElement::prepareScript
16047 * dom/ScriptElement.cpp:
16154 * dom/ScriptElement.cpp:
16155 …(WebCore::ScriptElement::dispatchErrorEvent): the method now has same implementation for all script
16157 * dom/ScriptElement.h:
27563 Block inline scripts at the ScriptElement layer. This should catch
27573 * dom/ScriptElement.cpp:
27574 (WebCore::ScriptElement::executeScript):
36559 * dom/ScriptElement.cpp:
36560 (WebCore::ScriptElement::requestScript):
[all …]
DWebCore.pro532 dom/ScriptElement.cpp \
1509 dom/ScriptElement.h \
DCMakeLists.txt608 dom/ScriptElement.cpp
DChangeLog-2009-06-161367 * 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.
[all …]
DGNUmakefile.list.am1239 Source/WebCore/dom/ScriptElement.cpp \
1240 Source/WebCore/dom/ScriptElement.h \
DGNUmakefile.am1291 Source/WebCore/dom/ScriptElement.cpp \
1292 Source/WebCore/dom/ScriptElement.h \
DWebCore.gypi2532 'dom/ScriptElement.cpp',
2533 'dom/ScriptElement.h',
DChangeLog-2011-02-167533 * dom/ScriptElement.cpp:
7534 (WebCore::ScriptElement::scriptCharset):
32669 ScriptElement should also be able to keep its Element+CachedScript in
32671 Once HTMLScriptRunner, ScriptElement, and AsyncScriptRunner all use
35545 * dom/ScriptElement.cpp:
35546 (WebCore::ScriptElement::requestScript):
46916 * dom/ScriptElement.cpp:
46917 (WebCore::ScriptElement::scriptCharset):
47384 * dom/ScriptElement.cpp:
47385 (WebCore::ScriptElement::scriptCharset):
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj192 …4770E5272C500C3FE76 /* ScriptElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 08A484750E…
193 …84780E5272C500C3FE76 /* ScriptElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 08A484760E5…
6612 …500C3FE76 /* ScriptElement.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
6613 …72C500C3FE76 /* ScriptElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
19569 08A484750E5272C500C3FE76 /* ScriptElement.cpp */,
19570 08A484760E5272C500C3FE76 /* ScriptElement.h */,
22365 08A484780E5272C500C3FE76 /* ScriptElement.h in Headers */,
25213 08A484770E5272C500C3FE76 /* ScriptElement.cpp in Sources */,

12