Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:Resource

62     const SafeBrowsingService::UnsafeResource& resource) {
67 return factory_->CreateMalwareDetails(sb_service, tab_contents, resource);
74 const SafeBrowsingService::UnsafeResource& resource)
78 resource_(resource),
100 // Looks for a Resource for the given url in resources_. If found, it
101 // updates |resource|. Otherwise, it creates a new message, adds it to
102 // resources_ and updates |resource| to point to it.
103 ClientMalwareReportRequest::Resource* MalwareDetails::FindOrCreateResource(
110 // Create the resource for |url|.
112 linked_ptr<ClientMalwareReportRequest::Resource> new_resource(
113 new ClientMalwareReportRequest::Resource());
127 // Find (or create) the resource for the url.
128 ClientMalwareReportRequest::Resource* url_resource =
134 // Add the resource for the parent.
135 ClientMalwareReportRequest::Resource* parent_resource =
143 ClientMalwareReportRequest::Resource* child_resource =
260 ClientMalwareReportRequest::Resource* pb_resource =