Home
last modified time | relevance | path

Searched refs:fOldClientHeight (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp353 const float fOldClientHeight = fOldWindowHeight - GetBorderWidth() * 2; in RePosChildWnd() local
362 rcButton.bottom = rcButton.top - fOldClientHeight; in RePosChildWnd()
363 rcEdit.bottom = rcEdit.top - fOldClientHeight; in RePosChildWnd()
366 rcButton.top = rcButton.bottom + fOldClientHeight; in RePosChildWnd()
367 rcEdit.top = rcEdit.bottom + fOldClientHeight; in RePosChildWnd()