OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WatchDogThread
(Results
1 - 15
of
15
) sorted by null
/external/chromium/chrome/browser/metrics/
thread_watcher.cc
46
// If we are not on
WatchDogThread
, then post a task to call StartWatching on
47
//
WatchDogThread
.
48
if (!
WatchDogThread
::CurrentlyOnWatchDogThread()) {
49
WatchDogThread
::PostTask(
57
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
71
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
81
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
88
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
102
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
133
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread())
[
all
...]
thread_watcher.h
117
// This method is accessible on
WatchDogThread
.
124
// This method is accessible on
WatchDogThread
.
131
// This method is accessible on
WatchDogThread
.
219
// This method posts a task on
WatchDogThread
to start watching all browser
224
// This method posts a task on
WatchDogThread
to RevokeAll tasks and to
239
// This method is accessible on
WatchDogThread
.
253
// This method is accessible on
WatchDogThread
.
280
// Class for
WatchDogThread
and in its Init method, we start watching UI, IO,
282
class
WatchDogThread
: public base::Thread {
285
WatchDogThread
();
[
all
...]
thread_watcher_unittest.cc
154
DCHECK(!
WatchDogThread
::CurrentlyOnWatchDogThread());
164
DCHECK(!
WatchDogThread
::CurrentlyOnWatchDogThread());
170
DCHECK(!
WatchDogThread
::CurrentlyOnWatchDogThread());
198
DCHECK(!
WatchDogThread
::CurrentlyOnWatchDogThread());
242
watchdog_thread_.reset(new
WatchDogThread
());
272
scoped_ptr<
WatchDogThread
> watchdog_thread_;
310
// message was received by the
WatchDogThread
. It also checks that
316
WatchDogThread
::PostTask(
337
WatchDogThread
::PostTask(
358
WatchDogThread
::PostTask
[
all
...]
/external/chromium_org/chrome/browser/metrics/
thread_watcher.cc
143
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
155
// If we are not on
WatchDogThread
, then post a task to call StartWatching on
156
//
WatchDogThread
.
157
if (!
WatchDogThread
::CurrentlyOnWatchDogThread()) {
158
WatchDogThread
::PostTask(
164
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
178
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
190
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
197
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
220
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread())
[
all
...]
thread_watcher_unittest.cc
165
DCHECK(!
WatchDogThread
::CurrentlyOnWatchDogThread());
175
DCHECK(!
WatchDogThread
::CurrentlyOnWatchDogThread());
181
DCHECK(!
WatchDogThread
::CurrentlyOnWatchDogThread());
209
DCHECK(!
WatchDogThread
::CurrentlyOnWatchDogThread());
258
watchdog_thread_.reset(new
WatchDogThread
());
263
WatchDogThread
::PostTask(
271
DCHECK(
WatchDogThread
::CurrentlyOnWatchDogThread());
294
DCHECK(!
WatchDogThread
::CurrentlyOnWatchDogThread());
319
scoped_ptr<
WatchDogThread
> watchdog_thread_;
454
// message was received by the
WatchDogThread
. It also checks tha
[
all
...]
thread_watcher.h
162
// This method is accessible on
WatchDogThread
.
169
// This method is accessible on
WatchDogThread
.
176
// This method is accessible on
WatchDogThread
.
381
// This method posts a task on
WatchDogThread
to start watching all browser
386
// This method posts a task on
WatchDogThread
to RevokeAll tasks and to
532
// Class for
WatchDogThread
and in its Init method, we start watching UI, IO,
534
class
WatchDogThread
: public base::Thread {
537
WatchDogThread
();
540
virtual ~
WatchDogThread
();
543
//
WatchDogThread
[
all
...]
/external/chromium/chrome/browser/
browser_process.h
44
class
WatchDogThread
;
145
virtual
WatchDogThread
* watchdog_thread() = 0;
browser_process_impl.h
61
virtual
WatchDogThread
* watchdog_thread();
185
scoped_ptr<
WatchDogThread
> watchdog_thread_;
browser_process_impl.cc
427
WatchDogThread
* BrowserProcessImpl::watchdog_thread() {
817
scoped_ptr<
WatchDogThread
> thread(new
WatchDogThread
());
[
all
...]
/external/chromium_org/chrome/browser/
browser_process.h
45
class
WatchDogThread
;
130
virtual
WatchDogThread
* watchdog_thread() = 0;
browser_process_impl.h
77
virtual
WatchDogThread
* watchdog_thread() OVERRIDE;
167
scoped_ptr<
WatchDogThread
> watchdog_thread_;
browser_process_impl.cc
444
WatchDogThread
* BrowserProcessImpl::watchdog_thread() {
844
scoped_ptr<
WatchDogThread
> thread(new
WatchDogThread
());
[
all
...]
/external/chromium_org/chrome/test/base/
testing_browser_process.h
27
class
WatchDogThread
;
61
virtual
WatchDogThread
* watchdog_thread() OVERRIDE;
testing_browser_process.cc
108
WatchDogThread
* TestingBrowserProcess::watchdog_thread() {
/packages/apps/Nfc/src/com/android/nfc/
NfcService.java
721
WatchDogThread
watchDog = new
WatchDogThread
("enableInternal", INIT_WATCHDOG_MS);
772
WatchDogThread
watchDog = new
WatchDogThread
("disableInternal", ROUTING_WATCHDOG_MS);
[
all
...]
Completed in 58 milliseconds