HomeSort by relevance Sort by last modified time
    Searched refs:scrollbar_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/views/controls/scrollbar/
scrollbar_unittest.cc 51 NativeScrollBarTest() : widget_(NULL), scrollbar_(NULL) {}
57 ASSERT_FALSE(scrollbar_);
70 scrollbar_ =
72 scrollbar_->SetBounds(0, 0, 100, 100);
73 scrollbar_->Update(100, 200, 0);
75 track_size_ = scrollbar_->GetTrackBounds().width();
90 BaseScrollBar* scrollbar_; member in class:views::NativeScrollBarTest
110 EXPECT_EQ(scrollbar_->GetPosition(), 0);
111 EXPECT_EQ(scrollbar_->GetMaxPosition(), 100);
112 EXPECT_EQ(scrollbar_->GetMinPosition(), 0)
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
scrollbar_impl.cc 19 : scrollbar_(scrollbar.Pass()),
26 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
32 return geometry_->hasThumb(scrollbar_.get());
36 return scrollbar_->isOverlay();
40 return scrollbar_->location();
44 gfx::Rect thumb_rect = geometry_->thumbRect(scrollbar_.get());
45 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
51 gfx::Rect thumb_rect = geometry_->thumbRect(scrollbar_.get());
52 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
58 return geometry_->trackRect(scrollbar_.get())
    [all...]
scrollbar_impl.h 40 scoped_ptr<WebKit::WebScrollbar> scrollbar_; member in class:webkit::ScrollbarImpl
  /external/chromium_org/ppapi/tests/
test_scrollbar.cc 21 scrollbar_(instance, true),
37 scrollbar_.SetLocation(location);
39 scrollbar_.SetDocumentSize(10000);
48 scrollbar_.HandleEvent(input_event);
60 if (scrollbar == scrollbar_)
test_scrollbar.h 32 pp::Scrollbar_Dev scrollbar_; member in class:TestScrollbar
  /external/chromium_org/content/renderer/pepper/
ppb_scrollbar_impl.cc 59 scrollbar_.reset(WebPluginScrollbar::createForPlugin(
70 scrollbar_.reset();
78 return scrollbar_->isOverlay();
82 return scrollbar_->value();
86 if (scrollbar_)
87 scrollbar_->setValue(value);
91 if (scrollbar_)
92 scrollbar_->setDocumentSize(size);
97 if (!scrollbar_)
111 if (!scrollbar_)
    [all...]
ppb_scrollbar_impl.h 66 scoped_ptr<WebKit::WebPluginScrollbar> scrollbar_; member in class:content::PPB_Scrollbar_Impl
  /external/chromium_org/cc/layers/
scrollbar_layer.cc 24 tree_impl, id(), scrollbar_->Orientation()).PassAs<LayerImpl>();
37 : scrollbar_(scrollbar.Pass()),
40 if (!scrollbar_->IsOverlay())
55 return scrollbar_->IsOverlay();
59 return scrollbar_->Orientation();
141 scrollbar_layer->set_is_overlay_scrollbar(scrollbar_->IsOverlay());
165 : scrollbar_(scrollbar),
173 scrollbar_->PaintPart(canvas, part_, content_rect);
177 Scrollbar* scrollbar_; member in class:cc::ScrollbarPartPainter
191 new ScrollbarPartPainter(scrollbar_.get(), TRACK)
    [all...]
scrollbar_layer.h 71 scoped_ptr<Scrollbar> scrollbar_; member in class:cc::ScrollbarLayer
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 1201 scoped_refptr<ScrollbarLayer> scrollbar_ = ScrollbarLayer::Create( variable
1346 scoped_refptr<ScrollbarLayer> scrollbar_; member in class:cc::__anon6573::LayerTreeHostContextTestDontUseLostResources
    [all...]
layer_tree_host_unittest.cc 396 scrollbar_ = FakeScrollbarLayer::Create(paint_scrollbar,
399 scrollbar_->SetPosition(gfx::Point(0, 10));
400 scrollbar_->SetBounds(gfx::Size(10, 10));
402 root_layer_->AddChild(scrollbar_);
421 // the content bounds of |scrollbar_|, which should not generate
433 scrollbar_->content_bounds().ToString());
439 scoped_refptr<FakeScrollbarLayer> scrollbar_; member in class:cc::__anon6571::LayerTreeHostTestNoExtraCommitFromScrollbarInvalidate
1215 scoped_refptr<FakeScrollbarLayer> scrollbar_; member in class:cc::__anon6571::LayerTreeHostTestAtomicCommit
    [all...]

Completed in 225 milliseconds