OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listRect
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
600
//
listRect
is the damageRect translated into the coordinates of the entire menu list (which is itemCount * m_itemHeight pixels tall)
601
IntRect
listRect
= damageRect;
602
listRect
.move(IntSize(0, m_scrollOffset * m_itemHeight));
604
for (int y =
listRect
.y(); y <
listRect
.maxY(); y += m_itemHeight) {
704
IntRect
listRect
= clientRect();
706
listRect
.setWidth(
listRect
.width() - m_scrollbar->frameRect().width());
707
RECT r =
listRect
;
/external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp
493
IntRect
listRect
= clientRect();
495
listRect
.setWidth(
listRect
.width() - m_scrollbar->frameRect().width());
496
RECT r =
listRect
;
Completed in 1965 milliseconds