Home | History | Annotate | Download | only in history

Lines Matching full:segment

27   // Compute a segment name given a URL. The segment name is currently the
31 // Returns the ID of the segment with the corresponding name, or 0 if there
32 // is no segment with that name.
35 // Update the segment identified by |out_segment_id| with the provided URL ID.
36 // The URL identifies the page that will now represent the segment. If url_id
41 // Return the ID of the URL currently used to represent this segment or 0 if
45 // Create a segment for the provided URL ID with the given name. Returns the
46 // ID of the newly created segment, or 0 on failure.
49 // Increase the segment visit count by the provided amount. Return true on
54 // Compute the segment usage since |from_time| using the provided aggregator.
61 // Delete all the segment usage data which is older than the provided time
65 // Change the presentation id for the segment identified by |segment_id|
68 // Delete the segment currently using the provided url for representation.
69 // This will also delete any associated segment usage data.
80 // Deletes all the segment tables, returning true on success.