Home
last modified time | relevance | path

Searched refs:SetIsCandidateForReuse (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_image_data_api.h51 virtual void SetIsCandidateForReuse() = 0;
/external/chromium_org/ppapi/proxy/
Dgraphics_2d_resource.cc97 enter_image.object()->SetIsCandidateForReuse(); in ReplaceContents()
Dppb_image_data_proxy.h52 virtual void SetIsCandidateForReuse() OVERRIDE;
Dppb_image_data_proxy.cc357 void ImageData::SetIsCandidateForReuse() { in SetIsCandidateForReuse() function in ppapi::proxy::ImageData
/external/chromium_org/content/renderer/pepper/
Dppb_image_data_impl.h96 virtual void SetIsCandidateForReuse() OVERRIDE;
Dppb_image_data_impl.cc130 void PPB_ImageData_Impl::SetIsCandidateForReuse() { in SetIsCandidateForReuse() function in content::PPB_ImageData_Impl