OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SegmentDurationID
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/history/
visitsegment_database.h
76
// Creates a new
SegmentDurationID
for the SegmentID and Time pair. The
78
SegmentDurationID
CreateSegmentDuration(SegmentID segment_id,
83
bool SetSegmentDuration(
SegmentDurationID
duration_id,
86
// Gets the
SegmentDurationID
of the |segment_id| and |time| pair. Returns
90
SegmentDurationID
* duration_id,
visitsegment_database.cc
299
SegmentDurationID
VisitSegmentDatabase::CreateSegmentDuration(
315
bool VisitSegmentDatabase::SetSegmentDuration(
SegmentDurationID
duration_id,
329
SegmentDurationID
* duration_id,
history_types.h
47
typedef int64
SegmentDurationID
; // Unique identifier for segment_duration.
history_backend_unittest.cc
[
all
...]
history_backend.cc
[
all
...]
Completed in 2753 milliseconds