Searched refs:DOMURL (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DOMURL.h | 45 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&);
|
D | DOMURL.cpp | 43 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()
|
D | URL.idl | 33 ImplementedAs=DOMURL
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
D | URLMediaSource.cpp | 47 return DOMURL::createPublicURL(executionContext, source); in createObjectURL()
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
D | URLMediaStream.cpp | 47 return DOMURL::createPublicURL(executionContext, stream); in createObjectURL()
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
D | WorkerGlobalScope.h | 51 class DOMURL; variable 173 mutable RefPtr<DOMURL> m_domURL;
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | DOMWindow.h | 46 class DOMURL; variable
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_dom.target.linux-x86.mk | 71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
|
D | webcore_dom.target.darwin-x86.mk | 71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
|
D | webcore_dom.target.linux-mips.mk | 71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
|
D | webcore_dom.target.darwin-mips.mk | 71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
|
D | webcore_dom.target.darwin-arm.mk | 71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
|
D | webcore_dom.target.linux-arm.mk | 71 third_party/WebKit/Source/core/dom/DOMURL.cpp \
|
D | core.gypi | 1902 'dom/DOMURL.cpp', 1903 'dom/DOMURL.h',
|