OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetContentRect
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/layers/
render_surface_unittest.cc
51
EXECUTE_AND_VERIFY_SURFACE_CHANGED(render_surface->
SetContentRect
(test_rect));
62
render_surface->
SetContentRect
(test_rect));
103
render_surface->
SetContentRect
(content_rect);
164
render_surface->
SetContentRect
(content_rect);
render_surface.h
32
void
SetContentRect
(gfx::Rect content_rect) { content_rect_ = content_rect; }
render_surface_impl.h
120
void
SetContentRect
(gfx::Rect content_rect);
render_surface_impl.cc
79
void RenderSurfaceImpl::
SetContentRect
(gfx::Rect content_rect) {
/external/chromium_org/cc/trees/
quad_culler_unittest.cc
95
layer->render_surface()->
SetContentRect
(rect_in_target);
103
parent->render_surface()->
SetContentRect
(rect_in_target);
[
all
...]
layer_tree_host_common.cc
[
all
...]
damage_tracker_unittest.cc
89
root->render_surface()->
SetContentRect
(gfx::Rect(0, 0, 500, 500));
123
root->render_surface()->
SetContentRect
(gfx::Rect(0, 0, 500, 500));
[
all
...]
layer_tree_host_impl_unittest.cc
[
all
...]
Completed in 396 milliseconds