OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeSmoother
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h
213
FRIEND_TEST_ALL_PREFIXES(
TimeSmoother
, Basic);
214
FRIEND_TEST_ALL_PREFIXES(
TimeSmoother
, SingleDuplicate);
215
FRIEND_TEST_ALL_PREFIXES(
TimeSmoother
, ManyDuplicates);
216
FRIEND_TEST_ALL_PREFIXES(
TimeSmoother
, ClockBackwardsJump);
220
class CONTENT_EXPORT
TimeSmoother
{
399
TimeSmoother
time_smoother_;
navigation_controller_impl_unittest.cc
123
//
TimeSmoother
tests ----------------------------------------------------------
127
TEST(
TimeSmoother
, Basic) {
128
NavigationControllerImpl::
TimeSmoother
smoother;
137
TEST(
TimeSmoother
, SingleDuplicate) {
138
NavigationControllerImpl::
TimeSmoother
smoother;
150
TEST(
TimeSmoother
, ManyDuplicates) {
152
NavigationControllerImpl::
TimeSmoother
smoother;
168
TEST(
TimeSmoother
, ClockBackwardsJump) {
170
NavigationControllerImpl::
TimeSmoother
smoother;
[
all
...]
navigation_controller_impl.cc
181
base::Time NavigationControllerImpl::
TimeSmoother
::GetSmoothedTime(
[
all
...]
Completed in 39 milliseconds