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(
63
void
DebugRectHistory
::SavePaintRects(LayerImpl* layer) {
86
void
DebugRectHistory
::SavePropertyChangedRects
[
all
...]
debug_rect_history.h
69
class
DebugRectHistory
{
71
static scoped_ptr<
DebugRectHistory
> Create();
73
~
DebugRectHistory
();
87
DebugRectHistory
();
109
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
584
DebugRectHistory
* debug_rect_history) const {
/external/chromium_org/cc/trees/
layer_tree_impl.h
31
class
DebugRectHistory
;
89
DebugRectHistory
* debug_rect_history() const;
layer_tree_host_impl.h
39
class
DebugRectHistory
;
311
DebugRectHistory
* debug_rect_history() {
524
scoped_ptr<
DebugRectHistory
> debug_rect_history_;
layer_tree_impl.cc
520
DebugRectHistory
* LayerTreeImpl::debug_rect_history() const {
layer_tree_host_impl.cc
192
debug_rect_history_(
DebugRectHistory
::Create()),
[
all
...]
Completed in 148 milliseconds