/external/chromium_org/chrome/common/extensions/docs/templates/private/ |
article.html | 3 - |sidenav| The sidenav items.
|
/external/chromium_org/ui/views/controls/menu/ |
menu_insertion_delegate_win.h | 14 // Returns the index to insert items into the menu at.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
StringArrayPropertyEditor.java | 45 String[] items = getItems(property); local 46 return "[" + Joiner.on(", ").join(items) + "]"; 50 * @return the items specified in value of given {@link Property}. 57 // no items
|
/external/robolectric/src/test/resources/res/values/ |
strings.xml | 7 <string-array name="items">
|
/external/smack/src/org/jivesoftware/smack/ |
PrivacyList.java | 33 * {@link PrivacyItem Privacy Items} can handle different kind of blocking communications based on JID, group,
47 private List<PrivacyItem> items;
field in class:PrivacyList 55 this.items = privacyItems;
67 return items;
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
DiscoverItems.java | 33 * A DiscoverItems IQ packet, which is used by XMPP clients to request and receive items 36 * The items could also be queried in order to discover if they contain items inside. Some items 43 public static final String NAMESPACE = "http://jabber.org/protocol/disco#items"; 45 private final List<Item> items = new CopyOnWriteArrayList<Item>(); field in class:DiscoverItems 54 synchronized (items) { 55 items.add(item); 60 * Adds a collection of items to the discovered information. Does nothing if itemsToAdd is null 72 * Returns the discovered items of the queried XMPP entity. [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
OffsettedSection.java | 40 for (int i = 0; i < items.size(); i++) { 41 assert items.get(i) == null; 47 items.set(i, item); 51 readContext.setItemsForSection(ItemType, items);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.cpp | 518 QStringList items = local 525 for (int i = 0; i < items.size(); i++) { 526 QString str = items.at(i); 552 item->setData(items.join(QString("\n")), peer_role_details); 831 QStringList items = text.split(' '); local 832 QString uuid = items[1]; 833 QString addr = items[2]; 844 items = text.mid(pos + 1, pos2 - pos - 1). 846 name = items[0]; 847 items.append(addr) 866 QStringList items = text.split(' '); local 877 QStringList items = text.split(' '); local 903 QStringList items = local 952 QStringList items = text.split(' '); local 991 QStringList items = text.split(' '); local 1007 QStringList items = text.split(' '); local 1030 QStringList items = text.split(' '); local 1051 QStringList items = text.split(' '); local 1110 QStringList items = text.split(' '); local 1148 QStringList items = text.split(' '); local 1175 QStringList items = text.split(' '); local 1236 QStringList items = text.split(' '); local 1253 QStringList items = text.split(' '); local 1315 QStringList items = text.split(' '); local 1326 QStringList items = text.split(' '); local [all...] |
/external/chromium/chrome/browser/resources/options/ |
cookies_view.css | 52 /* enable animating the height of items */ 99 /* styles for the individual items (cookies, etc.) */ 100 .cookie-items { 107 /* make the cookie items wrap correctly */ 111 .measure-items .cookie-items { 117 .show-items .cookie-items { 121 .cookie-items .cookie-item { 137 .cookie-items .cookie-item:hover [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
contextMenus.html | 4 Context menu items can appear in any document 7 To control which documents your items can appear in, 13 You can create as many context menu items
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash_menu.idl | 15 * TODO(viettrungluu): Radio items not supported yet. Will also probably want 16 * special menu items tied to clipboard access. 37 [size_is(count)] PP_Flash_MenuItem[] items;
|
/external/chromium_org/remoting/webapp/ |
clipboard.js | 7 * A class for moving clipboard items between the plugin and the OS. 54 // Clear the store of items sent and received. Those items now relate to a 60 // to the host. This stops the host seeing items that were placed on the 62 // items to be sent to the host. 68 * Accepts a clipboard from the OS, and sends any changed clipboard items to 71 * Currently only text items are supported. 94 // The browser presents text clipboard items as 'text/plain'. 138 * Moves any pending clipboard items to a ClipboardData object. 141 * @return {boolean} Whether any clipboard items were moved to the ClipboardDat [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
autofill_alignment.html | 5 Test auto-fill drop-down items' alignment 15 field, the drop-down box should be opened with the items aligned right. 17 with the items aligned left.
|
select-narrow-width.html | 9 This test ensures that items in a select control can be selected. There 12 subsequent clicks on menu items were disregarded. 15 (more than 20) items that had narrow widths.
|
select_alignment.html | 9 select drop-down items' alignment should be determined by the directionality of 12 The drop-down items in the following <select> should be left-aligned. 23 The drop-down items in the second <select> should be right-aligned.
|
/external/chromium_org/tools/json_schema_compiler/dart_test/ |
dictionaries.dart | 142 DictionariesOuterType({List<DictionariesInnerType> items, List<DictionariesInnerType> oitems}) { 143 if (items != null) 144 this.items = items; 157 /// Documentation for the array of InnerTypes items. 158 List<DictionariesInnerType> get items { 160 int count = JS('int', '#.items.length', this._jsObject); 162 var item = JS('', '#.items[#]', this._jsObject, i); 168 void set items(List<DictionariesInnerType> items) { [all...] |
/external/clang/test/SemaCXX/ |
attr-selectany.cpp | 4 __declspec(selectany) void foo() { } // expected-error{{'selectany' can only be applied to data items with external linkage}} 8 const __declspec(selectany) int x2 = 2; // expected-error{{'selectany' can only be applied to data items with external linkage}} 18 static __declspec(selectany) int x6 = 2; // expected-error{{'selectany' can only be applied to data items with external linkage}}
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
XTagXmlResourceLoader.java | 44 NodeList items = document.getElementsByTagName( tag ); 45 for ( int i = 0; i < items.getLength(); i++ ) { 46 Node node = items.item( i );
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
EventElementType.java | 33 /** Items have been published to a node */
34 items,
enum constant in enum:EventElementType 36 /** All items have been purged from a node */
|
GetItemsRequest.java | 28 super(PubSubElementType.ITEMS, nodeId); 33 super(PubSubElementType.ITEMS, nodeId); 39 super(PubSubElementType.ITEMS, nodeId);
|
/external/smack/src/org/jivesoftware/smackx/pubsub/listener/ |
ItemEventListener.java | 21 * Defines the listener for items being published to a node.
33 * @param items The publishing details.
35 void handlePublishedItems(ItemPublishEvent<T> items);
|
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/ |
ItemsProvider.java | 24 * Parses the <b>items</b> element out of the message event stanza from
25 * the server as specified in the <a href="http://xmpp.org/extensions/xep-0060.html#schemas-event">items schema</a>.
35 return new ItemsExtension(ItemsExtension.ItemsElementType.items, attributeMap.get("node"), content);
|
/frameworks/base/core/java/android/view/ |
Menu.java | 24 * Interface for managing the items in a menu. 27 * You can add items to this menu and handle clicks on your additions. The 28 * easiest way of adding menu items is inflating an XML file into the 39 * <b>expanded menus</b> (only available if six or more menu items are visible, 91 * Category code for the order integer for items/groups that are part of a 97 * Category code for the order integer for items/groups that are provided by 103 * Category code for the order integer for items/groups that are 110 * Category code for the order integer for items/groups that are 118 * any existing menu items in the same group. 158 * This can be used to define groups of items for batch stat [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLSelectElement.cpp | 240 const Vector<HTMLElement*>& items = listItems(); local 241 for (unsigned i = 0; i < items.size(); i++) { 242 if (items[i]->hasLocalName(optionTag) && toHTMLOptionElement(items[i])->selected()) 243 return toHTMLOptionElement(items[i])->value(); 257 const Vector<HTMLElement*>& items = listItems(); local 259 for (unsigned i = 0; i < items.size(); i++) { 260 if (items[i]->hasLocalName(optionTag)) { 261 if (toHTMLOptionElement(items[i])->value() == value) { 298 // Ensure that we've determined selectedness of the items at least once prior to changing the size 452 const Vector<HTMLElement*>& items = listItems(); local 515 const Vector<HTMLElement*>& items = listItems(); local 530 const Vector<HTMLElement*>& items = listItems(); local 571 const Vector<HTMLElement*>& items = listItems(); local 586 const Vector<HTMLElement*>& items = listItems(); local 606 const Vector<HTMLElement*>& items = listItems(); local 629 const Vector<HTMLElement*>& items = listItems(); local 690 Vector<HTMLElement*> items = m_listItems; local 793 const Vector<HTMLElement*>& items = listItems(); local 826 const Vector<HTMLElement*>& items = listItems(); local 868 const Vector<HTMLElement*>& items = listItems(); local 887 const Vector<HTMLElement*>& items = listItems(); local 922 const Vector<HTMLElement*>& items = listItems(); local 932 const Vector<HTMLElement*>& items = listItems(); local 950 const Vector<HTMLElement*>& items = listItems(); local 965 const Vector<HTMLElement*>& items = listItems(); local 1014 const Vector<HTMLElement*>& items = listItems(); local 1035 const Vector<HTMLElement*>& items = listItems(); local 1469 const Vector<HTMLElement*>& items = listItems(); local 1490 const Vector<HTMLElement*>& items = listItems(); local 1525 const Vector<HTMLElement*>& items = listItems(); local 1549 const Vector<HTMLElement*>& items = listItems(); local [all...] |
/external/chromium_org/chrome/common/ |
automation_messages.cc | 41 for (size_t i = 0; i < items.size(); ++i) 42 delete items[i].submenu; 57 WriteParam(m, p.items.size()); 58 for (size_t i = 0; i < p.items.size(); ++i) { 59 WriteParam(m, static_cast<int>(p.items[i].type)); 60 WriteParam(m, p.items[i].item_id); 61 WriteParam(m, p.items[i].label); 62 WriteParam(m, p.items[i].checked); 63 WriteParam(m, p.items[i].enabled); 65 if (p.items[i].type == static_cast<int>(ui::MenuModel::TYPE_SUBMENU)) [all...] |