OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeathDataSnapshot
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
tracked_objects.cc
205
DeathDataSnapshot
::
DeathDataSnapshot
()
215
DeathDataSnapshot
::
DeathDataSnapshot
(int count,
230
DeathDataSnapshot
::~
DeathDataSnapshot
() {
233
DeathDataSnapshot
DeathDataSnapshot
::Delta(
234
const
DeathDataSnapshot
& older) const {
235
return
DeathDataSnapshot
(count - older.count
[
all
...]
tracked_objects.h
254
struct BASE_EXPORT
DeathDataSnapshot
{
255
DeathDataSnapshot
();
259
// create a loop since DeathData indirectly refers
DeathDataSnapshot
. Passing
262
DeathDataSnapshot
(int count,
269
~
DeathDataSnapshot
();
273
DeathDataSnapshot
Delta(const
DeathDataSnapshot
& older) const;
303
DeathDataSnapshot
death_data;
409
const
DeathDataSnapshot
& death_data,
416
DeathDataSnapshot
death_data
[
all
...]
Completed in 2334 milliseconds