HomeSort by relevance Sort by last modified time
    Searched refs:timeline (Results 26 - 50 of 73) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/animation/
ElementAnimationTest.cpp 67 document->timeline()->setZeroTime(0);
68 ASSERT_EQ(0, document->timeline()->currentTime());
114 Player* player = document->timeline()->players().at(0).get();
163 Player* player = document->timeline()->players().at(0).get();
180 Player* player = document->timeline()->players().at(0).get();
202 Player* player = document->timeline()->players().at(0).get();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
networkLogView.css 275 .network-timeline-grid .resources-dividers,
276 .network-timeline-grid .resources-event-dividers,
277 .network-timeline-grid .resources-dividers-label-bar {
427 .network-timeline-grid {
436 .data-grid td.timeline-column {
457 .network-timeline-grid.small .network-event-divider {
480 .network-timeline-grid.small .resources-dividers-label-bar {
484 .network-timeline-grid .resources-divider-label {
489 .network-timeline-grid .resources-dividers-label-bar .resources-divider {
493 .network-timeline-grid.small .resources-dividers-label-bar .resources-divider
    [all...]
UserMetrics.js 86 timeline: 5,
  /external/chromium_org/tools/perf/metrics/
rendering_stats_unittest.py 9 from telemetry.core.timeline import model
48 thread: The timeline model thread to which the event will be added.
88 thread: The timeline model thread to which the event will be added.
122 timeline = model.TimelineModel()
126 browser = timeline.GetOrCreateProcess(pid = 1)
129 renderer = timeline.GetOrCreateProcess(pid = 2)
180 timeline_markers = timeline.FindTimelineMarkers(
smoothness.py 8 from telemetry.core.timeline.model import MarkerMismatchError
9 from telemetry.core.timeline.model import MarkerOverlapError
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlsChromium.cpp 80 RefPtr<MediaControlTimelineElement> timeline = MediaControlTimelineElement::create(document, this);
81 m_timeline = timeline.get();
82 panel->appendChild(timeline.release(), exceptionState);
MediaControlElements.cpp 472 RefPtr<MediaControlTimelineElement> timeline = adoptRef(new MediaControlTimelineElement(document, controls)); local
473 timeline->ensureUserAgentShadowRoot();
474 timeline->setType("range");
475 timeline->setAttribute(stepAttr, "any");
476 return timeline.release();
526 DEFINE_STATIC_LOCAL(AtomicString, id, ("-webkit-media-controls-timeline", AtomicString::ConstructFromLiteral));
  /external/chromium_org/tools/perf/measurements/
smoothness.py 6 from metrics import timeline namespace
22 metric_choices = ['smoothness', 'timeline']
38 elif self.options.metric == 'timeline':
39 self._metric = timeline.ThreadTimesTimelineMetric()
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
inspector_importer_unittest.py 6 from telemetry.core.timeline import inspector_importer
7 from telemetry.core.timeline import model
model.py 4 '''A container for timeline-based events and traces and can handle importing
13 import telemetry.core.timeline.process as tracing_process namespace
18 from telemetry.core.timeline import inspector_importer
19 from telemetry.core.timeline import bounds
20 from telemetry.core.timeline import trace_event_importer
31 'Number or order of timeline markers does not match provided labels')
37 'Overlapping timeline markers found')
99 # to prevent the timeline from from being modified.
161 """Find the timeline events with the given names.
199 """ Add a mapping from a core object to a timeline container
    [all...]
slice_unittest.py 7 from telemetry.core.timeline.slice import Slice
slice.py 5 import telemetry.core.timeline.event as timeline_event namespace
thread.py 6 import telemetry.core.timeline.event_container as event_container namespace
7 import telemetry.core.timeline.sample as tracing_sample namespace
8 import telemetry.core.timeline.slice as tracing_slice namespace
counter.py 5 import telemetry.core.timeline.event_container as event_container namespace
trace_event_importer.py 14 from telemetry.core.timeline import importer
15 import telemetry.core.timeline.async_slice as tracing_async_slice namespace
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.h 70 void timeline(ScriptState*, const String&);
ConsoleBase.idl 53 [CallWith=ScriptState] void timeline([Default=NullString] optional DOMString title);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results.py 75 def _print_run_results_entry(self, run_results, timeline, heading):
76 total = len(run_results.tests_by_timeline[timeline])
79 run_results.tests_by_timeline[timeline]))
85 results = (run_results.tests_by_expectation[result] & run_results.tests_by_timeline[timeline])
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 7 * "timeline" view. This class keeps track of what the current view is, and
57 * Base class for the Log view and Timeline view.
114 * Subview that is displayed in the timeline tab.
loggrouper.js 9 * This is used internally by the log and timeline views to pretty print
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_timeline.py 5 from telemetry.core.timeline import model
14 """Implementation of dev tools timeline."""
17 """Utility class to Start and Stop recording timeline.
22 # Something to run while the timeline is recording.
49 'Timeline', self._OnNotification, self._OnClose)
51 # individually as messages, but instead all at once when a Timeline.stop
54 'method': 'Timeline.start',
62 request = {'method': 'Timeline.stop'}
67 self._inspector_backend.UnregisterDomain('Timeline')
93 # Since 'Timeline.start' was invoked with the 'bufferEvents' parameter
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 89 for timeline in test_expectations.TestExpectations.TIMELINES.values():
90 self.tests_by_timeline[timeline] = expectations.get_tests_with_timeline(timeline)
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControls.css 138 audio::-webkit-media-controls-timeline-container, video::-webkit-media-controls-timeline-container {
178 audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
  /external/chromium_org/content/browser/resources/media/
stats_graph_helper.js 6 // This file contains helper methods to draw the stats timeline graphs.
102 // Adds the stats report |report| to the timeline graph for the given
220 // Creates the container elements holding a timeline graph
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 92 * Get all models throughout the whole timeline of given id.
301 * Parse template and calculate models of the whole timeline.
302 * @return {Array.<Object>} Models of the whole timeline.

Completed in 1224 milliseconds

12 3