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

  /external/webkit/WebCore/svg/animation/
SMILTime.h 37 SMILTime() : m_time(0) { }
38 SMILTime(double time) : m_time(time) { }
39 SMILTime(const SMILTime& o) : m_time(o.m_time) { }
44 SMILTime& operator=(const SMILTime& o) { m_time = o.m_time; return *this; }
45 double value() const { return m_time; }
47 bool isFinite() const { return m_time < indefiniteValue; }
48 bool isIndefinite() const { return m_time == indefiniteValue; }
49 bool isUnresolved() const { return m_time == unresolvedValue;
55 double m_time; member in class:WebCore::SMILTime
    [all...]
  /external/skia/src/ports/
SkTime_Unix.cpp 28 time_t m_time; local
29 time(&m_time);
31 tstruct = localtime(&m_time);
  /external/blktrace/btt/
trace_queue.c 36 q_iop->i_time = q_iop->g_time = q_iop->i_time = q_iop->m_time =
trace_issue.c 45 else if (q_iop->m_time != (__u64)-1)
46 update_m2d(q_iop, tdelta(q_iop->m_time, d_iop->t.time));
trace_complete.c 44 if (iop->m_time != (__u64)-1)
45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1);
inlines.h 241 static inline void update_q2m(struct io *iop, __u64 m_time)
243 UPDATE_AVGS(q2m, iop, iop->pip, m_time);
246 static inline void unupdate_q2m(struct io *iop, __u64 m_time)
248 UNUPDATE_AVGS(q2m, iop, iop->pip, m_time);
trace_im.c 65 q_iop->m_time = m_iop->t.time;
iostat.c 273 else if (q_iop->m_time != (__u64)-1)
274 ADD_STAT(c_iop->dip, wait, tdelta(q_iop->m_time,c_iop->t.time));
globals.h 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member in struct:io
  /external/webkit/WebCore/rendering/
RenderImage.cpp 65 , m_time(time)
77 double time() const { return m_time; }
82 void setTime(double t) { m_time = t; }
93 double m_time; member in class:WebCore::RenderImageScaleData

Completed in 105 milliseconds