Searched refs:Scroll (Results 1 - 25 of 30) sorted by last modified time

12

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py178 self.scroll.Scroll(x + 1, y)
180 self.scroll.Scroll(x - 1, y)
182 self.scroll.Scroll(x, y + 1)
184 self.scroll.Scroll(x, y - 1)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventFactoryMac.mm626 // "Scroll"
628 return @"Scroll";
1078 // Scroll to the section headed "NSScrollWheel events".
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.cpp230 return Scroll;
285 case Scroll:
289 WTF_LOG(Media, "VTTRegion::parseSettingValue, invalid Scroll");
H A DVTTRegion.h120 Scroll enumerator in enum:blink::FINAL::RegionSetting
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids2754 2048 Orbit Trackball with Scroll Ring
3590 3108 800dpi Optical Mouse w/ Scroll Point
6299 3002 Scroll Mouse
16348 047 Scroll Lock
16408 084 Locking Scroll Lock
16453 003 Scroll Lock
16821 233 AC Scroll Up
16822 234 AC Scroll Down
16823 235 AC Scroll
17000 029 Vertical Scroll
[all...]
/external/chromium_org/ui/gfx/android/
H A Dscroller_unittest.cc29 TEST_F(ScrollerTest, Scroll) {
/external/chromium_org/pdf/
H A Dinstance.cc1113 void Instance::Scroll(const pp::Point& point) { function in class:chrome_pdf::Instance
2679 // Scroll only if mouse pointer is outside of the anchor area.
H A Dinstance.h134 virtual void Scroll(const pp::Point& point);
H A Dout_of_process_instance.cc790 void OutOfProcessInstance::Scroll(const pp::Point& point) { function in class:chrome_pdf::OutOfProcessInstance
H A Dout_of_process_instance.h96 virtual void Scroll(const pp::Point& point);
H A Dpaint_manager.cc219 graphics_.Scroll(update.scroll_rect, update.scroll_delta);
H A Dpdf_engine.h71 virtual void Scroll(const pp::Point& point) = 0;
73 // Scroll the horizontal/vertical scrollbars to a given position.
77 // Scroll to the specified page.
H A Dpreview_mode_client.cc23 void PreviewModeClient::Scroll(const pp::Point& point) { function in class:chrome_pdf::PreviewModeClient
H A Dpreview_mode_client.h29 virtual void Scroll(const pp::Point& point);
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc704 client_->Scroll(pp::Point(old_x - position, 0));
713 client_->Scroll(pp::Point(0, old_y - position));
/external/chromium_org/ppapi/api/
H A Dppb_graphics_2d.idl128 * Scroll() enqueues a scroll of the context's backing store. This
145 void Scroll(
/external/chromium_org/ppapi/c/
H A Dppb_graphics_2d.h136 * Scroll() enqueues a scroll of the context's backing store. This
153 void (*Scroll)(PP_Resource graphics_2d, member in struct:PPB_Graphics2D_1_1
295 void (*Scroll)(PP_Resource graphics_2d, member in struct:PPB_Graphics2D_1_0
/external/chromium_org/ppapi/cpp/
H A Dgraphics_2d.cc102 void Graphics2D::Scroll(const Rect& clip, const Point& amount) { function in class:pp::Graphics2D
104 get_interface<PPB_Graphics2D_1_1>()->Scroll(pp_resource(),
108 get_interface<PPB_Graphics2D_1_0>()->Scroll(pp_resource(),
H A Dgraphics_2d.h148 /// Scroll() enqueues a scroll of the context's backing store. This
163 void Scroll(const Rect& clip, const Point& amount);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c771 iface->Scroll(graphics_2d, clip_rect, amount);
810 iface->Scroll(graphics_2d, clip_rect, amount);
4670 .Scroll = (void (*)(PP_Resource graphics_2d, const struct PP_Rect* clip_rect, const struct PP_Point* amount))&Pnacl_M14_PPB_Graphics2D_Scroll,
4680 .Scroll = (void (*)(PP_Resource graphics_2d, const struct PP_Rect* clip_rect, const struct PP_Point* amount))&Pnacl_M27_PPB_Graphics2D_Scroll,
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.cc75 void Graphics2DResource::Scroll(const PP_Rect* clip_rect, function in class:ppapi::proxy::Graphics2DResource
H A Dgraphics_2d_resource.h38 virtual void Scroll(const PP_Rect* clip_rect,
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc67 RUN_TEST_FORCEASYNC_AND_NOT(Scroll, filter);
227 // Scroll.
231 graphics_2d_interface_->Scroll(image.pp_resource(), NULL, &zero_ten);
232 graphics_2d_interface_->Scroll(null_context.pp_resource(),
475 dc.Scroll(clip, pp::Point(dx, dy));
487 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
499 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
510 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
523 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
537 // Scroll imag
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_2d_api.h31 virtual void Scroll(const PP_Rect* clip_rect,

Completed in 417 milliseconds

12