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
213
DeathDataSnapshot
::
DeathDataSnapshot
()
223
DeathDataSnapshot
::
DeathDataSnapshot
(int count,
238
DeathDataSnapshot
::~
DeathDataSnapshot
() {
241
DeathDataSnapshot
DeathDataSnapshot
::Delta(
242
const
DeathDataSnapshot
& older) const {
243
return
DeathDataSnapshot
(count - older.count
[
all
...]
tracked_objects.h
255
struct BASE_EXPORT
DeathDataSnapshot
{
256
DeathDataSnapshot
();
260
// create a loop since DeathData indirectly refers
DeathDataSnapshot
. Passing
263
DeathDataSnapshot
(int count,
270
~
DeathDataSnapshot
();
274
DeathDataSnapshot
Delta(const
DeathDataSnapshot
& older) const;
304
DeathDataSnapshot
death_data;
410
const
DeathDataSnapshot
& death_data,
417
DeathDataSnapshot
death_data
[
all
...]
Completed in 39 milliseconds