OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSmoothedTime
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h
223
base::Time
GetSmoothedTime
(base::Time t);
navigation_controller_impl_unittest.cc
125
// With no duplicates,
GetSmoothedTime
should be the identity
131
EXPECT_EQ(t, smoother.
GetSmoothedTime
(t));
140
EXPECT_EQ(t, smoother.
GetSmoothedTime
(t));
144
EXPECT_EQ(expected_t, smoother.
GetSmoothedTime
(t));
156
EXPECT_EQ(expected_t, smoother.
GetSmoothedTime
(t));
162
EXPECT_EQ(expected_t, smoother.
GetSmoothedTime
(t));
174
EXPECT_EQ(expected_t, smoother.
GetSmoothedTime
(t));
177
EXPECT_EQ(t, smoother.
GetSmoothedTime
(t));
[
all
...]
navigation_controller_impl.cc
181
base::Time NavigationControllerImpl::TimeSmoother::
GetSmoothedTime
(
810
time_smoother_.
GetSmoothedTime
(get_timestamp_callback_.Run());
[
all
...]
Completed in 30 milliseconds