OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:popupWindowBorderWidth
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp
43
static const int
popupWindowBorderWidth
= 1;
75
popupWidth += 2 *
popupWindowBorderWidth
;
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
64
const int
popupWindowBorderWidth
= 1;
340
popupWidth += 2 *
popupWindowBorderWidth
;
341
popupHeight += 2 *
popupWindowBorderWidth
;
503
clientRect.inflate(-
popupWindowBorderWidth
);
/external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp
49
static const int
popupWindowBorderWidth
= 1;
388
popupHeight += 2 *
popupWindowBorderWidth
;
436
clientRect.inflate(-
popupWindowBorderWidth
);
Completed in 245 milliseconds