Searched +refs:loop +refs:bindings (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/gssapi/
H A Dtest_context.c81 loop(gss_OID mechoid, argument
85 gss_channel_bindings_t bindings,
159 bindings,
187 bindings,
675 gss_channel_bindings_t bindings = GSS_C_NO_CHANNEL_BINDINGS; local
747 bindings = ecalloc(1, sizeof(*bindings));
748 bindings->application_data.value = gsschannel_appl_data;
749 bindings->application_data.length = strlen(gsschannel_appl_data);
942 loop(rk_UNCONS local
1305 loop(rk_UNCONST(mechoid), nameoid, argv[0], acceptor_name_string, client_cred, bindings, local
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp138 #include <bindings/ScriptObject.h>
2948 bool HTMLMediaElement::loop() const function in class:WebCore::HTMLMediaElement
3593 // If there is a visible track, it has already been configured so it won't be considered in the loop below. We don't want to choose another
4116 // If the media element has a loop attribute specified and does not have a current media controller,
4117 if (loop() && !m_mediaController && playbackRate > 0) {
4432 // of playback is forwards, Either the media element does not have a loop attribute specified,
4436 return dur > 0 && now >= dur && (!loop() || m_mediaController);
5543 return m_player && !m_player->paused() && hasVideo() && hasAudio() && !loop();
5690 return loop();

Completed in 227 milliseconds