Searched refs:Scroll (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/ppapi/thunk/
H A Dppb_graphics_2d_thunk.cc62 void Scroll(PP_Resource graphics_2d, function in namespace:ppapi::thunk::__anon10278
65 VLOG(4) << "PPB_Graphics2D::Scroll()";
69 enter.object()->Scroll(clip_rect, amount);
109 &Scroll,
119 &Scroll,
H A Dppb_graphics_2d_api.h31 virtual void Scroll(const PP_Rect* clip_rect,
/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/cc/output/
H A Dsoftware_output_device.h56 virtual void Scroll(const gfx::Vector2d& delta, const gfx::Rect& clip_rect);
H A Dsoftware_output_device.cc52 void SoftwareOutputDevice::Scroll(const gfx::Vector2d& delta, function in class:cc::SoftwareOutputDevice
/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/proxy/
H A Dgraphics_2d_resource.h38 virtual void Scroll(const PP_Rect* clip_rect,
H A Dgraphics_2d_resource.cc75 void Graphics2DResource::Scroll(const PP_Rect* clip_rect, function in class:ppapi::proxy::Graphics2DResource
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegion.h120 Scroll enumerator in enum:blink::FINAL::RegionSetting
H A DVTTRegion.cpp230 return Scroll;
285 case Scroll:
289 WTF_LOG(Media, "VTTRegion::parseSettingValue, invalid Scroll");
/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/chromium_org/pdf/
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);
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 Dout_of_process_instance.h96 virtual void Scroll(const pp::Point& point);
H A Dinstance.h134 virtual void Scroll(const pp::Point& point);
/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/utility/graphics/
H A Dpaint_manager.cc151 graphics_.Scroll(update.scroll_rect, update.scroll_delta);
/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/chrome/browser/ui/pdf/
H A Dpdf_browsertest.cc51 #define MAYBE_Scroll Scroll
/external/chromium_org/ui/gfx/android/
H A Dscroller_unittest.cc29 TEST_F(ScrollerTest, Scroll) {
/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...]

Completed in 7291 milliseconds

12