/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
WebKitSourceBuffer.cpp | 91 // 4. If the readyState attribute of the parent media source is in the "ended" state then run the following steps: 125 // 5. If the readyState attribute of media source is in the "ended" state then run the following steps:
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
play_unittest.py | 11 VIDEO_1_ENDED_CHECK = 'window.__hasEventCompleted("#video_1", "ended");' 82 # Assert video ended.
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4WRITER_common.h | 78 M4WRITER_COMMON, 0x03), /**< File size if the process was ended when we call the method */ 80 M4WRITER_COMMON, 0x04), /**< File size if the process was ended when we call the
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTimeControl.java | 71 * element was ended. <code>false</code> if method call failed. 90 * element was ended. <code>false</code> if method call failed.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
queue.h | 26 * @brief Lock-free double-ended queue. 44 /**@brief Double-ended queue of bounded size, allowing lock-free
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
queue.h | 26 * @brief Lock-free double-ended queue. 44 /**@brief Double-ended queue of bounded size, allowing lock-free
|
/frameworks/base/core/java/android/animation/ |
Animator.java | 23 * started, ended, and have <code>AnimatorListeners</code> added to them. 85 * #isStarted() started} or has since ended, then the call is ignored. Paused 193 * initial startDelay period and not yet ended). 200 * Returns whether this Animator has been started and not yet ended. This state is a superset 206 * @return Whether the Animator has been started and not yet ended.
|
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 376 boolean ended = true; 388 ended = a.hasEnded() && ended; 398 if (ended != mEnded) { 402 mEnded = ended;
|
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_widget_host_view_mac_delegate.mm | 223 BOOL ended = phase == NSEventPhaseEnded; 227 if (ended) 234 if (ended && browser) {
|
/frameworks/base/core/java/android/os/ |
Trace.java | 205 * Writes a trace message to indicate that the current method has ended. 238 * Writes a trace message to indicate that the current method has ended. 275 * Writes a trace message to indicate that a given section of code has ended. This call must
|
/external/checkpolicy/ |
queue.c | 7 * Implementation of the double-ended queue type.
|
/external/chromium/net/proxy/ |
init_proxy_resolver.h | 55 // |resolver_| the "effective" proxy settings we ended up using will be
|
/external/chromium_org/base/ |
rand_util_unittest.cc | 101 kExpectedAverage << ", average ended at " << cumulative_average;
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_model_observer.h | 82 // Invoked after an extensive set of model changes has ended.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_status_consumer.h | 113 // The current login attempt has ended in failure, with error |error|.
|
/external/chromium_org/chrome/browser/history/ |
download_row.h | 53 // url from which we ended up getting data. This is not changed by
|
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
function_sequence.js | 96 this.logger.vlog('Sequence ended');
|
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_drag_gtk.h | 80 // mouse release *after* the drag has ended (e.g. via ESC key) from
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
common.js | 86 audio.addEventListener('ended', function(evt) {
|
/external/chromium_org/ppapi/shared_impl/ |
tcp_socket_shared.h | 87 // The connection has been ended.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
video-player.html | 54 videoElem.addEventListener("ended", function () {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMediaElement.idl | 68 readonly attribute boolean ended;
|
MediaController.h | 84 enum PlaybackState { WAITING, PLAYING, ENDED };
|
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/ |
MediaStreamDescriptor.h | 80 bool ended() const { return m_ended; } function in class:WebCore::MediaStreamDescriptor
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
phystokens.py | 23 # ended with a backslash. We probably have to inject a
|