Searched refs:boolString (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp101 static const char *boolString(bool val) function in namespace:WebCore
513 LOG(Media, "HTMLMediaElement::load(isUserGesture : %s)", boolString(isUserGesture));
1367 LOG(Media, "HTMLMediaElement::setWebkitPreservesPitch(%s)", boolString(preservesPitch));
1392 LOG(Media, "HTMLMediaElement::setAutoplay(%s)", boolString(b));
1422 LOG(Media, "HTMLMediaElement::play(isUserGesture : %s)", boolString(isUserGesture));
1481 LOG(Media, "HTMLMediaElement::pause(isUserGesture : %s)", boolString(isUserGesture));
1524 LOG(Media, "HTMLMediaElement::setLoop(%s)", boolString(b));
1549 LOG(Media, "HTMLMediaElement::setControls(%s)", boolString(b));
1581 LOG(Media, "HTMLMediaElement::setMuted(%s)", boolString(muted));
1599 LOG(Media, "HTMLMediaElement::togglePlayState - canPlay() is %s", boolString(canPla
[all...]
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundationObjC.mm114 static const char *boolString(bool val)
433 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::setClosedCaptionsVisible(%p) - setting to %s", this, boolString(closedCaptionsVisible));

Completed in 166 milliseconds