HomeSort by relevance Sort by last modified time
    Searched defs:timeline (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentAnimation.h 14 static AnimationTimeline* timeline(Document& document) { return &document.timeline(); } function in class:WebCore::DocumentAnimation
AnimationPlayerTest.cpp 59 timeline = AnimationTimeline::create(document.get());
60 player = timeline->createAnimationPlayer(0);
81 // The timeline does not know about our player, so we have to explicitly call update().
86 RefPtrWillBePersistent<AnimationTimeline> timeline; member in class:__anon14922::AnimationAnimationPlayerTest
94 player = timeline->createAnimationPlayer(0);
104 EXPECT_EQ(0, timeline->currentTimeInternal());
292 player = timeline->createAnimationPlayer(makeAnimation().get());
561 player = timeline->createAnimationPlayer(0);
599 player = timeline->createAnimationPlayer(0);
610 AnimationPlayer* player2 = timeline->createAnimationPlayer(animationNode)
    [all...]
AnimationStackTest.cpp 24 timeline = AnimationTimeline::create(document.get());
30 AnimationPlayer* player = timeline->createAnimationPlayer(animation);
39 timeline->serviceAnimations(TimingUpdateForAnimationFrame);
80 RefPtrWillBePersistent<AnimationTimeline> timeline; member in class:WebCore::AnimationAnimationStackTest
AnimationPlayer.h 91 const AnimationTimeline* timeline() const { return m_timeline; } function in class:WebCore::FINAL
92 AnimationTimeline* timeline() { return m_timeline; } function in class:WebCore::FINAL
AnimationTimelineTest.cpp 95 timeline = AnimationTimeline::create(document.get(), adoptPtrWillBeNoop(platformTiming));
96 ASSERT_EQ(0, timeline->currentTimeInternal());
103 timeline.release();
109 timeline->serviceAnimations(TimingUpdateForAnimationFrame);
114 RefPtrWillBePersistent<AnimationTimeline> timeline; member in class:WebCore::AnimationAnimationTimelineTest
120 timeline->wake();
131 timeline = AnimationTimeline::create(document.get());
139 timeline->play(anim.get());
143 EXPECT_FLOAT_EQ(0, timeline->currentTimeInternal());
148 EXPECT_FLOAT_EQ(100, timeline->currentTimeInternal())
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/timeline/
flow_event.py 5 import telemetry.timeline.event as event namespace
sample.py 5 import telemetry.timeline.event as timeline_event namespace
async_slice.py 5 import telemetry.timeline.event as event namespace
inspector_importer.py 4 '''Imports event data obtained from the inspector's timeline.'''
6 from telemetry.timeline import importer
7 from telemetry.timeline import inspector_timeline_data
8 import telemetry.timeline.thread as timeline_thread namespace
9 import telemetry.timeline.slice as tracing_slice namespace
17 ''' Checks if timeline_data is from the inspector timeline. We assume
slice.py 5 import telemetry.timeline.event as timeline_event namespace
counter.py 5 import telemetry.timeline.event_container as event_container namespace
process.py 5 import telemetry.timeline.event_container as event_container namespace
6 import telemetry.timeline.counter as tracing_counter namespace
7 import telemetry.timeline.thread as tracing_thread namespace
model.py 4 '''A container for timeline-based events and traces and can handle importing
12 import telemetry.timeline.process as tracing_process namespace
15 from telemetry.timeline import bounds
16 from telemetry.timeline import empty_timeline_data_importer
17 from telemetry.timeline import inspector_importer
18 from telemetry.timeline import trace_event_importer
30 'Number or order of timeline markers does not match provided labels')
36 'Overlapping timeline markers found')
125 # to prevent the timeline from from being modified.
201 """Find the timeline events with the given names
    [all...]
thread.py 6 import telemetry.timeline.event_container as event_container namespace
7 import telemetry.timeline.sample as tracing_sample namespace
8 import telemetry.timeline.slice as tracing_slice namespace
trace_event_importer.py 14 from telemetry.timeline import importer
15 from telemetry.timeline import tracing_timeline_data
16 import telemetry.timeline.async_slice as tracing_async_slice namespace
17 import telemetry.timeline.flow_event as tracing_flow_event namespace
trace_event_importer_unittest.py 8 from telemetry.timeline import trace_event_importer
9 from telemetry.timeline import tracing_timeline_data
10 import telemetry.timeline.counter as tracing_counter namespace
11 import telemetry.timeline.model as timeline_model namespace
470 # Need to include immediates inside a task so the timeline
    [all...]
  /external/chromium_org/tools/perf/measurements/
loading_trace.py 6 from metrics import timeline namespace
32 timeline_metric = timeline.LoadTimesTimelineMetric()
thread_times.py 5 from metrics import timeline namespace
40 metric = timeline.ThreadTimesTimelineMetric()
44 metric.results_to_report = timeline.ReportSilkResults
46 metric.details_to_report = timeline.ReportSilkDetails
thread_times_unittest.py 7 from metrics import timeline namespace
30 for category in timeline.TimelineThreadCategories.values():
31 cpu_time_name = timeline.ThreadCpuTimeResultName(category)
44 for category in timeline.TimelineThreadCategories.values():
45 cpu_time_name = timeline.ThreadCpuTimeResultName(category)
  /external/chromium_org/tools/perf/metrics/
timeline_unittest.py 8 from metrics import timeline namespace
9 from telemetry.timeline import model as model_module
33 metric = timeline.LoadTimesTimelineMetric()
58 metric = timeline.LoadTimesTimelineMetric()
81 metric = timeline.LoadTimesTimelineMetric()
103 metric = timeline.ThreadTimesTimelineMetric()
104 metric.details_to_report = timeline.ReportMainThreadOnly
109 for name in timeline.TimelineThreadCategories.values():
110 results.GetPageSpecificValueNamed(timeline.ThreadCpuTimeResultName(name))
120 cc_main.BeginSlice('cc_cat', timeline.FrameTraceName, 10, 10
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
rendering_stats_unittest.py 16 import telemetry.timeline.bounds as timeline_bounds namespace
17 from telemetry.timeline import model
18 import telemetry.timeline.async_slice as tracing_async_slice namespace
74 thread: The timeline model thread to which the event will be added.
114 thread: The timeline model thread to which the event will be added.
200 timeline = model.TimelineModel()
204 process_without_stats = timeline.GetOrCreateProcess(pid = 1)
210 process_without_frames = timeline.GetOrCreateProcess(pid = 2)
217 process_with_frames = timeline.GetOrCreateProcess(pid = 3)
225 timeline = model.TimelineModel(
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record.py 8 import telemetry.timeline.bounds as timeline_bounds namespace
34 """Represents an interaction that took place during a timeline recording.
53 Instead, we expect pages to mark up the timeline what they are doing, with
88 telemetry.timeline.async_slices.AsyncSlice
111 'Unrecognized flag in timeline Interaction record: %s' % f)
135 'Unrecognized flag for a timeline Interaction record: %s' % f)
173 timeline_slice: An instance of telemetry.timeline.slice.Slice
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.cpp 141 void ConsoleBase::timeline(ScriptState* scriptState, const String& title) function in class:WebCore::ConsoleBase
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElements.cpp 72 // Sliders (the volume control and timeline) need to capture some additional events used when dragging the thumb.
380 RefPtrWillBeRawPtr<MediaControlTimelineElement> timeline = adoptRefWillBeNoop(new MediaControlTimelineElement(mediaControls)); local
381 timeline->ensureUserAgentShadowRoot();
382 timeline->setType("range");
383 timeline->setAttribute(stepAttr, "any");
384 return timeline.release();
408 // FIXME: This will need to take the timeline offset into consideration
439 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-timeline", AtomicString::ConstructFromLiteral));
  /system/core/libsync/tests/
sync_test.cpp 26 // C++ wrapper class for sync timeline.
128 SyncFence(const SyncTimeline &timeline,
134 int fd = sw_sync_fence_create(timeline.getFd(), name ? name : autoName.c_str(), value);
217 TEST(AllocTest, Timeline) {
218 SyncTimeline timeline; local
219 ASSERT_TRUE(timeline.isValid());
223 SyncTimeline timeline; local
224 ASSERT_TRUE(timeline.isValid());
226 SyncFence fence(timeline, 1);
231 int timeline = sw_sync_timeline_create() local
246 SyncTimeline timeline; local
275 SyncTimeline timeline; local
302 SyncTimeline timeline; local
336 SyncTimeline timeline; local
352 SyncTimeline timeline; local
379 SyncTimeline timeline; local
444 SyncTimeline timeline; local
574 const SyncTimeline& timeline = timelines[timelineOffset]; local
    [all...]

Completed in 2156 milliseconds

1 2