Searched refs:popup (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/chromium/
H A DPopupMenuPrivate.h41 RefPtr<PopupContainer> popup; member in struct:WebCore::PopupMenuPrivate
H A DPopupMenuChromium.cpp108 // Hides the popup.
114 // Frees any allocated resources used in a particular popup session.
138 // Returns whether the popup wants to process events for the passed key.
171 // Closes the popup
182 // the web page, and closes the popup.
204 // Test if the given point is within the bounds of the popup window.
230 // If >= 0, this is the index we should accept if the popup is "abandoned".
236 // This is the number of rows visible in the popup. The maximum number visible at a time is
237 // defined as being kMaxVisibleRows. For a scrolled popup, this can be thought of as the
257 // The string the user has typed so far into the popup
[all...]
/external/webkit/WebCore/accessibility/
H A DAccessibilityMenuListOption.h41 void setParent(AccessibilityMenuListPopup* popup) { m_popup = popup; } argument
/external/webkit/WebCore/platform/win/
H A DPopupMenuWin.cpp58 // Maximum height of a popup window
68 // the popup window.
148 // We need to reposition the popup window.
181 // Protect the popup menu in case its owner is destroyed while we're running the message pump.
263 // We're done, hide the popup if necessary.
297 // First, determine the popup's height
302 // The popup should show an integral number of items (i.e. no partial items should be visible)
327 // Add padding to align the popup text with the <select> text
334 // The popup should be at least as wide as the control on the page
337 // Always left-align items in the popup
[all...]

Completed in 78 milliseconds