Searched defs:ScrollBar (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dscrollbar.js12 var ScrollBar = cr.ui.define('div'); variable
18 ScrollBar.Mode = {
23 ScrollBar.prototype = {
26 if (this.mode_ == ScrollBar.Mode.VERTICAL) {
43 ScrollBar.prototype.__proto__ = HTMLDivElement.prototype;
48 ScrollBar.prototype.decorate = function() {
51 this.mode = ScrollBar.Mode.VERTICAL;
69 ScrollBar.prototype.initialize = function(parent, opt_scrollableArea) {
79 ScrollBar.prototype.attachToView = function(view) {
92 ScrollBar
21 ScrollBar.prototype = { class
[all...]
/external/chromium_org/ui/views/controls/scrollbar/
H A Dscroll_bar.cc11 ScrollBar::~ScrollBar() {
14 void ScrollBar::GetAccessibleState(ui::AXViewState* state) {
18 bool ScrollBar::IsHorizontal() const {
22 void ScrollBar::Update(int viewport_size, int content_size, int current_pos) {
26 int ScrollBar::GetMaxPosition() const {
30 int ScrollBar::GetMinPosition() const {
34 int ScrollBar::GetContentOverlapSize() const {
38 void ScrollBar::OnMouseEnteredScrollView(const ui::MouseEvent& event) {
41 void ScrollBar
44 ScrollBar::ScrollBar(bool is_horiz) function in class:views::ScrollBar
[all...]
H A Dscroll_bar.h15 class ScrollBar;
32 virtual void ScrollToPosition(ScrollBar* source, int position) = 0;
43 virtual int GetScrollIncrement(ScrollBar* source,
50 // ScrollBar
52 // A View subclass to wrap to implement a ScrollBar. Our current windows
58 class VIEWS_EXPORT ScrollBar : public View { class in namespace:views
60 virtual ~ScrollBar();
100 explicit ScrollBar(bool is_horiz);
109 DISALLOW_COPY_AND_ASSIGN(ScrollBar);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 228 milliseconds