Searched refs:duration (Results 526 - 550 of 914) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller.h74 int duration,
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper.cc122 base::TimeDelta duration =
129 UMA_HISTOGRAM_TIMES("Tab.NewTabOnload.Google", duration);
131 UMA_HISTOGRAM_TIMES("Tab.NewTabOnload.Other", duration);
134 UMA_HISTOGRAM_TIMES("Tab.NewTabOnload.Local", duration);
/external/chromium_org/chromeos/dbus/
H A Ddebug_daemon_client.h94 // Runs perf for |duration| seconds and returns data collected.
95 virtual void GetPerfData(uint32_t duration,
/external/chromium_org/content/child/
H A Dchild_thread.cc79 // A thread delegate that waits for |duration| and then exits the process with
83 explicit WaitAndExitDelegate(base::TimeDelta duration) argument
84 : duration_(duration) {}
97 bool CreateWaitAndExitThread(base::TimeDelta duration) { argument
98 scoped_ptr<WaitAndExitDelegate> delegate(new WaitAndExitDelegate(duration));
/external/chromium_org/content/common/media/
H A Dmedia_player_messages_android.h39 IPC_STRUCT_TRAITS_MEMBER(duration)
134 base::TimeDelta /* duration */,
281 // Inform the media source player of changed media duration from demuxer.
284 base::TimeDelta /* duration */)
/external/chromium_org/content/renderer/media/android/
H A Drenderer_media_player_manager.h134 base::TimeDelta duration,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_audio_track_host.h49 int32_t Configure(int32_t number_of_buffers, int32_t duration,
140 // User-configured buffer duration, in milliseconds.
/external/chromium_org/media/base/android/
H A Dmedia_player_bridge.cc122 void MediaPlayerBridge::SetDuration(base::TimeDelta duration) { argument
123 duration_ = duration;
278 base::TimeDelta duration, int width, int height, bool success) {
280 duration_ = duration;
277 OnMediaMetadataExtracted( base::TimeDelta duration, int width, int height, bool success) argument
/external/chromium_org/media/formats/mp2t/
H A Des_adapter_video_unittest.cc90 buffer_descriptors_ << "(" << buffer->duration().InMilliseconds() << ","
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNode.h96 double duration() const { return iterationDuration() * 1000; } function in class:blink::AnimationNode
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileFlameChart.js139 * @param {number} duration
144 function ChartEntry(depth, duration, startTime, selfTime, node)
147 this.duration = duration;
186 entryTotalTimes[i] = entry.duration;
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DMediaSource.h82 virtual double duration() const OVERRIDE;
124 // Implements the duration change algorithm.
125 // https://dvcs.w3.org/hg/html-media/raw-file/default/media-source/media-source.html#duration-change-algorithm
H A DSourceBuffer.cpp329 // 1. If duration equals NaN, then throw an InvalidAccessError exception and abort these steps.
330 // 2. If start is negative or greater than duration, then throw an InvalidAccessError exception and abort these steps.
332 if (start < 0 || (m_source && (std::isnan(m_source->duration()) || start > m_source->duration()))) {
333 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexOutsideRange("start", start, 0.0, ExceptionMessages::ExclusiveBound, !m_source || std::isnan(m_source->duration()) ? 0 : m_source->duration(), ExceptionMessages::ExclusiveBound));
552 // duration in the ~5-15ms range.
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMediaPlayer.h132 virtual double duration() const = 0;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_encoder.c203 unsigned long duration,
208 if (!ctx || (img && !duration))
224 duration, flags, deadline);
238 duration, flags, deadline)))
200 vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned long duration, vpx_enc_frame_flags_t flags, unsigned long deadline) argument
/external/chromium_org/third_party/libwebp/webp/
H A Dmux.h200 int duration; // duration of the frame (in milliseconds). member in struct:WebPMuxFrameInfo
/external/chromium_org/tools/perf/measurements/
H A Dimage_decoding.py88 durations = [d.duration for d in decode_image_events]
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dbounds.py86 self.AddValue(event.start + event.duration)
103 """Compute the overlap duration between first_bounds and second_bounds."""
H A Dcounter.py29 def duration(self): member in class:CounterSample
/external/chromium_org/ui/accessibility/extensions/alt/
H A Dhide-images.css50 -webkit-animation-duration: 0.5s;
60 -webkit-animation-duration: 0.5s;
/external/chromium_org/ui/message_center/cocoa/
H A Dtray_view_controller.h104 // The duration of the bounds animation, in the number of seconds.
172 // Setter for changing the animation duration. The testing code could set it
174 - (void)setAnimationDuration:(NSTimeInterval)duration;
/external/chromium_org/ui/views/controls/button/
H A Dcustom_button.h47 void SetAnimationDuration(int duration);
/external/chromium_org/ui/webui/resources/css/
H A Doverlay.css49 -webkit-transition-duration: 0 !important;
69 -webkit-animation-duration: 180ms;
/external/libcxx/test/thread/futures/futures.shared_future/
H A Dwait.pass.cpp43 typedef std::chrono::duration<double, std::milli> ms;
/external/libcxx/test/thread/futures/futures.unique_future/
H A Dwait.pass.cpp43 typedef std::chrono::duration<double, std::milli> ms;

Completed in 636 milliseconds

<<21222324252627282930>>