Home | History | Annotate | Download | only in dev

Lines Matching refs:scrollbar

22  * The interface for a scrollbar.  A scrollbar is a widget, so the functions
23 * in PPB_Widget can also be used with scrollbar objects.
27 * Create a new scrollbar. Returns 0 if the instance is invalid.
33 * Returns PP_TRUE if the given resource is a Scrollbar. Returns PP_FALSE if
34 * the resource is invalid or some type other than a scrollbar.
39 * Gets the thickness of a scrollbar.
44 * Returns PP_TRUE if the system scrollbar style is an overlap scrollbar.
46 PP_Bool IsOverlay([in] PP_Resource scrollbar);
49 * Gets the value of the scrollbar.
51 uint32_t GetValue([in] PP_Resource scrollbar);
54 * Sets the value of the scrollbar.
56 void SetValue([in] PP_Resource scrollbar,
63 void SetDocumentSize([in] PP_Resource scrollbar,
70 void SetTickMarks([in] PP_Resource scrollbar,
79 void ScrollBy([in] PP_Resource scrollbar,