OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentPhysicalTimeTicks
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_impl.cc
182
DidScrollGestureEnd(
CurrentPhysicalTimeTicks
());
598
base::TimeTicks LayerTreeImpl::
CurrentPhysicalTimeTicks
() const {
599
return layer_tree_host_impl_->
CurrentPhysicalTimeTicks
();
layer_tree_impl.h
81
base::TimeTicks
CurrentPhysicalTimeTicks
() const;
layer_tree_host_impl.cc
[
all
...]
layer_tree_host_impl.h
388
virtual base::TimeTicks
CurrentPhysicalTimeTicks
() const;
thread_proxy.cc
750
layer_tree_host_impl_->
CurrentPhysicalTimeTicks
();
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
/external/chromium_org/cc/layers/
layer_impl.cc
1018
layer_tree_impl_->
CurrentPhysicalTimeTicks
());
[
all
...]
Completed in 32 milliseconds