HomeSort by relevance Sort by last modified time
    Searched defs:Scroll (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/cc/output/
software_output_device.cc 53 void SoftwareOutputDevice::Scroll(const gfx::Vector2d& delta,
  /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/ppapi/cpp/
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_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/proxy/
graphics_2d_resource.cc 75 void Graphics2DResource::Scroll(const PP_Rect* clip_rect,
  /external/chromium_org/pdf/
preview_mode_client.cc 23 void PreviewModeClient::Scroll(const pp::Point& point) {
out_of_process_instance.cc 104 // Set scroll position (Plugin -> Page)
486 // TODO(raymes): Implement this scroll behavior in JS:
487 // When click+dragging, scroll the document correctly.
788 void OutOfProcessInstance::Scroll(const pp::Point& point) {
    [all...]
instance.cc 497 // Left/Right arrows should scroll to the beginning of the Prev/Next page if
498 // there is no horizontal scroll bar.
499 // If fit-to-height, PgDown/PgUp should scroll to the beginning of the
518 // scroll to the next one in that case.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.h 82 const AtomicString scroll() const;
117 Scroll
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h     [all...]
ocidl.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1309 milliseconds