OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pNoteThread
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/include/fwl/core/
fwl_note.h
348
IFWL_Widget* FWL_GetCurrentThreadModalWidget(IFWL_NoteThread*
pNoteThread
);
/external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp
[
all
...]
fwl_widgetmgrimp.cpp
700
IFWL_NoteThread*
pNoteThread
= pDstWidget->GetOwnerThread();
701
if (!
pNoteThread
)
704
static_cast<CFWL_NoteDriver*>(
pNoteThread
->GetNoteDriver());
[
all
...]
Completed in 1404 milliseconds