Home
last modified time | relevance | path

Searched refs:DOMURL (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/html/
DDOMURL.cpp37 DOMURL::DOMURL(ScriptExecutionContext* scriptExecutionContext) in DOMURL() function in WebCore::DOMURL
44 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()
DDOMURL.h40 class DOMURL : public RefCounted<DOMURL> {
42 …static PassRefPtr<DOMURL> create(ScriptExecutionContext* scriptExecutionContext) { return adoptRef… in create()
43 ~DOMURL();
52 explicit DOMURL(ScriptExecutionContext*);
DDOMURL.idl33 ] DOMURL {
/external/webkit/Source/WebCore/dom/
DScriptExecutionContext.h63 class DOMURL; variable
121 void createdDomUrl(DOMURL*);
122 void destroyedDomUrl(DOMURL*);
123 const HashSet<DOMURL*>& domUrls() const { return m_domUrls; } in domUrls()
191 HashSet<DOMURL*> m_domUrls;
DScriptExecutionContext.cpp131 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()
/external/webkit/Source/WebCore/workers/
DWorkerContext.h49 class DOMURL; variable
127 DOMURL* webkitURL() const;
201 mutable RefPtr<DOMURL> m_domURL;
DWorkerContext.cpp344 DOMURL* WorkerContext::webkitURL() const in webkitURL()
347 m_domURL = DOMURL::create(this->scriptExecutionContext()); in webkitURL()
DWorkerContext.idl106 readonly attribute [Conditional=BLOB] DOMURL webkitURL;
/external/webkit/Source/WebCore/page/
DDOMWindow.h44 class DOMURL; variable
363 DOMURL* webkitURL() const;
501 mutable RefPtr<DOMURL> m_domURL;
DDOMWindow.cpp1895 DOMURL* DOMWindow::webkitURL() const in webkitURL()
1898 m_domURL = DOMURL::create(this->scriptExecutionContext()); in webkitURL()
DDOMWindow.idl789 readonly attribute [Conditional=BLOB] DOMURL webkitURL;
/external/webkit/Source/WebCore/
DDerivedSources.make154 DOMURL \
DCodeGenerators.pri225 html/DOMURL.idl \
DCMakeLists.txt200 html/DOMURL.idl
725 html/DOMURL.cpp
DAndroid.mk319 html/DOMURL.cpp \
DWebCore.pro647 html/DOMURL.cpp \
1636 html/DOMURL.h \
DWebCore.gypi1198 'html/DOMURL.idl',
2818 'html/DOMURL.cpp',
2819 'html/DOMURL.h',
DGNUmakefile.list.am1587 Source/WebCore/html/DOMURL.cpp \
1588 Source/WebCore/html/DOMURL.h \
DGNUmakefile.am1632 Source/WebCore/html/DOMURL.cpp \
1633 Source/WebCore/html/DOMURL.h \
DChangeLog-2011-02-166359 Fix null deref in DOMURL
6364 * 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 …]
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj700 …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 */,