Lines Matching refs:fContexts
63 // append it to the end of fContexts array.
65 for (int i = fContexts.count() - 1; i >= 0; --i) {
66 Context& context = fContexts[i];
78 fContexts.reset();
84 // append it to the end of fContexts array.
86 for (int i = fContexts.count() - 1; i >= 0; --i) {
87 Context& context = fContexts[i];
113 // append it to the end of fContexts array.
115 for (int i = fContexts.count() - 1; i >= 0; --i) {
116 Context& context = fContexts[i];
142 for (int i = 0; i < fContexts.count(); ++i) {
143 Context& context = fContexts[i];
158 for (int i = 0; i < fContexts.count(); ++i) {
159 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) {
160 primaryContext = &fContexts[i];
331 Context& context = fContexts.push_back();
352 for (int i = 0; i < fContexts.count(); ++i) {
353 if (!fContexts[i].fAbandoned && fContexts[i].fGrContext == shareContext) {
354 return this->getContextInfoInternal(fContexts[i].fType, fContexts[i].fOverrides,