OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_noteQueue
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h
97
CFX_PtrArray
m_noteQueue
;
/external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp
397
m_noteQueue
.Add(pMessage);
401
if (
m_noteQueue
.GetSize() < 1) {
404
CFWL_Message* pMessage = static_cast<CFWL_Message*>(
m_noteQueue
[0]);
405
m_noteQueue
.RemoveAt(0);
[
all
...]
Completed in 39 milliseconds