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

/external/chromium_org/third_party/WebKit/Source/core/dom/
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)

Completed in 502 milliseconds