Searched refs:null_context (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc205 pp::Graphics2D null_context; local
213 graphics_2d_interface_->Describe(null_context.pp_resource(),
223 graphics_2d_interface_->PaintImageData(null_context.pp_resource(),
232 graphics_2d_interface_->Scroll(null_context.pp_resource(),
238 graphics_2d_interface_->ReplaceContents(null_context.pp_resource(),
248 graphics_2d_interface_->Flush(null_context.pp_resource(),
256 ASSERT_FALSE(testing_interface_->ReadImageData(null_context.pp_resource(),
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service.cc765 ProfileContext* null_context = GetProfileContext(NULL); local
766 if (null_context && !null_context->incidents.empty() && eligible_profile) {
770 null_context->incidents.begin(),
771 null_context->incidents.end());
772 null_context->incidents.weak_clear();

Completed in 676 milliseconds