Searched defs:vMode (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/page/
H A DFrameView.cpp342 ScrollbarMode vMode; local
343 scrollbarModes(hMode, vMode);
344 if (hMode == ScrollbarAlwaysOff && vMode == ScrollbarAlwaysOff)
404 void FrameView::applyOverflowToViewport(RenderObject* o, ScrollbarMode& hMode, ScrollbarMode& vMode) argument
427 vMode = ScrollbarAlwaysOff;
430 vMode = ScrollbarAlwaysOn;
433 vMode = ScrollbarAuto;
604 ScrollbarMode vMode; local
607 vMode = ScrollbarAuto;
610 vMode
[all...]
/external/quake/quake/src/QW/client/
H A Dvid_win.c428 int i, xRes, yRes, bits, vMode, lowres, curmode, temp; local
/external/quake/quake/src/WinQuake/
H A Dvid_win.cpp387 int i, xRes, yRes, bits, vMode, lowres, curmode, temp; local

Completed in 20 milliseconds