Searched refs:horiz_sb_ (Results 1 – 2 of 2) sorted by relevance
128 horiz_sb_(new NativeScrollBar(true)), in ScrollView()141 horiz_sb_->SetVisible(false); in ScrollView()142 horiz_sb_->set_controller(this); in ScrollView()151 delete horiz_sb_; in ~ScrollView()186 return horiz_sb_ ? horiz_sb_->GetLayoutSize() : 0; in GetScrollBarHeight()191 horiz_sb->SetVisible(horiz_sb_->visible()); in SetHorizontalScrollBar()192 delete horiz_sb_; in SetHorizontalScrollBar()194 horiz_sb_ = horiz_sb; in SetHorizontalScrollBar()288 SetControlVisibility(horiz_sb_, horiz_sb_required); in Layout()305 int height_offset = horiz_sb_->GetContentOverlapSize(); in Layout()[all …]
69 const ScrollBar* horizontal_scroll_bar() const { return horiz_sb_; } in horizontal_scroll_bar()133 ScrollBar* horiz_sb_; variable