/external/autotest/frontend/client/src/autotest/common/ui/ |
D | ToolTip.java | 12 protected PopupPanel popup; field in ToolTip 18 popup = new PopupPanel(); in ToolTip() 20 popup.setStyleName("tooltip"); in ToolTip() 21 popup.add(new Label(toolTipMessage)); in ToolTip() 27 popup.setPopupPosition(left + Window.getScrollLeft() + LEFT_OFFSET, in showAtWindow() 29 popup.show(); in showAtWindow() 33 popup.hide(); in hide()
|
D | ContextMenu.java | 13 private PopupPanel popup = new PopupPanel(true); field in ContextMenu 25 popup.hide(); in execute() 49 popup.add(menu); in ContextMenu() 70 popup.setPopupPosition(left, top); in showAt() 71 popup.show(); in showAt() 79 popup.addCloseHandler(closeHandler); in addCloseHandler()
|
/external/autotest/server/cros/ap_configurators/ |
D | asus_ap_configurator.py | 204 popup = '//select[@name="rt_wep_x"]' 206 popup = '//select[@name="wl_wep_x"]' 207 self._set_authentication('Open System', wait_for_xpath=popup) 208 self.select_item_from_popup_by_xpath('None', popup) 217 popup = '//select[@name="rt_wep_x"]' 220 popup = '//select[@name="wl_wep_x"]' 222 self._set_authentication('Open System', wait_for_xpath=popup) 223 self.select_item_from_popup_by_xpath('WEP-64bits', popup,
|
D | web_driver_core_helpers.py | 309 popup = self.driver.find_element_by_xpath(xpath) 310 for option in popup.find_elements_by_tag_name('option'): 340 popup = self.driver.find_element_by_xpath(xpath) 343 len(popup.find_elements_by_tag_name('option'))) 346 return len(popup.find_elements_by_tag_name('option')) 385 popup = self.driver.find_element_by_xpath(xpath) 386 for option in popup.find_elements_by_tag_name('option'):
|
D | asus_qis_ap_configurator.py | 141 popup = '//select[@name="wl_wep_x"]' 143 self._set_authentication('Shared Key', wait_for_xpath=popup) 144 self.select_item_from_popup_by_xpath('WEP-64bits', popup, 159 popup = '//select[@name="wl_crypto"]'
|
/external/autotest/frontend/client/src/autotest/moblab/wizard/ |
D | CloudStorageCard.java | 83 PopupPanel popup = new PopupPanel(true); in updateModeUI() 87 popup.setWidget(new Label(helpText)); in updateModeUI() 88 popup.showRelativeTo(layoutTable); in updateModeUI()
|
/external/wayland/ |
D | TODO | 24 a popup window? 29 unresponsive apps). Rectangle for close button, so we can popup 34 - popup placement protocol logic.
|
/external/ImageMagick/MagickCore/ |
D | animate.c | 1469 magick_windows[number_windows++]=(&windows->popup); in XAnimateImages() 1878 resource_info,&windows->popup); in XAnimateImages() 1879 windows->popup.border_width=0; in XAnimateImages() 1880 windows->popup.flags|=PPosition; in XAnimateImages() 1881 windows->popup.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages() 1889 &windows->popup); in XAnimateImages() 1890 windows->popup.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages() 1891 windows->popup.id,(char *) HighlightBitmap,HighlightWidth,HighlightHeight); in XAnimateImages() 1892 windows->popup.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages() 1893 windows->popup.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XAnimateImages() [all …]
|
D | xwindow-private.h | 480 popup; member
|
D | display.c | 14584 magick_windows[number_windows++]=(&windows->popup); in XDisplayImage() 14944 resource_info,&windows->popup); in XDisplayImage() 14945 windows->popup.border_width=0; in XDisplayImage() 14946 windows->popup.flags|=PPosition; in XDisplayImage() 14947 windows->popup.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XDisplayImage() 14955 &windows->popup); in XDisplayImage() 14956 windows->popup.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage() 14957 windows->popup.id,(char *) HighlightBitmap,HighlightWidth,HighlightHeight); in XDisplayImage() 14958 windows->popup.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage() 14959 windows->popup.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XDisplayImage() [all …]
|
D | widget.c | 1320 if (event->xany.window == windows->popup.id) in XScreenEvent() 1323 windows->popup.mapped=MagickTrue; in XScreenEvent() 1325 windows->popup.mapped=MagickFalse; in XScreenEvent() 4972 windows->popup.x=windows->widget.x+60; in XFileBrowserWidget() 4973 windows->popup.y=windows->widget.y+60; in XFileBrowserWidget() 4974 XListBrowserWidget(display,windows,&windows->popup, in XFileBrowserWidget()
|
/external/slf4j/slf4j-site/src/site/pages/css/ |
D | popup.css | 2 /* =========== popup ================== */
|
/external/python/cpython2/Tools/pynche/ |
D | PyncheWidget.py | 72 command=v.popup, 274 def popup(self, event=None): member in PopupViewer
|
D | README | 83 which will popup Pynche as a modal dialog, and return the selected
|
/external/python/cpython3/Tools/pynche/ |
D | PyncheWidget.py | 71 command=v.popup, 275 def popup(self, event=None): member in PopupViewer
|
D | README | 83 which will popup Pynche as a modal dialog, and return the selected
|
/external/python/cpython2/Doc/library/ |
D | easydialogs.rst | 84 *optionlist* is a list that determines a popup menu from which the allowed 87 is displayed in the dialog while this option is selected in the popup menu. The 103 where *descr* is as above. The *cmdstr*\ s will appear in a popup menu. When
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | control.email_1hour | 84 ' \'http://www.cbc.ca/radio2/channels/popup.html?stream=classical\'' + \
|
/external/u-boot/scripts/kconfig/ |
D | qconf.cc | 1236 QMenu* popup = Parent::createStandardContextMenu(pos); in createStandardContextMenu() local 1237 QAction* action = new QAction(_("Show Debug Info"), popup); in createStandardContextMenu() 1242 popup->addSeparator(); in createStandardContextMenu() 1243 popup->addAction(action); in createStandardContextMenu() 1244 return popup; in createStandardContextMenu()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 1443 ScopedFPDFAnnotation popup( in TEST_F() local 1445 ASSERT_TRUE(popup); in TEST_F() 1446 EXPECT_EQ(FPDF_ANNOT_POPUP, FPDFAnnot_GetSubtype(popup.get())); in TEST_F() 1447 EXPECT_EQ(1, FPDFPage_GetAnnotIndex(page, popup.get())); in TEST_F() 1449 ASSERT_TRUE(FPDFAnnot_GetRect(popup.get(), &rect)); in TEST_F()
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 754 def popup(self): member in DirSelectDialog 776 def popup(self): member in ExFileSelectDialog 825 def popup(self): member in FileSelectDialog 1401 def popup(self): member in DialogShell
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 752 def popup(self): member in DirSelectDialog 774 def popup(self): member in ExFileSelectDialog 823 def popup(self): member in FileSelectDialog 1398 def popup(self): member in DialogShell
|
/external/selinux/python/sepolicy/sepolicy/ |
D | gui.py | 139 self.popup = 0 810 if self.popup == 0: 811 self.popup = 1 817 self.popup = 0 821 self.popup = 0
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a3.rst | 774 Fix IDLE autocomplete & calltip popup colors. Prevent conflicts with Linux
|
/external/python/cpython2/Lib/plat-mac/ |
D | FrameWork.py | 647 def popup(self, x, y, event, default=1, window=None): member in PopupMenu
|