HomeSort by relevance Sort by last modified time
    Searched defs:m_popup (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.h 66 WebCore::PagePopup* m_popup; member in class:WebKit::ColorChooserPopupUIController
DateTimeChooserImpl.h 68 WebCore::PagePopup* m_popup; member in class:WebKit::DateTimeChooserImpl
PopupMenuChromium.h 66 RefPtr<PopupContainer> m_popup; member in class:WebCore::PopupMenuChromium
WebPagePopupImpl.cpp 65 : m_popup(popup)
67 ASSERT(m_popup->widgetClient());
73 m_popup->closePopup();
78 return FloatRect(m_popup->m_windowRectInScreen.x, m_popup->m_windowRectInScreen.y, m_popup->m_windowRectInScreen.width, m_popup->m_windowRectInScreen.height);
83 m_popup->m_windowRectInScreen = IntRect(rect);
84 m_popup->widgetClient()->setWindowRect(m_popup->m_windowRectInScreen)
145 WebPagePopupImpl* m_popup; member in class:WebKit::PagePopupChromeClient
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 49 protected Shell m_popup; field in class:CTableCombo
69 m_popup = new Shell(shell, SWT.NONE);
70 m_table = new Table(m_popup, SWT.FULL_SELECTION);
74 if (m_popup == event.widget) {
124 m_popup.addListener(popupEvents[i], listener);
294 if (m_popup != null && !m_popup.isDisposed()) {
295 m_popup.dispose();
297 m_popup = null;
502 m_popup.setVisible(false)
    [all...]
CComboBox.java 70 private Shell m_popup; field in class:CComboBox
272 m_popup = new Shell(getShell(), SWT.BORDER);
273 m_popup.setLayout(new FillLayout());
274 createTable(m_popup);
339 if (!m_popup.isDisposed()) {
340 m_popup.dispose();
447 || m_popup.isFocusControl()
560 return m_popup.isVisible();
576 m_popup.pack();
600 m_popup.computeTrim(popupBounds.x, popupBounds.y, popupBounds.width, popupBounds.height)
    [all...]
CCombo3.java 44 private final Shell m_popup; field in class:CCombo3
79 m_popup = new Shell(shell, SWT.NONE);
80 m_popup.setLayout(new FillLayout());
84 m_table = new Table(m_popup, SWT.FULL_SELECTION);
99 || m_popup.isFocusControl()
136 if (!m_popup.isDisposed()) {
137 m_popup.dispose();
321 m_popup.setVisible(false);
341 m_popup.pack();
356 m_popup.computeTrim(popupLocation.x, popupLocation.y, preferredWidth, preferredHeight)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.h 140 RefPtr<PopupMenu> m_popup; member in class:WebCore::FINAL

Completed in 92 milliseconds