OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pContentsBar
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp
1029
m_pContentsBar
(NULL),
1063
if (!
m_pContentsBar
->IsVisible()) {
1064
m_pContentsBar
->SetVisible(TRUE);
1065
if (
m_pContentsBar
->IsVisible()) {
1066
m_pContentsBar
->InvalidateRect(NULL);
1071
if (
m_pContentsBar
->IsVisible()) {
1072
m_pContentsBar
->SetVisible(FALSE);
1073
m_pContentsBar
->InvalidateRect(NULL);
1083
if (
m_pContentsBar
->IsVisible())
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h
342
CPWL_ScrollBar*
m_pContentsBar
;
Completed in 41 milliseconds