Home | History | Annotate | Download | only in dev

Lines Matching refs:pp_resource

29 Widget_Dev::Widget_Dev(PP_Resource resource) : Resource(resource) {
38 pp_resource(), &rect.pp_rect(), image->pp_resource()));
41 pp_resource(), &rect.pp_rect(), image->pp_resource()));
49 pp_resource(), event.pp_resource()));
52 pp_resource(), event.pp_resource()));
60 pp_resource(), &location->pp_rect()));
63 pp_resource(), &location->pp_rect()));
70 get_interface<PPB_Widget_Dev_0_4>()->SetLocation(pp_resource(),
73 get_interface<PPB_Widget_Dev_0_3>()->SetLocation(pp_resource(),
80 get_interface<PPB_Widget_Dev_0_4>()->SetScale(pp_resource(), scale);