Searched refs:fInboxes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkMessageBus.h43 SkTDArray<Inbox*> fInboxes; member in class:SkMessageBus
63 bus->fInboxes.push(this);
71 // This is a cheaper fInboxes.remove(fInboxes.find(this)) when order doesn't matter.
72 for (int i = 0; i < bus->fInboxes.count(); i++) {
73 if (this == bus->fInboxes[i]) {
74 bus->fInboxes.removeShuffle(i);
108 for (int i = 0; i < bus->fInboxes.count(); i++) {
109 bus->fInboxes[i]->receive(m);
/external/skia/src/core/
H A DSkMessageBus.h43 SkTDArray<Inbox*> fInboxes; member in class:SkMessageBus
63 bus->fInboxes.push(this);
71 // This is a cheaper fInboxes.remove(fInboxes.find(this)) when order doesn't matter.
72 for (int i = 0; i < bus->fInboxes.count(); i++) {
73 if (this == bus->fInboxes[i]) {
74 bus->fInboxes.removeShuffle(i);
108 for (int i = 0; i < bus->fInboxes.count(); i++) {
109 bus->fInboxes[i]->receive(m);

Completed in 54 milliseconds