/external/chromium/base/ |
D | message_loop_proxy.h | 34 virtual bool PostTask(const tracked_objects::Location& from_here, 36 virtual bool PostDelayedTask(const tracked_objects::Location& from_here, 38 virtual bool PostNonNestableTask(const tracked_objects::Location& from_here, 41 const tracked_objects::Location& from_here, 49 bool DeleteSoon(const tracked_objects::Location& from_here, in DeleteSoon() 54 bool ReleaseSoon(const tracked_objects::Location& from_here, in ReleaseSoon()
|
D | message_loop_proxy_impl.h | 25 virtual bool PostTask(const tracked_objects::Location& from_here, 27 virtual bool PostDelayedTask(const tracked_objects::Location& from_here, 29 virtual bool PostNonNestableTask(const tracked_objects::Location& from_here, 32 const tracked_objects::Location& from_here, 47 bool PostTaskHelper(const tracked_objects::Location& from_here,
|
D | message_loop_proxy_impl.cc | 21 bool MessageLoopProxyImpl::PostTask(const tracked_objects::Location& from_here, in PostTask() 27 const tracked_objects::Location& from_here, Task* task, int64 delay_ms) { in PostDelayedTask() 32 const tracked_objects::Location& from_here, Task* task) { in PostNonNestableTask() 37 const tracked_objects::Location& from_here, in PostNonNestableDelayedTask() 85 const tracked_objects::Location& from_here, Task* task, int64 delay_ms, in PostTaskHelper()
|
D | openssl_util.h | 94 void ClearOpenSSLERRStack(const tracked_objects::Location& location); 103 explicit OpenSSLErrStackTracer(const tracked_objects::Location& location) in OpenSSLErrStackTracer() 112 const tracked_objects::Location location_;
|
D | message_loop.h | 155 const tracked_objects::Location& from_here, Task* task); 158 const tracked_objects::Location& from_here, Task* task, int64 delay_ms); 161 const tracked_objects::Location& from_here, Task* task); 164 const tracked_objects::Location& from_here, Task* task, int64 delay_ms); 176 void DeleteSoon(const tracked_objects::Location& from_here, const T* object) { in DeleteSoon() 191 void ReleaseSoon(const tracked_objects::Location& from_here, in ReleaseSoon() 430 void PostTask_Helper(const tracked_objects::Location& from_here, Task* task,
|
D | tracked.h | 33 namespace tracked_objects { 83 #define FROM_HERE tracked_objects::Location(__FUNCTION__, __FILE__, __LINE__)
|
D | tracked_objects_unittest.cc | 12 namespace tracked_objects { namespace 55 class NoopTracked : public tracked_objects::Tracked {
|
D | message_loop.cc | 225 const tracked_objects::Location& from_here, Task* task) { in PostTask() 230 const tracked_objects::Location& from_here, Task* task, int64 delay_ms) { in PostDelayedTask() 235 const tracked_objects::Location& from_here, Task* task) { in PostNonNestableTask() 240 const tracked_objects::Location& from_here, Task* task, int64 delay_ms) { in PostNonNestableDelayedTask() 473 const tracked_objects::Location& from_here, Task* task, int64 delay_ms, in PostTask_Helper()
|
/external/chromium/chrome/browser/sync/glue/ |
D | frontend_data_type_controller_mock.h | 27 MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&, 35 const tracked_objects::Location& from_here)); 37 const tracked_objects::Location& from_here)); 39 MOCK_METHOD2(RecordUnrecoverableError, void(const tracked_objects::Location&,
|
D | frontend_data_type_controller.h | 59 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here, 78 const tracked_objects::Location& from_here); 82 const tracked_objects::Location& from_here); 91 const tracked_objects::Location& from_here,
|
D | data_type_manager.h | 55 scoped_ptr<tracked_objects::Location> location; 59 const tracked_objects::Location& location, in ConfigureResultWithErrorLocation() 63 this->location.reset(new tracked_objects::Location( in ConfigureResultWithErrorLocation()
|
D | data_type_manager_impl.h | 42 const tracked_objects::Location& from_here); 47 const tracked_objects::Location& location); 58 const tracked_objects::Location& location);
|
D | autofill_data_type_controller.h | 55 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here, 78 const tracked_objects::Location& location); 81 void OnUnrecoverableErrorImpl(const tracked_objects::Location& from_here,
|
D | frontend_data_type_controller.cc | 147 const tracked_objects::Location& from_here, const std::string& message) { in OnUnrecoverableError() 154 const tracked_objects::Location& location) { in FinishStart() 161 const tracked_objects::Location& location) { in StartFailed()
|
D | password_data_type_controller.h | 53 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here, 62 void OnUnrecoverableErrorImpl(const tracked_objects::Location& from_here,
|
D | typed_url_data_type_controller.h | 65 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here, 93 void OnUnrecoverableErrorImpl(const tracked_objects::Location& from_here,
|
D | autofill_data_type_controller.cc | 269 const tracked_objects::Location& location) { in StartDoneImpl() 305 const tracked_objects::Location& from_here, in OnUnrecoverableError() 317 const tracked_objects::Location& from_here, in OnUnrecoverableErrorImpl()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_thread.h | 70 const tracked_objects::Location& nudge_location); 74 const tracked_objects::Location& nudge_location); 129 const tracked_objects::Location& nudge_location); 139 tracked_objects::Location nudge_location; 205 const tracked_objects::Location& nudge_location); 252 bool is_canary_job, const tracked_objects::Location& nudge_location);
|
/external/chromium/crypto/ |
D | openssl_util.h | 88 void ClearOpenSSLERRStack(const tracked_objects::Location& location); 97 explicit OpenSSLErrStackTracer(const tracked_objects::Location& location) in OpenSSLErrStackTracer() 106 const tracked_objects::Location location_;
|
/external/chromium/base/threading/ |
D | worker_pool_posix.cc | 29 void PostTask(const tracked_objects::Location& from_here, Task* task, 45 void WorkerPoolImpl::PostTask(const tracked_objects::Location& from_here, in PostTask() 90 bool WorkerPool::PostTask(const tracked_objects::Location& from_here, in PostTask()
|
D | worker_pool.h | 30 static bool PostTask(const tracked_objects::Location& from_here,
|
/external/chromium/chrome/browser/metrics/ |
D | thread_watcher.h | 299 static bool PostTask(const tracked_objects::Location& from_here, Task* task); 300 static bool PostDelayedTask(const tracked_objects::Location& from_here, 311 const tracked_objects::Location& from_here,
|
/external/chromium/chrome/browser/sync/ |
D | test_profile_sync_service.h | 43 MOCK_METHOD1(RequestNudge, void(const tracked_objects::Location&)); 52 const tracked_objects::Location&);
|
D | profile_sync_service.h | 275 tracked_objects::Location unrecoverable_error_location() { in unrecoverable_error_location() 277 *unrecoverable_error_location_.get() : tracked_objects::Location(); in unrecoverable_error_location() 334 const tracked_objects::Location& from_here, 584 scoped_ptr<tracked_objects::Location> unrecoverable_error_location_;
|
D | unrecoverable_error_handler.h | 21 virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
|