Searched defs:tracked_objects (Results 1 - 25 of 59) sorted by path

123

/external/chromium_org/base/files/
H A Dfile_proxy.h15 namespace tracked_objects { namespace
/external/chromium_org/base/
H A Dlocation.cc15 namespace tracked_objects { namespace
76 const tracked_objects::Location& location)
99 } // namespace tracked_objects
H A Dlocation.h13 namespace tracked_objects { namespace
73 explicit LocationSnapshot(const tracked_objects::Location& location);
87 ::tracked_objects::Location(function_name, \
90 ::tracked_objects::GetProgramCounter())
92 } // namespace tracked_objects
H A Dsequenced_task_runner_helpers.h15 namespace tracked_objects { namespace
70 // bool(const tracked_objects::Location&,
83 const tracked_objects::Location& from_here,
99 const tracked_objects::Location& from_here,
H A Dtask_runner.h14 namespace tracked_objects { namespace
16 } // namespace tracked_objects
66 bool PostTask(const tracked_objects::Location& from_here,
74 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
127 bool PostTaskAndReply(const tracked_objects::Location& from_here,
H A Dtracked_objects.cc5 #include "base/tracked_objects.h"
28 namespace tracked_objects { namespace
183 const tracked_objects::DeathData& death_data)
208 const tracked_objects::BirthOnThread& birth)
978 } // namespace tracked_objects
H A Dtracked_objects.h134 // representations of the core tracked_objects:: classes. These snapshotted
135 // representations are designed for safe transmission of the tracked_objects::
193 namespace tracked_objects { namespace
788 } // namespace tracked_objects
H A Dtracked_objects_unittest.cc5 // Test of classes in the tracked_objects.h classes.
7 #include "base/tracked_objects.h"
23 namespace tracked_objects { namespace
804 } // namespace tracked_objects
H A Dtracking_info.h7 // 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 {
39 return tracked_objects::TrackedTime(
44 tracked_objects::Births* birth_tally;
/external/chromium_org/base/profiler/
H A Dalternate_timer.cc11 tracked_objects::NowFunction* g_time_function = NULL;
12 tracked_objects::TimeSourceType g_time_source_type =
13 tracked_objects::TIME_SOURCE_TYPE_WALL_TIME;
17 namespace tracked_objects { namespace
37 } // namespace tracked_objects
H A Dalternate_timer.h13 namespace tracked_objects { namespace
42 } // namespace tracked_objects
H A Dscoped_profile.cc8 #include "base/tracked_objects.h"
11 namespace tracked_objects { namespace
32 } // namespace tracked_objects
H A Dscoped_profile.h18 #include "base/tracked_objects.h"
29 ::tracked_objects::ScopedProfile LINE_BASED_VARIABLE_NAME_FOR_PROFILING( \
33 namespace tracked_objects { namespace
51 } // namespace tracked_objects
H A Dtracked_time.cc13 namespace tracked_objects { namespace
75 } // namespace tracked_objects
H A Dtracked_time.h13 namespace tracked_objects { namespace
69 } // namespace tracked_objects
H A Dtracked_time_unittest.cc9 #include "base/tracked_objects.h"
12 namespace tracked_objects { namespace
106 } // namespace tracked_objects
/external/chromium_org/base/task/
H A Dcancelable_task_tracker.h47 namespace tracked_objects { namespace
49 } // namespace tracked_objects
70 const tracked_objects::Location& from_here,
74 const tracked_objects::Location& from_here,
81 const tracked_objects::Location& from_here,
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.h18 namespace tracked_objects { namespace
20 } // namespace tracked_objects
226 bool PostWorkerTask(const tracked_objects::Location& from_here,
238 bool PostDelayedWorkerTask(const tracked_objects::Location& from_here,
244 const tracked_objects::Location& from_here,
260 const tracked_objects::Location& from_here,
266 const tracked_objects::Location& from_here,
280 const tracked_objects::Location& from_here,
288 const tracked_objects::Location& from_here,
293 virtual bool PostDelayedTask(const tracked_objects
[all...]
H A Dworker_pool.h14 namespace tracked_objects { namespace
16 } // namespace tracked_objects
36 static bool PostTask(const tracked_objects::Location& from_here,
42 static bool PostTaskAndReply(const tracked_objects::Location& from_here,
/external/chromium_org/chrome/browser/notifications/
H A Dextension_welcome_notification.h25 namespace tracked_objects { namespace
55 const tracked_objects::Location& from_here,
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker_owner.h16 namespace tracked_objects { namespace
51 bool PostTask(const tracked_objects::Location& from_here,
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database.h34 namespace tracked_objects { namespace
371 void UpdateByFileMetadata(const tracked_objects::Location& from_where,
H A Dsync_task_manager.h25 namespace tracked_objects { namespace
82 void ScheduleTask(const tracked_objects::Location& from_here,
86 void ScheduleSyncTask(const tracked_objects::Location& from_here,
93 bool ScheduleTaskIfIdle(const tracked_objects::Location& from_here,
96 bool ScheduleSyncTaskIfIdle(const tracked_objects::Location& from_here,
152 scoped_ptr<SyncTaskToken> GetToken(const tracked_objects::Location& from_here,
156 const tracked_objects::Location& from_here,
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsyncable_file_system_util.h19 namespace tracked_objects { namespace
84 void RunSoon(const tracked_objects::Location& from_here,
/external/chromium_org/chrome/browser/task_profiler/
H A Dtask_profiler_data_serializer.h15 namespace tracked_objects { namespace
28 static void ToValue(const tracked_objects::ProcessDataSnapshot& process_data,

Completed in 3485 milliseconds

123