Home
last modified time | relevance | path

Searched refs:InvalidSourceAction (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.h290 enum InvalidSourceAction { DoNothing, Complain }; enum
291 bool isSafeToLoadURL(const KURL&, InvalidSourceAction);
292 KURL selectNextSourceChild(ContentType*, InvalidSourceAction);
DHTMLMediaElement.cpp749 bool HTMLMediaElement::isSafeToLoadURL(const KURL& url, InvalidSourceAction actionIfInvalid) in isSafeToLoadURL()
1732 KURL HTMLMediaElement::selectNextSourceChild(ContentType *contentType, InvalidSourceAction actionIf… in selectNextSourceChild()