HomeSort by relevance Sort by last modified time
    Searched refs:Scroll (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/ppapi/cpp/
graphics_2d.h 148 /// Scroll() enqueues a scroll of the context's backing store. This
156 /// The scroll can be larger than the area of the clipping rectangle, which
163 void Scroll(const Rect& clip, const Point& amount);
196 /// Flush() flushes any enqueued paint, scroll, and replace commands
graphics_2d.cc 102 void Graphics2D::Scroll(const Rect& clip, const Point& amount) {
104 get_interface<PPB_Graphics2D_1_1>()->Scroll(pp_resource(),
108 get_interface<PPB_Graphics2D_1_0>()->Scroll(pp_resource(),
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_api.h 31 virtual void Scroll(const PP_Rect* clip_rect,
ppb_graphics_2d_thunk.cc 62 void Scroll(PP_Resource graphics_2d,
65 VLOG(4) << "PPB_Graphics2D::Scroll()";
69 enter.object()->Scroll(clip_rect, amount);
109 &Scroll,
119 &Scroll,
  /external/chromium_org/ppapi/c/
ppb_graphics_2d.h 136 * Scroll() enqueues a scroll of the context's backing store. This
144 * The scroll can be larger than the area of the clipping rectangle, which
153 void (*Scroll)(PP_Resource graphics_2d,
190 * Flush() flushes any enqueued paint, scroll, and replace commands to the
295 void (*Scroll)(PP_Resource graphics_2d,
  /external/chromium_org/cc/output/
software_output_device.h 56 virtual void Scroll(const gfx::Vector2d& delta, const gfx::Rect& clip_rect);
software_output_device.cc 52 void SoftwareOutputDevice::Scroll(const gfx::Vector2d& delta,
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.h 38 virtual void Scroll(const PP_Rect* clip_rect,
graphics_2d_resource.cc 75 void Graphics2DResource::Scroll(const PP_Rect* clip_rect,
  /external/chromium_org/ppapi/api/
ppb_graphics_2d.idl 128 * Scroll() enqueues a scroll of the context's backing store. This
136 * The scroll can be larger than the area of the clipping rectangle, which
145 void Scroll(
187 * Flush() flushes any enqueued paint, scroll, and replace commands to the
  /external/chromium_org/pdf/
preview_mode_client.h 29 virtual void Scroll(const pp::Point& point);
preview_mode_client.cc 23 void PreviewModeClient::Scroll(const pp::Point& point) {
out_of_process_instance.h 96 virtual void Scroll(const pp::Point& point);
207 // Bound the given scroll offset to the document.
334 // If this is true, then don't scroll the plugin in response to DidChangeView
paint_manager.cc 217 // Apply any scroll first.
219 graphics_.Scroll(update.scroll_rect, update.scroll_delta);
pdf_engine.h 70 // Informs the client to scroll the plugin area by the given offset.
71 virtual void Scroll(const pp::Point& point) = 0;
73 // Scroll the horizontal/vertical scrollbars to a given position.
77 // Scroll to the specified page.
255 // Allow client to query and reset scroll positions in document coordinates.
instance.h 134 virtual void Scroll(const pp::Point& point);
332 // Calculate autoscroll info and return proper mouse pointer and scroll
356 // we want to scroll the document.
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.h 85 const AtomicString scroll() const;
120 Scroll
VTTRegion.cpp 158 const AtomicString VTTRegion::scroll() const function in class:blink::VTTRegion
173 exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid. The 'scroll' property must be either the empty string, or 'up'.");
188 setScroll(region->scroll(), ASSERT_NO_EXCEPTION);
229 if (input.scan("scroll"))
230 return Scroll;
285 case Scroll:
289 WTF_LOG(Media, "VTTRegion::parseSettingValue, invalid Scroll");
362 // property to move elements. We should just scroll the text track cues on the
374 // Find first cue that is not entirely displayed and scroll it upwards.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 42 self.scroll = wx.ScrolledWindow(self.panel)
43 self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale)
44 self.scroll.EnableScrolling(True, True)
45 self.scroll.SetFocus()
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
52 self.scroll.Bind(wx.EVT_PAINT, self.on_paint)
53 self.scroll.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
54 self.scroll.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down)
56 self.scroll.Fit()
72 (x, y) = self.scroll.GetViewStart(
    [all...]
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 67 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(),
469 // by specified amount. It's the area to which the scroll is limited. So if
471 // the scroll won't result in additional images.
475 dc.Scroll(clip, pp::Point(dx, dy));
484 // This scroll is invalid and will be a noop.
487 dc.Scroll(clip, pp::Point(scroll_x - image_x, scroll_y - image_y));
496 // so there is nothing to scroll
    [all...]
  /external/chromium_org/ppapi/utility/graphics/
paint_manager.cc 149 // Apply any scroll before asking the client to paint.
151 graphics_.Scroll(update.scroll_rect, update.scroll_delta);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 626 // "Scroll"
628 return @"Scroll";
760 // shouldn't be used by Blink to scroll the current page, because we want
985 // There are three types of scroll data available on a scroll wheel CGEvent.
1005 // scroll events with delta 0 will be delivered, and every so often an event
    [all...]
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 51 #define MAYBE_Scroll Scroll
  /external/chromium_org/chrome/common/extensions/docs/static/js/
article.js 5 // Scroll handling.
8 // depending on whether it's scrolled into view, and manages the scroll-to-top
61 document.addEventListener('scroll', onScroll);
65 // On mobile, hide permalinks. TOC is hidden, doesn't need to scroll.
67 document.removeEventListener('scroll', onScroll);
  /external/chromium_org/ui/gfx/android/
scroller_unittest.cc 29 TEST_F(ScrollerTest, Scroll) {
33 // Start a scroll and verify initialized values.
49 // Advance halfway through the scroll.

Completed in 620 milliseconds

1 2 3