OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestBackingStore
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/test/
test_backing_store.cc
9
TestBackingStore
::
TestBackingStore
(RenderWidgetHost* widget,
14
TestBackingStore
::~
TestBackingStore
() {
17
void
TestBackingStore
::PaintToBackingStore(
28
bool
TestBackingStore
::CopyFromBackingStore(const gfx::Rect& rect,
33
void
TestBackingStore
::ScrollBackingStore(const gfx::Vector2d& delta,
test_backing_store.h
14
class
TestBackingStore
: public BackingStore {
16
TestBackingStore
(RenderWidgetHost* widget, const gfx::Size& size);
17
virtual ~
TestBackingStore
();
34
DISALLOW_COPY_AND_ASSIGN(
TestBackingStore
);
test_render_view_host.cc
111
return new
TestBackingStore
(rwh_, size);
/external/chromium_org/sync/syncable/
syncable_unittest.cc
[
all
...]
Completed in 28 milliseconds