Searched defs:DOMURL (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DDOMURL.cpp30 #include "DOMURL.h"
37 DOMURL::DOMURL(ScriptExecutionContext* scriptExecutionContext) function in class:WebCore::DOMURL
44 DOMURL::~DOMURL()
50 void DOMURL::contextDestroyed()
56 String DOMURL::createObjectURL(Blob* blob)
63 void DOMURL::revokeObjectURL(const String& urlString)
H A DDOMURL.h40 class DOMURL : public RefCounted<DOMURL> { class in namespace:WebCore
42 static PassRefPtr<DOMURL> create(ScriptExecutionContext* scriptExecutionContext) { return adoptRef(new DOMURL(scriptExecutionContext)); }
43 ~DOMURL();
52 explicit DOMURL(ScriptExecutionContext*);

Completed in 162 milliseconds