OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pScroll
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp
43
if (CPWL_ScrollBar*
pScroll
= m_pList->GetVScrollBar()) {
46
if (
pScroll
->IsVisible()) {
47
pScroll
->SetVisible(FALSE);
51
if (!
pScroll
->IsVisible()) {
52
pScroll
->SetVisible(TRUE);
PWL_Edit.cpp
195
if (CPWL_ScrollBar*
pScroll
= GetVScrollBar()) {
196
pScroll
->RemoveFlag(PWS_AUTOTRANSPARENT);
197
pScroll
->SetTransparency(255);
828
if (CPWL_ScrollBar*
pScroll
= GetVScrollBar()) {
830
if (!
pScroll
->IsVisible()) {
831
pScroll
->SetVisible(TRUE);
838
if (
pScroll
->IsVisible()) {
839
pScroll
->SetVisible(FALSE);
847
if (CPWL_ScrollBar*
pScroll
= GetVScrollBar()) {
848
return
pScroll
->IsVisible()
[
all
...]
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
831
IFWL_ScrollBar*
pScroll
= UpdateScroll();
832
if (
pScroll
) {
833
pScroll
->GetWidgetRect(rtInvalid);
[
all
...]
Completed in 60 milliseconds