OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hooked_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/memory_watcher/
memory_watcher.h
73
bool
hooked_
; // True when this class has the memory_hooks hooked.
member in class:MemoryWatcher
memory_hook.h
99
static bool hooked() { return
hooked_
!= NULL; }
149
static bool
hooked_
;
member in class:MemoryHook
memory_watcher.cc
29
hooked_
(false),
51
DCHECK(!
hooked_
);
53
hooked_
= true;
57
if (
hooked_
) {
59
hooked_
= false;
197
if (!
hooked_
)
memory_hook.cc
414
bool MemoryHook::
hooked_
= false;
member in class:MemoryHook
437
DCHECK(!
hooked_
);
438
if (!
hooked_
) {
471
hooked_
= true;
477
if (
hooked_
) {
503
hooked_
= false;
511
if (!
hooked_
)
520
DCHECK(
hooked_
);
Completed in 105 milliseconds