OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_bEnableNotify
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h
141
void EnableNotify(FX_BOOL bEnable) {
m_bEnableNotify
= bEnable; }
157
FX_BOOL
m_bEnableNotify
;
347
FX_BOOL
m_bEnableNotify
;
PWL_IconList.h
90
FX_BOOL
m_bEnableNotify
;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp
133
m_bEnableNotify
(TRUE),
279
if (
m_bEnableNotify
)
289
m_bEnableNotify
= bNotify;
PWL_Note.cpp
105
:
m_bEnableNotify
(TRUE),
114
m_bEnableNotify
= FALSE;
116
m_bEnableNotify
= TRUE;
122
m_bEnableNotify
= FALSE;
124
m_bEnableNotify
= TRUE;
129
m_bEnableNotify
= FALSE;
131
m_bEnableNotify
= TRUE;
156
if (
m_bEnableNotify
) {
179
if (
m_bEnableNotify
) {
1033
m_bEnableNotify
(TRUE) {
[
all
...]
Completed in 47 milliseconds