OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:activeNode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkTLList.h
295
Node*
activeNode
= iter.init(fList, Iter::kHead_IterStart);
296
while (
activeNode
) {
298
SkASSERT(fList.isInList(
activeNode
));
299
Block* block =
activeNode
->fBlock;
312
activeNode
= iter.next();
/external/skia/src/core/
SkTLList.h
295
Node*
activeNode
= iter.init(fList, Iter::kHead_IterStart);
296
while (
activeNode
) {
298
SkASSERT(fList.isInList(
activeNode
));
299
Block* block =
activeNode
->fBlock;
312
activeNode
= iter.next();
Completed in 30 milliseconds