OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:popupHeight
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp
310
int
popupHeight
= min(maxPopupHeight, naturalHeight);
312
popupHeight
-=
popupHeight
% m_itemHeight;
341
popupHeight
+= 2 * popupWindowBorderWidth;
349
IntRect popupRect(popupX, rScreenCoords.maxY(), popupWidth,
popupHeight
);
/external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp
375
int
popupHeight
= min(maxPopupHeight, naturalHeight);
378
popupHeight
-=
popupHeight
% m_itemHeight;
388
popupHeight
+= 2 * popupWindowBorderWidth;
396
IntRect popupRect(popupX, rectInScreenCoords.maxY(), popupWidth,
popupHeight
);
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java
[
all
...]
Completed in 215 milliseconds