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

  /external/chromium_org/components/domain_reliability/
context.h 71 scoped_ptr<const base::Value> CreateReport(base::TimeTicks upload_time) const;
context.cc 234 scoped_ptr<const Value> report_value(CreateReport(upload_time_));
267 scoped_ptr<const Value> DomainReliabilityContext::CreateReport(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmreports.h 375 STDMETHOD_(HRESULT,CreateReport)(THIS_ FsrmReportType reportType,IFsrmReport **report) PURE;
408 #define IFsrmReportJob_CreateReport(This,reportType,report) (This)->lpVtbl->CreateReport(This,reportType,report)

Completed in 59 milliseconds