Lines Matching refs:pp_resource
37 if (PP_ToBool(get_interface<PPB_View_1_2>()->GetRect(pp_resource(), &out))) in GetRect()
40 if (PP_ToBool(get_interface<PPB_View_1_1>()->GetRect(pp_resource(), &out))) in GetRect()
43 if (PP_ToBool(get_interface<PPB_View_1_0>()->GetRect(pp_resource(), &out))) in GetRect()
52 pp_resource())); in IsFullscreen()
55 pp_resource())); in IsFullscreen()
58 pp_resource())); in IsFullscreen()
65 return PP_ToBool(get_interface<PPB_View_1_2>()->IsVisible(pp_resource())); in IsVisible()
67 return PP_ToBool(get_interface<PPB_View_1_1>()->IsVisible(pp_resource())); in IsVisible()
69 return PP_ToBool(get_interface<PPB_View_1_0>()->IsVisible(pp_resource())); in IsVisible()
76 pp_resource())); in IsPageVisible()
79 pp_resource())); in IsPageVisible()
82 pp_resource())); in IsPageVisible()
90 if (PP_ToBool(get_interface<PPB_View_1_2>()->GetClipRect(pp_resource(), in GetClipRect()
94 if (PP_ToBool(get_interface<PPB_View_1_1>()->GetClipRect(pp_resource(), in GetClipRect()
98 if (PP_ToBool(get_interface<PPB_View_1_0>()->GetClipRect(pp_resource(), in GetClipRect()
107 return get_interface<PPB_View_1_2>()->GetDeviceScale(pp_resource()); in GetDeviceScale()
109 return get_interface<PPB_View_1_1>()->GetDeviceScale(pp_resource()); in GetDeviceScale()
115 return get_interface<PPB_View_1_2>()->GetCSSScale(pp_resource()); in GetCSSScale()
117 return get_interface<PPB_View_1_1>()->GetCSSScale(pp_resource()); in GetCSSScale()
124 if (PP_ToBool(get_interface<PPB_View_1_2>()->GetScrollOffset(pp_resource(), in GetScrollOffset()