Searched refs:DOMURL (Results 1 – 21 of 21) sorted by relevance
37 DOMURL::DOMURL(ScriptExecutionContext* scriptExecutionContext) in DOMURL() function in WebCore::DOMURL44 DOMURL::~DOMURL() in ~DOMURL()50 void DOMURL::contextDestroyed() in contextDestroyed()56 String DOMURL::createObjectURL(Blob* blob) in createObjectURL()63 void DOMURL::revokeObjectURL(const String& urlString) in revokeObjectURL()
40 class DOMURL : public RefCounted<DOMURL> {42 …static PassRefPtr<DOMURL> create(ScriptExecutionContext* scriptExecutionContext) { return adoptRef… in create()43 ~DOMURL();52 explicit DOMURL(ScriptExecutionContext*);
33 ] DOMURL {
63 class DOMURL; variable121 void createdDomUrl(DOMURL*);122 void destroyedDomUrl(DOMURL*);123 const HashSet<DOMURL*>& domUrls() const { return m_domUrls; } in domUrls()191 HashSet<DOMURL*> m_domUrls;
131 HashSet<DOMURL*>::iterator domUrlsEnd = m_domUrls.end(); in ~ScriptExecutionContext()132 for (HashSet<DOMURL*>::iterator iter = m_domUrls.begin(); iter != domUrlsEnd; ++iter) { in ~ScriptExecutionContext()211 void ScriptExecutionContext::createdDomUrl(DOMURL* url) in createdDomUrl()217 void ScriptExecutionContext::destroyedDomUrl(DOMURL* url) in destroyedDomUrl()
49 class DOMURL; variable127 DOMURL* webkitURL() const;201 mutable RefPtr<DOMURL> m_domURL;
344 DOMURL* WorkerContext::webkitURL() const in webkitURL()347 m_domURL = DOMURL::create(this->scriptExecutionContext()); in webkitURL()
106 readonly attribute [Conditional=BLOB] DOMURL webkitURL;
44 class DOMURL; variable363 DOMURL* webkitURL() const;501 mutable RefPtr<DOMURL> m_domURL;
1895 DOMURL* DOMWindow::webkitURL() const in webkitURL()1898 m_domURL = DOMURL::create(this->scriptExecutionContext()); in webkitURL()
789 readonly attribute [Conditional=BLOB] DOMURL webkitURL;
154 DOMURL \
225 html/DOMURL.idl \
200 html/DOMURL.idl725 html/DOMURL.cpp
319 html/DOMURL.cpp \
647 html/DOMURL.cpp \1636 html/DOMURL.h \
1198 'html/DOMURL.idl',2818 'html/DOMURL.cpp',2819 'html/DOMURL.h',
1587 Source/WebCore/html/DOMURL.cpp \1588 Source/WebCore/html/DOMURL.h \
1632 Source/WebCore/html/DOMURL.cpp \1633 Source/WebCore/html/DOMURL.h \
6359 Fix null deref in DOMURL6364 * html/DOMURL.cpp:6365 (WebCore::DOMURL::DOMURL):16870 * html/DOMURL.cpp:16871 (WebCore::DOMURL::DOMURL):16872 (WebCore::DOMURL::~DOMURL):16873 (WebCore::DOMURL::contextDestroyed):16874 * html/DOMURL.h:16875 (WebCore::DOMURL::scriptExecutionContext):27282 * html/DOMURL.cpp: Added.[all …]
700 …2E37DFDA12DBAFB800A6B233 /* DOMURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2E37DFD712DB…701 …2E37DFDB12DBAFB800A6B233 /* DOMURL.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E37DFD812DBAF…7181 …12DBAFB800A6B233 /* DOMURL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…7182 …FD812DBAFB800A6B233 /* DOMURL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …7183 …E37DFD912DBAFB800A6B233 /* DOMURL.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil…15861 2E37DFD712DBAFB800A6B233 /* DOMURL.cpp */,15862 2E37DFD812DBAFB800A6B233 /* DOMURL.h */,15863 2E37DFD912DBAFB800A6B233 /* DOMURL.idl */,20983 2E37DFDB12DBAFB800A6B233 /* DOMURL.h in Headers */,23871 2E37DFDA12DBAFB800A6B233 /* DOMURL.cpp in Sources */,