OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DOMURL
(Results
1 - 18
of
18
) 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 {
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
(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)
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)
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"
135
DOMURL
::revokeObjectUUID(executionContext, uuid());
/external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.darwin-arm64.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.darwin-mips.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.darwin-mips64.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.darwin-x86.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.darwin-x86_64.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.linux-arm.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.linux-arm64.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.linux-mips.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.linux-mips64.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.linux-x86.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
webcore_dom.target.linux-x86_64.mk
57
third_party/WebKit/Source/core/dom/
DOMURL
.cpp \
Completed in 135 milliseconds