HomeSort by relevance Sort by last modified time
    Searched full:fake_scrollbar (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/test/
fake_painted_scrollbar_layer.cc 9 #include "cc/test/fake_scrollbar.h"
17 FakeScrollbar* fake_scrollbar = new FakeScrollbar( local
20 fake_scrollbar, scrolling_layer_id));
24 FakeScrollbar* fake_scrollbar,
26 : PaintedScrollbarLayer(scoped_ptr<Scrollbar>(fake_scrollbar).Pass(),
30 fake_scrollbar_(fake_scrollbar) {
fake_painted_scrollbar_layer.h 10 #include "cc/test/fake_scrollbar.h"
40 FakeScrollbar* fake_scrollbar() { function in class:cc::FakePaintedScrollbarLayer
46 FakePaintedScrollbarLayer(FakeScrollbar* fake_scrollbar,
fake_scrollbar.cc 5 #include "cc/test/fake_scrollbar.h"
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 20 #include "cc/test/fake_scrollbar.h"
190 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(20, 10));
191 scrollbar_layer->fake_scrollbar()->set_track_rect(gfx::Rect(30, 10, 50, 10));
192 scrollbar_layer->fake_scrollbar()->set_thumb_thickness(10);
193 scrollbar_layer->fake_scrollbar()->set_thumb_length(4);
229 scrollbar_layer->fake_scrollbar()->set_thumb_thickness(4);
230 scrollbar_layer->fake_scrollbar()->set_thumb_length(6);
241 scrollbar_layer->fake_scrollbar()->set_location(gfx::Point(30, 10));
242 scrollbar_layer->fake_scrollbar()->set_track_rect(gfx::Rect(30, 10, 50, 10));
254 scrollbar_layer->fake_scrollbar()->set_track_rect(gfx::Rect(30, 12, 50, 6))
    [all...]
  /external/chromium_org/cc/
cc_tests.gyp 147 'test/fake_scrollbar.cc',
148 'test/fake_scrollbar.h',
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 31 #include "cc/test/fake_scrollbar.h"
    [all...]

Completed in 108 milliseconds