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

  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 48 virtual void OnHScroll(int scroll_type,
57 virtual void OnVScroll(int scroll_type,
68 void ScrollCommon(UINT message, int scroll_type, short position,
70 bool ScrollZoom(int scroll_type);
native_tab_contents_view_win.cc 149 void NativeTabContentsViewWin::OnHScroll(int scroll_type,
152 ScrollCommon(WM_HSCROLL, scroll_type, position, scrollbar);
204 void NativeTabContentsViewWin::OnVScroll(int scroll_type,
207 ScrollCommon(WM_VSCROLL, scroll_type, position, scrollbar);
285 void NativeTabContentsViewWin::ScrollCommon(UINT message, int scroll_type,
289 if (!ScrollZoom(scroll_type)) {
293 message, MAKELONG(scroll_type, position),
298 bool NativeTabContentsViewWin::ScrollZoom(int scroll_type) {
310 switch (scroll_type) {
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.h 173 STDMETHODIMP scrollTo(enum IA2ScrollType scroll_type) {
282 enum IA2ScrollType scroll_type) {
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h 183 STDMETHODIMP scrollTo(enum IA2ScrollType scroll_type) {
290 enum IA2ScrollType scroll_type) {
  /external/chromium_org/content/browser/web_contents/
web_contents_view_win.cc 401 int scroll_type = LOWORD(wparam); local
417 switch (scroll_type) {
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 222 CONTENT_EXPORT STDMETHODIMP scrollTo(enum IA2ScrollType scroll_type);
500 enum IA2ScrollType scroll_type);
browser_accessibility_win.cc 804 STDMETHODIMP BrowserAccessibilityWin::scrollTo(enum IA2ScrollType scroll_type) {
809 switch(scroll_type) {
    [all...]

Completed in 78 milliseconds