Searched defs:tracked_objects (Results 51 - 59 of 59) sorted by relevance

123

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
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/chromeos/network/
H A Dnetwork_state_handler.h31 namespace tracked_objects { namespace
84 const tracked_objects::Location& from_here);
86 const tracked_objects::Location& from_here);
/external/chromium_org/remoting/protocol/
H A Dpairing_registry.h25 namespace tracked_objects { namespace
27 } // namespace tracked_objects
143 const tracked_objects::Location& from_here,
/external/chromium_org/sync/internal_api/public/util/
H A Dweak_handle.h67 namespace tracked_objects { namespace
69 } // namespace tracked_objects
116 void PostToOwnerThread(const tracked_objects::Location& from_here,
146 void Call(const tracked_objects::Location& from_here,
154 void Call(const tracked_objects::Location& from_here,
164 void Call(const tracked_objects::Location& from_here,
175 void Call(const tracked_objects::Location& from_here,
187 void Call(const tracked_objects::Location& from_here,
318 void Call(const tracked_objects::Location& from_here,
325 void Call(const tracked_objects
[all...]
/external/chromium_org/base/
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 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.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
/external/chromium_org/dbus/
H A Dbus.h29 namespace tracked_objects { namespace
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp413 Cv3dTrackerTrackedObject tracked_objects[]) // size is num_objects
487 tracked_objects[found_objects++] = cv3dTrackerTrackedObject(id, center);
410 cv3dTrackerLocateObjects(int num_cameras, int num_objects, const Cv3dTrackerCameraInfo camera_info[], const Cv3dTracker2dTrackedObject tracking_info[], Cv3dTrackerTrackedObject tracked_objects[]) argument

Completed in 1694 milliseconds

123