OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_eventSources
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp
844
m_eventSources
.RemoveAll();
849
m_eventSources
.SetAt(pSource, dwFilter);
850
return
m_eventSources
.GetCount();
858
if (
m_eventSources
.GetCount() == 0) {
862
FX_POSITION pos =
m_eventSources
.GetStartPosition();
866
m_eventSources
.GetNextAssoc(pos, (void*&)pSource, dwFilter);
[
all
...]
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h
124
CFWL_EventSource
m_eventSources
;
Completed in 33 milliseconds