/external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/ |
manifest.json | 9 "popup": "feed.html"
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/ |
wave.zip | |
proxy_configuration.zip | |
/external/chromium/chrome/common/extensions/docs/examples/tutorials/ |
analytics.zip | |
/external/webkit/Source/WebCore/manual-tests/ |
autofill-popup-width-and-item-direction.html | 5 Test the popup list box's width and its items' display directionality 10 Autofill popup list box should have the same width as its input field's width. 28 They should be displayed as RTL in the popup of "First name", 29 and should be displayed as LTR in the popup of the "Last name".
|
/external/webkit/Source/WebCore/manual-tests/chromium/ |
no-autofill-on-readonly.html | 5 <p>This page tests that the autofill popup is not shown for read-only and disabled text inputs.</p> 9 <li>Reload the page so the input text is empty. Click twice on the Form 1 text input. An autofill popup with the name you entered previously should be shown.</li> 10 <li>Click twice on the Form 2 text input. No autofill popup should be shown.</li> 11 <li>Click twice on the Form 3 text input. No autofill popup should be shown.</li>
|
select-close-popup-value-change.html | 7 <li>1. Click the select to open the popup list.</li> 9 <li>3. Click the select again to close the popup list, it should stay at the value from step 2.</li>
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/ |
newwindows.html | 16 <a id=thelink target="_blank" href="newwindows.html">Popup!</a>
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_popup.h | 38 virtual void ExtensionPopupIsClosing(ExtensionPopup* popup) {} 43 // Create and show a popup with |url| positioned adjacent to |relative_to| in 48 // to the following logic: The popup is anchored so that the corner indicated 49 // by value of |arrow_location| remains fixed during popup resizes. 50 // If |arrow_location| is BOTTOM_*, then the popup 'pops up', otherwise 51 // the popup 'drops down'. 52 // Pass |inspect_with_devtools| as true to pin the popup open and show the 54 // The actual display of the popup is delayed until the page contents 108 // The area on the screen that the popup should be positioned relative to. 126 // The observer of this popup [all...] |
/external/chromium/chrome/browser/extensions/ |
browser_action_test_util.h | 49 // Returns whether a browser action popup is being shown currently. 52 // Returns the bounds of the current browser action popup. 55 // Hides the given popup and returns whether the hide was successful. 61 // Returns the minimum allowed size of an extension popup. 64 // Returns the maximum allowed size of an extension popup.
|
browser_action_test_util_gtk.cc | 70 ExtensionPopupGtk* popup = ExtensionPopupGtk::get_current_extension_popup(); local 71 if (popup) 72 return popup->GetViewBounds(); 77 ExtensionPopupGtk* popup = ExtensionPopupGtk::get_current_extension_popup(); local 78 if (popup) 79 return popup->DestroyPopup();
|
extension_context_menu_model.h | 27 // Delegate to handle showing an ExtensionAction popup. 31 // popup be shown and inspected. 40 // will be shown for "Inspect Popup" which, when selected, will cause 75 // The delegate which handles the 'inspect popup' menu command (or NULL).
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
OtherSettingIndicatorButton.java | 58 OtherSettingsPopup popup = (OtherSettingsPopup) inflater.inflate( local 60 popup.setSettingChangedListener(mListener); 61 popup.initialize(mPreferenceGroup, mPrefKeys); 62 root.addView(popup); 63 mPopup = popup;
|
/cts/tests/assets/webkit/ |
popup.html | 18 <title>Popup allowed</title> 21 Popup allowed
|
/developers/samples/android/ui/actionbarcompat/ListPopupMenu/ListPopupMenu/src/main/res/values/ |
strings.xml | 19 <string name="app_name">ABC List Popup Menu</string> 21 <string name="content_open_popup">Open Popup Menu</string>
|
/developers/samples/android/ui/actionbarcompat/ListPopupMenu/ListPopupMenu/src/main/src/com/example/android/actionbarcompat/listpopupmenu/ |
PopupListFragment.java | 61 // We need to post a Runnable to show the popup to make sure that the PopupMenu is 80 PopupMenu popup = new PopupMenu(getActivity(), view); local 83 popup.getMenuInflater().inflate(R.menu.popup, popup.getMenu()); 86 popup.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() { 100 popup.show(); 119 // Retrieve the popup button from the inflated view
|
/external/chromium/chrome/browser/tab_contents/ |
popup_menu_helper_mac.h | 20 // selects or cancels the popup. 23 // Shows the popup menu and notifies the RenderViewHost of the selection/
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_gtk.h | 16 // Creates the popup and shows it. |edit_view| is the edit that created us. 20 // Returns the window the popup should be relative to. |edit_native_view| is
|
autocomplete_popup_win.h | 16 // Creates the popup and shows it. |edit_view| is the edit that created us. 20 // Returns the window the popup should be relative to. |edit_native_view| is
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/ |
popup.html | 9 <link rel="stylesheet" type="text/css" href="popup.css"> 10 <script src="popup.js"></script>
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
manifest.json | 14 "popup": "popup.html"
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
window-close-crash.js | 31 debug("Main page opening resources/window-close-popup.html"); 32 otherWindow = window.open("resources/window-close-popup.html");
|
/external/webkit/Tools/MiniBrowser/win/ |
MiniBrowser.rc | 22 POPUP "&File"
28 POPUP "&Debug"
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
omnibox_popup_view.h | 11 // The content view for the omnibox popup. Supports up to two subviews (the
|
/external/chromium/chrome/common/extensions/docs/examples/api/extension/isAllowedAccess/ |
manifest.json | 7 "default_popup": "popup.html",
|