OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_time_ms
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/gfx/animation/
multi_animation.h
24
//
start_time_ms
: the amount of time to offset this part by when calculating
28
// In most cases |
start_time_ms
| = 0 and |end_time_ms| = |time_ms|. But you
33
Part() : time_ms(0),
start_time_ms
(0), end_time_ms(0), type(Tween::ZERO) {}
36
start_time_ms
(0),
41
int
start_time_ms
;
member in struct:gfx::MultiAnimation::Part
multi_animation.cc
18
DCHECK(parts[i].end_time_ms - parts[i].
start_time_ms
>= parts[i].time_ms);
59
double percent = static_cast<double>(delta + part.
start_time_ms
) /
multi_animation_unittest.cc
44
parts[0].
start_time_ms
= 100;
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc
155
info.stun.
start_time_ms
= now;
227
nic_info->http.rtt = now - nic_info->http.
start_time_ms
;
229
nic_info->https.rtt = now - nic_info->https.
start_time_ms
;
276
talk_base::TimeSince(connect_info->
start_time_ms
);
296
nic_info->stun.rtt = now - nic_info->stun.
start_time_ms
;
376
nic_info->udp.
start_time_ms
= now;
377
nic_info->tcp.
start_time_ms
= now;
378
nic_info->ssltcp.
start_time_ms
= now;
506
nic_info->http.
start_time_ms
= now;
508
nic_info->https.
start_time_ms
= now
[
all
...]
connectivitychecker.h
54
uint32
start_time_ms
;
member in struct:cricket::ConnectInfo
/external/chromium/chrome/browser/ui/views/tabs/
tab.cc
121
parts[0].
start_time_ms
= kMiniTitleChangeAnimationStart1MS;
123
parts[2].
start_time_ms
= kMiniTitleChangeAnimationStart3MS;
/external/valgrind/main/massif/
ms_main.c
1318
static Time
start_time_ms
;
local
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
643
parts[0].
start_time_ms
= kMiniTitleChangeAnimationStart1MS;
645
parts[2].
start_time_ms
= kMiniTitleChangeAnimationStart3MS;
[
all
...]
Completed in 72 milliseconds