Home | History | Annotate | Download | only in win

Lines Matching refs:context

51 void WKCACFContextFlusher::addContext(CACFContextRef context)
53 ASSERT(context);
55 m_contexts.add(context);
56 CFRetain(context);
59 void WKCACFContextFlusher::removeContext(CACFContextRef context)
61 ASSERT(context);
63 ContextSet::iterator found = m_contexts.find(context);
80 CACFContextRef context = *it;
81 CACFContextFlush(context);
82 CFRelease(context);