HomeSort by relevance Sort by last modified time
    Searched full:scrollbar_ (Results 1 - 18 of 18) 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/chrome/browser/resources/net_internals/
timeline_graph_view.js 59 this.scrollbar_ = new HorizontalScrollbarView(scrollbarId,
63 superClass.call(this, null, new DivView(divId), this.scrollbar_);
162 return this.scrollbar_.getPosition() == this.scrollbar_.getRange();
177 if (this.scrollbar_.getPosition() > scrollbarRange)
180 this.scrollbar_.setRange(scrollbarRange);
182 this.scrollbar_.setPosition(scrollbarRange);
222 var newPosition = this.scrollbar_.getPosition() + Math.round(delta);
226 } else if (newPosition > this.scrollbar_.getRange()) {
227 newPosition = this.scrollbar_.getRange()
    [all...]
  /external/chromium_org/content/browser/resources/media/
timeline_graph_view.js 38 this.scrollbar_ = {position_: 0, range_: 0};
70 return this.scrollbar_.position_ == this.scrollbar_.range_;
85 if (this.scrollbar_.position_ > scrollbarRange)
88 this.scrollbar_.range_ = scrollbarRange;
90 this.scrollbar_.position_ = scrollbarRange;
179 var position = this.scrollbar_.position_;
182 if (this.scrollbar_.range_ == 0)
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_grid.js 44 self.scrollBar_ = new MainPanelScrollBar();
45 self.scrollBar_.initialize(self.parentNode, self);
230 this.scrollBar_.setBottomMarginForPanel(margin);
navigation_list.js 272 this.scrollBar_ = new ScrollBar();
273 this.scrollBar_.initialize(this.parentNode, this);
directory_tree.js 514 this.scrollBar_ = MainPanelScrollBar();
515 this.scrollBar_.initialize(this.parentNode, this);
623 this.scrollBar_.setBottomMarginForPanel(margin);
file_table.js 309 self.scrollBar_ = MainPanelScrollBar();
310 self.scrollBar_.initialize(self, self.list);
842 this.scrollBar_.setBottomMarginForPanel(margin);
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.js 410 // onScroll handler). |scrollbar_| is only aesthetic, and it only
413 this.scrollbar_ = this.ownerDocument.createElement('div');
414 this.scrollbar_.className = 'tile-page-scrollbar';
415 this.scrollbar_.hidden = true;
416 this.appendChild(this.scrollbar_);
499 return this.scrollbar_.hidden ? 0 : 13;
    [all...]
  /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 2380 milliseconds