Searched refs:duration (Results 451 - 475 of 914) sorted by relevance

<<11121314151617181920>>

/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dandroid_parser.js78 slice.duration = ts - slice.start;
81 slice.title, slice.colorId, slice.start, slice.args, slice.duration)];
H A Dmemreclaim_parser.js70 slice.duration = ts - slice.start;
75 slice.colorId, slice.start, slice.args, slice.duration)
/external/chromium_org/base/threading/
H A Dplatform_thread.h150 // Sleeps for the specified duration.
151 static void Sleep(base::TimeDelta duration);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h98 void AnimateWindowAlpha(CGFloat alpha, NSTimeInterval duration);
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Doverlay.css46 -webkit-transition-duration: 0 !important;
66 -webkit-animation-duration: 180ms;
/external/chromium_org/chromeos/dbus/
H A Dfake_debug_daemon_client.h41 virtual void GetPerfData(uint32_t duration,
/external/chromium_org/media/base/
H A Daudio_buffer.h46 // not initialized. Timestamp and duration are set to kNoTimestamp().
77 // Timestamp and duration are adjusted to reflect the fewer frames.
79 // duration() being off by a few microseconds due to rounding issues.
87 // Even if |start| is zero, timestamp() is not adjusted, only duration().
103 base::TimeDelta duration() const { return duration_; } function in class:media::AudioBuffer
H A Daudio_video_metadata_extractor.h43 // Returns -1 if we cannot extract the duration. In seconds.
44 double duration() const;
/external/chromium_org/media/blink/
H A Dwebmediasource_impl.cc55 double WebMediaSourceImpl::duration() { function in class:media::WebMediaSourceImpl
/external/chromium_org/media/formats/mp4/
H A Dtrack_run_iterator.h81 base::TimeDelta duration() const;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dtermios.h137 int tcsendbreak(int fd, int duration);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimation.cpp58 PassRefPtrWillBeRawPtr<Animation> Animation::create(Element* element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, double duration) argument
61 return create(element, effect, TimingInput::convert(duration));
75 PassRefPtrWillBeRawPtr<Animation> Animation::create(Element* element, const Vector<Dictionary>& keyframeDictionaryVector, double duration, ExceptionState& exceptionState) argument
80 return create(element, EffectInput::convert(element, keyframeDictionaryVector, exceptionState), TimingInput::convert(duration));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaController.h57 double duration() const;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageFrame.cpp63 setDuration(other.duration());
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Di420_video_source.h72 virtual unsigned long duration() const { return 1; } function in class:libvpx_test::I420VideoSource
H A Dy4m_video_source.h77 virtual unsigned long duration() const { return 1; } function in class:libvpx_test::Y4mVideoSource
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h59 double duration; member in struct:__anon13173
/external/chromium_org/third_party/libwebp/webp/
H A Ddemux.h141 int duration; // display duration in milliseconds. member in struct:WebPIterator
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor_unittest.cc38 BusyThread(double load, double duration, double interval) : argument
39 load_(load), duration_(duration), interval_(interval) {
124 int CpuLoad(double cpuload, double duration, int numthreads, argument
129 threads.push_back(new BusyThread(cpuload, duration, interval));
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.h72 const uint16_t duration,
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dinspector_importer.py69 pending_slice.duration = end_time - pending_slice.start
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Dmainthread_jank_stats_unittest.py19 timestamp=start, duration=end - start, start_thread=parent_thread,
72 # Hence we have 2 big top slices which overlapped duration > 50ms,
/external/chromium_org/ui/app_list/cocoa/
H A Dapps_grid_controller.h55 + (void)setScrollAnimationDuration:(NSTimeInterval)duration;
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
H A Daudio_player.js205 this.audioController.duration = this.audioElement.duration * 1000;
/external/chromium_org/ui/gfx/android/
H A Dscroller.h32 // The default value of 250 milliseconds will be used for the duration.
40 // and the duration of the scroll.
46 base::TimeDelta duration);

Completed in 457 milliseconds

<<11121314151617181920>>