HomeSort by relevance Sort by last modified time
    Searched refs:DOMURL (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMURL.h 43 class DOMURL FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMURL>, public ScriptWrappable, public DOMURLUtils {
45 static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, ExceptionState& exceptionState)
47 return adoptRefWillBeNoop(new DOMURL(url, blankURL(), exceptionState));
49 static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, const String& base, ExceptionState& exceptionState)
51 return adoptRefWillBeNoop(new DOMURL(url, KURL(KURL(), base), exceptionState));
53 static PassRefPtrWillBeRawPtr<DOMURL> create(const String& url, PassRefPtrWillBeRawPtr<DOMURL> base, ExceptionState& exceptionState)
56 return adoptRefWillBeNoop(new DOMURL(url, base->m_url, exceptionState));
74 DOMURL(const String& url, const KURL& base, ExceptionState&)
    [all...]
DOMURL.cpp 28 #include "core/dom/DOMURL.h"
43 DOMURL::DOMURL(const String& url, const KURL& base, ExceptionState& exceptionState)
54 void DOMURL::setInput(const String& value)
66 String DOMURL::createObjectURL(ExecutionContext* executionContext, Blob* blob, ExceptionState& exceptionState)
77 String DOMURL::createPublicURL(ExecutionContext* executionContext, URLRegistrable* registrable, const String& uuid)
88 void DOMURL::revokeObjectURL(ExecutionContext* executionContext, const String& urlString)
98 void DOMURL::revokeObjectUUID(ExecutionContext* executionContext, const String& uuid)
URL.idl 34 ImplementedAs=DOMURL,
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
URLMediaSource.cpp 34 #include "core/dom/DOMURL.h"
47 return DOMURL::createPublicURL(executionContext, source);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
URLMediaStream.cpp 34 #include "core/dom/DOMURL.h"
47 return DOMURL::createPublicURL(executionContext, stream);
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
Blob.cpp 35 #include "core/dom/DOMURL.h"
136 DOMURL::revokeObjectUUID(executionContext, uuid());
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h 49 class DOMURL;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \
webcore_dom.target.darwin-arm64.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \
webcore_dom.target.darwin-mips.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \
webcore_dom.target.darwin-x86.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \
webcore_dom.target.darwin-x86_64.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \
webcore_dom.target.linux-arm.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \
webcore_dom.target.linux-arm64.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \
webcore_dom.target.linux-mips.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \
webcore_dom.target.linux-x86.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \
webcore_dom.target.linux-x86_64.mk 52 third_party/WebKit/Source/core/dom/DOMURL.cpp \

Completed in 386 milliseconds