OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
...]
/external/webkit/Source/WebCore/inspector/front-end/
SourceFrame.js
835
const
popupHeight
= 250;
836
this._popup.show(element, popupWidth,
popupHeight
);
[
all
...]
Completed in 779 milliseconds