Home | History | Annotate | Download | only in WebCore

Lines Matching full:setprotocol

4600         Assertion failure in KURL::setProtocol when running DOM Fuzzer
4604 * bindings/js/JSLocationCustom.cpp: (WebCore::JSLocation::setProtocol): Raise an exception
4605 if KURL::setProtocol fails.
4607 * html/HTMLAnchorElement.cpp: (WebCore::HTMLAnchorElement::setProtocol): Move argument
4615 * platform/KURL.cpp: (WebCore::KURL::setProtocol): Remove everything past ':', if present.
4619 * platform/KURL.h: isValidProtocol() is now static in KURL.cpp, it's only used in setProtocol().
4622 (WebCore::KURL::setProtocol): Always return true. This should hopefully prevent Chromium build
31638 (WebCore::HTMLAnchorElement::setProtocol):
34064 (WebCore::HTMLAnchorElement::setProtocol):