Searched refs:DOMURL (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURL.h43 class DOMURL FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMURL>, public ScriptWrappable, public DOMURLUtils {
46 static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, ExceptionState& exceptionState)
48 return adoptRefWillBeNoop(new DOMURL(url, blankURL(), exceptionState));
50 static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, const String& base, ExceptionState& exceptionState)
52 return adoptRefWillBeNoop(new DOMURL(url, KURL(KURL(), base), exceptionState));
54 static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, PassRefPtrWillBeRawPtr<DOMURL> base, ExceptionState& exceptionState)
57 return adoptRefWillBeNoop(new DOMURL(url, base->m_url, exceptionState));
75 DOMURL(cons
[all...]
H A DDOMURL.cpp28 #include "core/dom/DOMURL.h"
43 DOMURL::DOMURL(const String& url, const KURL& base, ExceptionState& exceptionState) function in class:blink::DOMURL
53 void DOMURL::setInput(const String& value)
65 String DOMURL::createObjectURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
76 String DOMURL::createPublicURL(ExecutionContext* executionContext, URLRegistrable* registrable, const String& uuid)
87 void DOMURL::revokeObjectURL(ExecutionContext* executionContext, const String& urlString)
97 void DOMURL::revokeObjectUUID(ExecutionContext* executionContext, const String& uuid)
H A DURL.idl34 ImplementedAs=DOMURL,
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DURLMediaSource.cpp34 #include "core/dom/DOMURL.h"
47 return DOMURL::createPublicURL(executionContext, source);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DURLMediaStream.cpp34 #include "core/dom/DOMURL.h"
47 return DOMURL::createPublicURL(executionContext, stream);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DBlob.cpp35 #include "core/dom/DOMURL.h"
135 DOMURL::revokeObjectUUID(executionContext, uuid());
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.darwin-arm64.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.darwin-mips.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.darwin-mips64.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.darwin-x86.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.darwin-x86_64.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.linux-arm.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.linux-arm64.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.linux-mips.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.linux-mips64.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.linux-x86.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \
H A Dwebcore_dom.target.linux-x86_64.mk57 third_party/WebKit/Source/core/dom/DOMURL.cpp \

Completed in 340 milliseconds