HomeSort by relevance Sort by last modified time
    Searched refs:bound_instance_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.cc 184 bound_instance_(NULL),
195 if (bound_instance_)
196 bound_instance_->BindGraphics(bound_instance_->pp_instance(), 0);
299 if (bound_instance_ == new_instance)
301 if (bound_instance_ && new_instance)
315 bound_instance_ = new_instance;
592 if (bound_instance_ && !op_rect.IsEmpty()) {
602 gfx::Rect clip = PP_ToGfxRect(bound_instance_->view_data().clip_rect);
614 bound_instance_->ScrollRect(scroll_delta.x(), scroll_delta.y()
    [all...]
pepper_graphics_2d_host.h 143 PepperPluginInstanceImpl* bound_instance_; member in class:content::PepperGraphics2DHost

Completed in 1032 milliseconds