Searched defs:GetClipRect (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dview.cc87 Rect View::GetClipRect() const { function in class:pp::View
90 if (PP_ToBool(get_interface<PPB_View_1_2>()->GetClipRect(pp_resource(),
94 if (PP_ToBool(get_interface<PPB_View_1_1>()->GetClipRect(pp_resource(),
98 if (PP_ToBool(get_interface<PPB_View_1_0>()->GetClipRect(pp_resource(),
/external/chromium_org/ppapi/c/
H A Dppb_view.h129 * GetClipRect() returns the clip rectangle relative to the upper-left corner
171 PP_Bool (*GetClipRect)(PP_Resource resource, struct PP_Rect* clip); member in struct:PPB_View_1_2
225 PP_Bool (*GetClipRect)(PP_Resource resource, struct PP_Rect* clip); member in struct:PPB_View_1_0
234 PP_Bool (*GetClipRect)(PP_Resource resource, struct PP_Rect* clip); member in struct:PPB_View_1_1
/external/chromium_org/ppapi/shared_impl/
H A Dppb_view_shared.cc73 PP_Bool PPB_View_Shared::GetClipRect(PP_Rect* clip) const { function in class:ppapi::PPB_View_Shared
/external/chromium_org/ppapi/thunk/
H A Dppb_view_thunk.cc57 PP_Bool GetClipRect(PP_Resource resource, struct PP_Rect* clip) { function in namespace:ppapi::thunk::__anon10327
58 VLOG(4) << "PPB_View::GetClipRect()";
62 return enter.object()->GetClipRect(clip);
95 &GetClipRect
104 &GetClipRect,
115 &GetClipRect,
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.h134 gfx::Rect GetClipRect() const { return clip_rect_; } function in class:content::WebPluginDelegateImpl
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp492 CPDF_Rect rcClip = GetClipRect();
939 CPDF_Rect CPWL_Wnd::GetClipRect() const function in class:CPWL_Wnd

Completed in 85 milliseconds