Searched refs:GetScrollOffset (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dview.h142 /// GetScrollOffset returns the scroll offset of the window containing the
147 Point GetScrollOffset() const;
H A Dview.cc121 Point View::GetScrollOffset() const { function in class:pp::View
124 if (PP_ToBool(get_interface<PPB_View_1_2>()->GetScrollOffset(pp_resource(),
/external/chromium_org/ppapi/thunk/
H A Dppb_view_api.h30 virtual PP_Bool GetScrollOffset(PP_Point* offset) const = 0;
H A Dppb_view_thunk.cc81 PP_Bool GetScrollOffset(PP_Resource resource, struct PP_Point* offset) { function in namespace:ppapi::thunk::__anon10327
82 VLOG(4) << "PPB_View::GetScrollOffset()";
86 return enter.object()->GetScrollOffset(offset);
118 &GetScrollOffset
/external/chromium_org/ppapi/api/
H A Dppb_view.idl199 * GetScrollOffset returns the scroll offset of the window containing the
212 PP_Bool GetScrollOffset([in] PP_Resource resource,
/external/chromium_org/ppapi/c/
H A Dppb_view.h202 * GetScrollOffset returns the scroll offset of the window containing the
214 PP_Bool (*GetScrollOffset)(PP_Resource resource, struct PP_Point* offset); member in struct:PPB_View_1_2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_view_shared.h53 virtual PP_Bool GetScrollOffset(PP_Point* scroll_offset) const OVERRIDE;
H A Dppb_view_shared.cc84 PP_Bool PPB_View_Shared::GetScrollOffset(PP_Point* scroll_offset) const { function in class:ppapi::PPB_View_Shared
/external/chromium_org/ppapi/tests/
H A Dtest_view.cc211 last_view_.GetScrollOffset() != pp::Point(5, 1) &&
215 ASSERT_EQ(pp::Point(5, 1), last_view_.GetScrollOffset());
221 last_view_.GetScrollOffset() != pp::Point(0, 0) &&
225 ASSERT_EQ(pp::Point(0, 0), last_view_.GetScrollOffset());
/external/chromium_org/android_webview/browser/
H A Dshared_renderer_state.h38 gfx::Vector2d GetScrollOffset();
H A Dhardware_renderer.cc144 scroll_offset_ = shared_renderer_state_->GetScrollOffset();
H A Dshared_renderer_state.cc150 gfx::Vector2d SharedRendererState::GetScrollOffset() { function in class:android_webview::SharedRendererState
/external/chromium_org/content/renderer/
H A Drender_widget.h444 virtual gfx::Vector2d GetScrollOffset();
H A Drender_view_impl.h506 virtual gfx::Vector2d GetScrollOffset() OVERRIDE;
H A Drender_widget.cc1671 gfx::Vector2d RenderWidget::GetScrollOffset() { function in class:content::RenderWidget
H A Drender_view_impl.cc3363 gfx::Vector2d RenderViewImpl::GetScrollOffset() { function in class:content::RenderViewImpl
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc540 BoundScrollOffsetToDocument(view.GetScrollOffset()));

Completed in 332 milliseconds