OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugRectHistory
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/debug/
debug_rect_history.cc
17
scoped_ptr<
DebugRectHistory
>
DebugRectHistory
::Create() {
18
return make_scoped_ptr(new
DebugRectHistory
());
21
DebugRectHistory
::
DebugRectHistory
() {}
23
DebugRectHistory
::~
DebugRectHistory
() {}
25
void
DebugRectHistory
::SaveDebugRectsForCurrentFrame(
66
void
DebugRectHistory
::SavePaintRects(LayerImpl* layer) {
89
void
DebugRectHistory
::SavePropertyChangedRects
[
all
...]
debug_rect_history.h
70
class
DebugRectHistory
{
72
static scoped_ptr<
DebugRectHistory
> Create();
74
~
DebugRectHistory
();
88
DebugRectHistory
();
112
DISALLOW_COPY_AND_ASSIGN(
DebugRectHistory
);
/external/chromium_org/cc/layers/
heads_up_display_layer_impl.h
24
class
DebugRectHistory
;
110
DebugRectHistory
* debug_rect_history) const;
heads_up_display_layer_impl.cc
591
DebugRectHistory
* debug_rect_history) const {
/external/chromium_org/cc/trees/
layer_tree_impl.h
34
class
DebugRectHistory
;
95
DebugRectHistory
* debug_rect_history() const;
layer_tree_host_impl.h
41
class
DebugRectHistory
;
337
DebugRectHistory
* debug_rect_history() {
587
scoped_ptr<
DebugRectHistory
> debug_rect_history_;
layer_tree_impl.cc
630
DebugRectHistory
* LayerTreeImpl::debug_rect_history() const {
layer_tree_host_impl.cc
245
debug_rect_history_(
DebugRectHistory
::Create()),
[
all
...]
Completed in 288 milliseconds