HomeSort by relevance Sort by last modified time
    Searched defs:tracked_objects (Results 1 - 16 of 16) sorted by null

  /external/libchrome/base/profiler/
scoped_profile.cc 8 #include "base/tracked_objects.h"
11 namespace tracked_objects { namespace
34 } // namespace tracked_objects
scoped_tracker.cc 9 namespace tracked_objects { namespace
26 } // namespace tracked_objects
scoped_tracker.h 19 namespace tracked_objects { namespace
75 } // namespace tracked_objects
tracked_time.h 13 namespace tracked_objects { namespace
69 } // namespace tracked_objects
scoped_profile.h 20 #include "base/tracked_objects.h"
34 const ::tracked_objects::Location& location = \
38 ::tracked_objects::ScopedProfile COUNTER_BASED_VARIABLE_NAME_FOR_PROFILING( \
39 location, ::tracked_objects::ScopedProfile::ENABLED)
44 const ::tracked_objects::Location& location = \
49 ::tracked_objects::ScopedProfile COUNTER_BASED_VARIABLE_NAME_FOR_PROFILING( \
50 location, ::tracked_objects::ScopedProfile::ENABLED)
52 namespace tracked_objects { namespace
74 } // namespace tracked_objects
tracked_time.cc 13 namespace tracked_objects { namespace
68 } // namespace tracked_objects
tracked_time_unittest.cc 11 #include "base/tracked_objects.h"
14 namespace tracked_objects { namespace
105 } // namespace tracked_objects
  /external/libchrome/base/threading/
worker_pool.h 12 namespace tracked_objects { namespace
14 } // namespace tracked_objects
34 static bool PostTask(const tracked_objects::Location& from_here,
41 static bool PostTaskAndReply(const tracked_objects::Location& from_here,
sequenced_worker_pool.h 22 namespace tracked_objects { namespace
24 } // namespace tracked_objects
278 bool PostWorkerTask(const tracked_objects::Location& from_here,
290 bool PostDelayedWorkerTask(const tracked_objects::Location& from_here,
296 const tracked_objects::Location& from_here,
312 const tracked_objects::Location& from_here,
318 const tracked_objects::Location& from_here,
332 const tracked_objects::Location& from_here,
340 const tracked_objects::Location& from_here,
345 bool PostDelayedTask(const tracked_objects::Location& from_here
    [all...]
  /external/libchrome/base/
location.cc 15 namespace tracked_objects { namespace
83 const tracked_objects::Location& location)
106 } // namespace tracked_objects
tracking_info.h 7 // Only the information that is shared with the profiler in tracked_objects
18 namespace tracked_objects { namespace
28 TrackingInfo(const tracked_objects::Location& posted_from,
38 tracked_objects::TrackedTime EffectiveTimePosted() const {
41 : tracked_objects::TrackedTime(delayed_run_time);
45 tracked_objects::Births* birth_tally;
50 tracked_objects::TrackedTime time_posted;
location.h 16 namespace tracked_objects { namespace
89 explicit LocationSnapshot(const tracked_objects::Location& location);
103 ::tracked_objects::Location(function_name, \
106 ::tracked_objects::GetProgramCounter())
108 } // namespace tracked_objects
tracked_objects_unittest.cc 5 // Test of classes in the tracked_objects.h classes.
7 #include "base/tracked_objects.h"
35 namespace tracked_objects { namespace
    [all...]
tracked_objects.cc 5 #include "base/tracked_objects.h"
32 namespace tracked_objects { namespace
    [all...]
tracked_objects.h 147 // representations of the core tracked_objects:: classes. These snapshotted
148 // representations are designed for safe transmission of the tracked_objects::
203 namespace tracked_objects { namespace
    [all...]
  /external/libchrome/base/task/
cancelable_task_tracker.h 51 namespace tracked_objects { namespace
53 } // namespace tracked_objects
74 const tracked_objects::Location& from_here,
78 const tracked_objects::Location& from_here,
84 const tracked_objects::Location& from_here,

Completed in 107 milliseconds