HomeSort by relevance Sort by last modified time
    Searched refs:Timeline (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.idl 130 [Timeline, Inline=FastReturn]
133 [DOMDebugger, Timeline, Inline=FastReturn]
136 [DOMDebugger, Timeline, Inline=FastReturn]
139 [Timeline, Inline=FastReturn]
142 [Timeline, Inline=FastReturn]
145 [Timeline, Inline=FastReturn]
148 [Timeline, Inline=FastReturn]
151 [Timeline, Inline=FastReturn]
154 [Timeline, Inline=FastReturn]
163 [Timeline, Inline=FastReturn
    [all...]
InspectorTimelineAgent.h 240 void setDOMCounters(TypeBuilder::Timeline::TimelineEvent* record);
241 void setNativeHeapStatistics(TypeBuilder::Timeline::TimelineEvent* record);
267 InspectorFrontend::Timeline* m_frontend;
InspectorTimelineAgent.cpp 127 const char BackendNodeIdGroup[] = "timeline";
186 m_frontend = frontend->timeline();
647 RefPtr<TypeBuilder::Timeline::TimelineEvent> record = TypeBuilder::Timeline::TimelineEvent::runtimeCast(prpRecord);
665 void InspectorTimelineAgent::setDOMCounters(TypeBuilder::Timeline::TimelineEvent* record)
677 RefPtr<TypeBuilder::Timeline::DOMCounters> counters = TypeBuilder::Timeline::DOMCounters::create()
697 // An empty stack could merely mean that the timeline agent was turned on in the middle of
720 : InspectorBaseAgent<InspectorTimelineAgent>("Timeline", instrumentingAgents, state)
748 RefPtr<TypeBuilder::Timeline::TimelineEvent> recordChecked = TypeBuilder::Timeline::TimelineEvent::runtimeCast(event)
    [all...]
  /frameworks/av/include/media/nbaio/
NBLog.h 84 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
86 class Timeline : public RefBase {
89 Timeline(size_t size, void *shared = NULL);
90 virtual ~Timeline();
93 // Input parameter 'size' is the desired size of the timeline in byte units.
116 // Input parameter 'size' is the desired size of the timeline in byte units.
117 // The size of the shared memory must be at least Timeline::sharedSize(size).
175 // Input parameter 'size' is the desired size of the timeline in byte units.
176 // The size of the shared memory must be at least Timeline::sharedSize(size).
  /external/chromium_org/third_party/skia/include/animator/
SkAnimator.h 433 /** \class Timeline
434 Returns current time to animator. To return a custom timeline, create a child
437 class Timeline {
439 virtual ~Timeline() {}
449 void setTimeline(const Timeline& );
  /external/skia/include/animator/
SkAnimator.h 433 /** \class Timeline
434 Returns current time to animator. To return a custom timeline, create a child
437 class Timeline {
439 virtual ~Timeline() {}
449 void setTimeline(const Timeline& );
  /frameworks/av/services/medialog/
MediaLogService.cpp 33 shared->size() < NBLog::Timeline::sharedSize(size)) {
  /frameworks/av/media/libnbaio/
NBLog.cpp 50 NBLog::Timeline::Timeline(size_t size, void *shared)
57 NBLog::Timeline::~Timeline()
67 size_t NBLog::Timeline::sharedSize(size_t size)
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.h 119 const SkAnimator::Timeline* fTimeline;
SkAnimateMaker.cpp 24 class DefaultTimeline : public SkAnimator::Timeline {
SkAnimator.cpp 636 void SkAnimator::setTimeline(const Timeline& timeline) {
637 fMaker->fTimeline = &timeline;
  /external/skia/src/animator/
SkAnimateMaker.h 119 const SkAnimator::Timeline* fTimeline;
SkAnimateMaker.cpp 24 class DefaultTimeline : public SkAnimator::Timeline {
SkAnimator.cpp 636 void SkAnimator::setTimeline(const Timeline& timeline) {
637 fMaker->fTimeline = &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.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
externs.js 335 function Timeline() {}
ExtensionAPI.js 69 TimelineEventRecorded: "timeline-event-recorded",
185 this.timeline = new Timeline();
884 var Timeline = declareInterfaceClass(TimelineImpl);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
ui.js 118 ui.html._dashboardLink('Stats Timeline', 'timeline_explorer.html');
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 409 sp<IMemory> shared = mLogMemoryDealer->allocate(NBLog::Timeline::sharedSize(size));
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 2378 milliseconds