OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VisitRow
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
history_types.cc
64
//
VisitRow
--------------------------------------------------------------------
66
VisitRow
::
VisitRow
()
75
VisitRow
::
VisitRow
(URLID arg_url_id,
89
VisitRow
::~
VisitRow
() {
history_types.h
183
//
VisitRow
-------------------------------------------------------------------
187
class
VisitRow
{
189
VisitRow
();
190
VisitRow
(URLID arg_url_id,
195
~
VisitRow
();
224
bool operator<(const
VisitRow
& other) {
232
typedef std::vector<
VisitRow
> VisitVector;
255
// associated with a
VisitRow
.
/external/chromium_org/chrome/browser/history/
history_types.cc
65
//
VisitRow
--------------------------------------------------------------------
67
VisitRow
::
VisitRow
()
75
VisitRow
::
VisitRow
(URLID arg_url_id,
88
VisitRow
::~
VisitRow
() {
history_types.h
216
//
VisitRow
-------------------------------------------------------------------
220
class
VisitRow
{
222
VisitRow
();
223
VisitRow
(URLID arg_url_id,
228
~
VisitRow
();
256
bool operator<(const
VisitRow
& other) {
264
typedef std::vector<
VisitRow
> VisitVector;
274
// associated with a
VisitRow
.
Completed in 213 milliseconds