OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IgnoreObject
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTableRow.cpp
89
if (decision ==
IgnoreObject
)
AXObject.cpp
249
case
IgnoreObject
:
261
attributeCache->setIgnored(axObjectID(), result ?
IgnoreObject
: IncludeObject);
268
return defaultObjectInclusion() ==
IgnoreObject
;
282
return
IgnoreObject
;
285
return
IgnoreObject
;
309
m_lastKnownIsIgnoredValue = accessibilityIsIgnored() ?
IgnoreObject
: IncludeObject;
311
return m_lastKnownIsIgnoredValue ==
IgnoreObject
;
316
m_lastKnownIsIgnoredValue = isIgnored ?
IgnoreObject
: IncludeObject;
AXTableCell.cpp
60
if (decision ==
IgnoreObject
)
AXObject.h
234
IgnoreObject
,
AXTable.cpp
518
if (decision ==
IgnoreObject
)
AXRenderObject.cpp
572
return
IgnoreObject
;
579
return
IgnoreObject
;
597
if (decision ==
IgnoreObject
)
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h
186
// static T* obj =
IgnoreObject
(new T(...));
196
static T*
IgnoreObject
(T* ptr) {
201
// Undo what an earlier
IgnoreObject
() call promised and asked to do.
203
// allocated object which was previously registered with
IgnoreObject
().
246
// Actually implements
IgnoreObject
().
384
// Contrast with HeapLeakChecker::
IgnoreObject
(o), in which o and
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h
186
// static T* obj =
IgnoreObject
(new T(...));
196
static T*
IgnoreObject
(T* ptr) {
201
// Undo what an earlier
IgnoreObject
() call promised and asked to do.
203
// allocated object which was previously registered with
IgnoreObject
().
246
// Actually implements
IgnoreObject
().
384
// Contrast with HeapLeakChecker::
IgnoreObject
(o), in which o and
/external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc
203
HeapLeakChecker::
IgnoreObject
(current_instance);
heap-checker.cc
368
// All objects (memory ranges) ignored via HeapLeakChecker::
IgnoreObject
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc
202
HeapLeakChecker::
IgnoreObject
(current_instance);
heap-checker.cc
368
// All objects (memory ranges) ignored via HeapLeakChecker::
IgnoreObject
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc
791
HeapLeakChecker::
IgnoreObject
(p);
965
// as well as that (Un)
IgnoreObject
work for such objects fine.
998
HeapLeakChecker::
IgnoreObject
(obj_maker()); // test
IgnoreObject
1001
HeapLeakChecker::
IgnoreObject
(obj);
1003
HeapLeakChecker::
IgnoreObject
(obj); // not to need deletion for obj
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc
791
HeapLeakChecker::
IgnoreObject
(p);
965
// as well as that (Un)
IgnoreObject
work for such objects fine.
998
HeapLeakChecker::
IgnoreObject
(obj_maker()); // test
IgnoreObject
1001
HeapLeakChecker::
IgnoreObject
(obj);
1003
HeapLeakChecker::
IgnoreObject
(obj); // not to need deletion for obj
[
all
...]
Completed in 1087 milliseconds