/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
D | MainActivity.kt | 73 val popup = PopupMenu(this, view) in <lambda>() constant 74 popup.menuInflater.inflate(R.menu.add_menu, popup.menu) in <lambda>() 79 popup.menu.add(effectName) in <lambda>() 81 val subMenu = menuMap[cat] ?: popup.menu.addSubMenu(cat) in <lambda>() 86 popup.setOnMenuItemClickListener { menuItem -> in <lambda>() 96 popup.show() in <lambda>()
|
/third_party/cef/libcef/browser/ |
D | browser_info_manager.cc | 420 PendingPopup* popup = it->get(); in RenderProcessHostDestroyed() local 421 if (popup->opener_global_id.child_id == render_process_id) { in RenderProcessHostDestroyed() 431 std::unique_ptr<PendingPopup> popup) { in PushPendingPopup() argument 433 pending_popup_list_.push_back(std::move(popup)); in PushPendingPopup() 446 PendingPopup* popup = it->get(); in PopPendingPopup() local 447 if (popup->step == step && popup->opener_global_id == opener_global_id && in PopPendingPopup() 448 popup->target_url == target_url) { in PopPendingPopup() 452 return base::WrapUnique(popup); in PopPendingPopup()
|
D | browser_info_manager.h | 185 void PushPendingPopup(std::unique_ptr<PendingPopup> popup);
|
/third_party/cef/tests/cefclient/resources/extensions/set_page_color/ |
D | README.md | 3 Demonstrates basic extension app loading and integration by using a popup to change the page color. 13 …eloper.chrome.com/extensions/samples#search:browser%20action%20with%20a%20popup) example extension.
|
/third_party/cef/patch/patches/ |
D | webkit_popups.patch | 7 // Sets whether select popup menus should be rendered by the browser. 11 // Cancels and hides the current popup (datetime, select...) if any. 47 // Returns true if popup menus should be rendered by the browser, false if
|
D | views_widget.patch | 101 // any owned popup windows.
|
/third_party/cJSON/tests/inputs/ |
D | test2.expected | 5 "popup": {
|
D | test2 | 4 "popup": {
|
/third_party/cJSON/fuzzing/inputs/ |
D | test2 | 4 "popup": {
|
/third_party/cef/tests/cefclient/resources/win/ |
D | cefclient.rc | 59 IDS_EXTENSIONS_SET_PAGE_COLOR_POPUP_HTML BINARY "..\\extensions\\set_page_color\\popup.html" 60 IDS_EXTENSIONS_SET_PAGE_COLOR_POPUP_JS BINARY "..\\extensions\\set_page_color\\popup.js"
|
/third_party/python/Tools/pynche/ |
D | PyncheWidget.py | 67 command=v.popup, 271 def popup(self, event=None): member in PopupViewer
|
D | README | 83 which will popup Pynche as a modal dialog, and return the selected
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveConditionalCrash3.symbols | 322 …* If I open the popup, (pointing with the mouse on the Expand), the compiler shows the type Expand… 356 …n I need to use the Expand in other Types, as the following examples, the popup show "loading..." … 417 * If a memory is still high, it may need some seconds to show popup.
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_mac.mm | 222 // The new popup is initially parented to a temporary window. The native root 223 // window will be created after the browser is created and the popup window 512 // For popup browsers create the root window once the browser has been
|
/third_party/python/Lib/tkinter/ |
D | tix.py | 754 def popup(self): member in DirSelectDialog 776 def popup(self): member in ExFileSelectDialog 825 def popup(self): member in FileSelectDialog 1400 def popup(self): member in DialogShell
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 201 … we could make Begin() with ImGuiWindowFlags_Modal work without involving popup. May help untangle… 202 …- popups: if the popup functions took explicit ImGuiID it would allow the user to manage the scope… 203 - popups: clicking outside (to close popup) and holding shouldn't drag window below. 337 …- nav: SetItemDefaultFocus() level of priority, so widget like Selectable when inside a popup coul… 345 …- nav/popup: esc/enter default behavior for popups, e.g. be able to mark an "ok" or "cancel" butto… 351 …estore a NULL focus. Could save NavWindow at the time of being focused, similarly to what popup do?
|
D | CHANGELOG.txt | 106 This allows apps to receive the click on void when that click is used to close popup (by default, 107 clicking on a void when a popup is open will close the popup but not release io.WantCaptureMouse). 280 - Nav: Fixed pressing Escape to leave menu layer while in a popup or child window. (#787) 304 - Combos: Changed the combo popup to use a different id to also using a context menu with the defau… 707 tabs reordered in the tab list popup. [@Xipiryon] 770 - Window: Fixed clicking over an item which hovering has been disabled (e.g inhibited by a popup) 868 to first test for the presence of another popup at the same level. 872 allowing to check if any popup is open at the current level, if a given popup is open at any popup 873 level, if any popup is open at all. 874 - Popups: Fix an edge case where programmatically closing a popup while clicking on its empty space [all …]
|
D | FAQ.md | 108 - When `io.WantTextInput` is set, you can notify your OS/engine to popup an on-screen keyboard, if … 126 …tarted over your application or over a Dear ImGui window) and handle e.g. popup and modal windows …
|
/third_party/node/doc/contributing/ |
D | streaming-to-youtube.md | 31 4. On that page you can use the +people at the top right of the popup to add
|
/third_party/ffmpeg/doc/ |
D | indevs.texi | 554 If set to @option{true}, before capture starts, popup a display dialog 566 If set to @option{true}, before capture starts, popup a display dialog 571 If set to @option{true}, before capture starts, popup a display 576 If set to @option{true}, before capture starts, popup a display 581 If set to @option{true}, before capture starts, popup a display 586 If set to @option{true}, before capture starts, popup a display
|
/third_party/cef/ |
D | cef_paths2.gypi | 319 'tests/cefclient/resources/extensions/set_page_color/popup.html', 320 'tests/cefclient/resources/extensions/set_page_color/popup.js',
|
/third_party/cef/patch/ |
D | patch.cfg | 379 # macOS: Fix crash when showing a select popup with CefDoMessageLoopWork.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a3.rst | 774 Fix IDLE autocomplete & calltip popup colors. Prevent conflicts with Linux
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 6740 if (ImGuiWindow* popup = g.OpenPopupStack.Data[n].Window) in GetFrontMostPopupModal() local 6741 if (popup->Flags & ImGuiWindowFlags_Modal) in GetFrontMostPopupModal() 6742 return popup; in GetFrontMostPopupModal() 6825 ImGuiPopupRef& popup = g.OpenPopupStack[popup_count_to_keep]; in ClosePopupsOverWindow() local 6826 if (!popup.Window) in ClosePopupsOverWindow() 6828 IM_ASSERT((popup.Window->Flags & ImGuiWindowFlags_Popup) != 0); in ClosePopupsOverWindow() 6829 if (popup.Window->Flags & ImGuiWindowFlags_ChildWindow) in ClosePopupsOverWindow()
|
/third_party/python/Lib/test/ |
D | cfgparser.2 | 30 # Message command is run by samba when a "popup" message is sent to it.
|