Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMURL.h45 class DOMURL FINAL : public ScriptWrappable, public DOMURLUtils, public RefCounted<DOMURL> {
48 static PassRefPtr<DOMURL> create(const String& url, ExceptionState& exceptionState) in create()
50 return adoptRef(new DOMURL(url, blankURL(), exceptionState)); in create()
52 …static PassRefPtr<DOMURL> create(const String& url, const String& base, ExceptionState& exceptionS… in create()
54 return adoptRef(new DOMURL(url, KURL(KURL(), base), exceptionState)); in create()
56 …static PassRefPtr<DOMURL> create(const String& url, PassRefPtr<DOMURL> base, ExceptionState& excep… in create()
59 return adoptRef(new DOMURL(url, base->m_url, exceptionState)); in create()
74 DOMURL(const String& url, const KURL& base, ExceptionState&);
DDOMURL.cpp43 DOMURL::DOMURL(const String& url, const KURL& base, ExceptionState& exceptionState) in DOMURL() function in WebCore::DOMURL
54 void DOMURL::setInput(const String& value) in setInput()
66 String DOMURL::createObjectURL(ExecutionContext* executionContext, Blob* blob) in createObjectURL()
73 String DOMURL::createPublicURL(ExecutionContext* executionContext, URLRegistrable* registrable) in createPublicURL()
84 void DOMURL::revokeObjectURL(ExecutionContext* executionContext, const String& urlString) in revokeObjectURL()
DURL.idl33 ImplementedAs=DOMURL
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DURLMediaSource.cpp47 return DOMURL::createPublicURL(executionContext, source); in createObjectURL()
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DURLMediaStream.cpp47 return DOMURL::createPublicURL(executionContext, stream); in createObjectURL()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerGlobalScope.h51 class DOMURL; variable
173 mutable RefPtr<DOMURL> m_domURL;
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.h46 class DOMURL; variable
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.linux-x86.mk71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
Dwebcore_dom.target.darwin-x86.mk71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
Dwebcore_dom.target.linux-mips.mk71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
Dwebcore_dom.target.darwin-mips.mk71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
Dwebcore_dom.target.darwin-arm.mk71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
Dwebcore_dom.target.linux-arm.mk71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
Dcore.gypi1902 'dom/DOMURL.cpp',
1903 'dom/DOMURL.h',