Home
last modified time | relevance | path

Searched refs:Scroll (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/ppapi/thunk/
Dppb_graphics_2d_thunk.cc64 void Scroll(PP_Resource graphics_2d, in Scroll() function
71 enter.object()->Scroll(clip_rect, amount); in Scroll()
111 &Scroll,
121 &Scroll,
Dppb_graphics_2d_api.h32 virtual void Scroll(const PP_Rect* clip_rect,
/external/chromium/chrome/browser/bookmarks/
Dbookmark_drop_info.cc48 &BookmarkDropInfo::Scroll); in Update()
55 void BookmarkDropInfo::Scroll() { in Scroll() function in BookmarkDropInfo
Dbookmark_drop_info.h59 void Scroll();
/external/chromium_org/ppapi/cpp/
Dgraphics_2d.cc102 void Graphics2D::Scroll(const Rect& clip, const Point& amount) { in Scroll() function in pp::Graphics2D
104 get_interface<PPB_Graphics2D_1_1>()->Scroll(pp_resource(), in Scroll()
108 get_interface<PPB_Graphics2D_1_0>()->Scroll(pp_resource(), in Scroll()
Dgraphics_2d.h163 void Scroll(const Rect& clip, const Point& amount);
/external/chromium_org/ppapi/c/
Dppb_graphics_2d.h153 void (*Scroll)(PP_Resource graphics_2d, member
295 void (*Scroll)(PP_Resource graphics_2d, member
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
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/ppapi/tests/
Dtest_graphics_2d.cc69 RUN_TEST_FORCEASYNC_AND_NOT(Scroll, filter); in RunTests()
233 graphics_2d_interface_->Scroll(image.pp_resource(), NULL, &zero_ten); in TestInvalidResource()
234 graphics_2d_interface_->Scroll(null_context.pp_resource(), in TestInvalidResource()
477 dc.Scroll(clip, pp::Point(dx, dy)); in TestScroll()
489 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); in TestScroll()
501 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); in TestScroll()
512 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); in TestScroll()
525 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y)); in TestScroll()
546 dc.Scroll(clip, pp::Point(dx, dy)); in TestScroll()
/external/chromium_org/cc/output/
Dsoftware_output_device.h58 virtual void Scroll(gfx::Vector2d delta,
Dsoftware_output_device.cc51 void SoftwareOutputDevice::Scroll( in Scroll() function in cc::SoftwareOutputDevice
/external/chromium_org/ppapi/proxy/
Dgraphics_2d_resource.h38 virtual void Scroll(const PP_Rect* clip_rect,
Dgraphics_2d_resource.cc75 void Graphics2DResource::Scroll(const PP_Rect* clip_rect, in Scroll() function in ppapi::proxy::Graphics2DResource
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTRegion.h113 Scroll enumerator
DVTTRegion.cpp229 return Scroll; in getSettingFromString()
268 case Scroll: in parseSettingValue()
/external/chromium_org/ppapi/utility/graphics/
Dpaint_manager.cc151 graphics_.Scroll(update.scroll_rect, update.scroll_delta); in DoPaint()
/external/chromium_org/ppapi/api/dev/
Dppb_scrollbar_dev.idl75 * Scroll by "multiplier" pixels/lines/pages units. Positive values are
/external/chromium_org/ui/message_center/cocoa/
Dsettings_controller.mm244 // Scroll view for the notifier settings.
268 // Scroll to top.
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_view_mac.mm88 // scroll bars unnecessary. Scroll bars change the height of the
/external/chromium_org/content/browser/renderer_host/
Dbacking_store_mac.mm190 // Scroll the contents of our CGLayer
196 // "Scroll" the contents of the layer by creating a new CGLayer,
/external/chromium_org/chrome/browser/ui/pdf/
Dpdf_browsertest.cc242 #define MAYBE_Scroll Scroll
/external/chromium_org/ui/app_list/cocoa/
Dapps_grid_controller_unittest.mm845 // Scroll to the second page.
859 // Scroll to the third page and drag some more.
866 // Scroll backwards.
883 // Scroll to end again, and keep dragging (should be ignored).
/external/chromium_org/ppapi/api/
Dppb_graphics_2d.idl128 * Scroll() enqueues a scroll of the context's backing store. This
145 void Scroll(
/external/chromium_org/third_party/isimpledom/
DISimpleDOMNode.idl94 cpp_quote("// Scroll the current view so that this dom node is visible.")
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventFactoryMac.mm639 // "Scroll"
641 return @"Scroll";
1088 // Scroll to the section headed "NSScrollWheel events".

12