Home
last modified time | relevance | path

Searched refs:fListenTo (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/views/
DSkViewInflate.cpp41 this->addIDStr(&fListenTo, parent, target); in rInflate()
79 const IDStr* iter = fListenTo.begin(); in inflate()
80 const IDStr* stop = fListenTo.end(); in inflate()
135 const IDStr* iter = fListenTo.begin(); in dump()
136 const IDStr* stop = fListenTo.end(); in dump()
/external/skia/include/views/
DSkViewInflate.h63 SkTDArray<IDStr> fListenTo, fBroadcastTo; variable