/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PubSubElementType.java | 34 ITEMS("items", PubSubNamespace.BASIC),
35 ITEMS_EVENT("items", PubSubNamespace.EVENT),
|
/frameworks/base/core/java/android/widget/ |
ListAdapter.java | 29 * Indicates whether all the items in this adapter are enabled. If the 31 * it will take effect. If true, it means all items are selectable and 34 * @return True if all items are enabled, false otherwise.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragSource.java | 29 * @return whether items dragged from this source supports 34 * @return whether items dragged from this source supports 'App Info' 39 * @return whether items dragged from this source supports 'Delete' drop target (e.g. to remove
|
/packages/apps/Stk/src/com/android/stk/ |
StkMenuAdapter.java | 32 * Icon list view adapter to show the list of STK items. 38 public StkMenuAdapter(Context context, List<Item> items, 40 super(context, 0, items);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
listobject.h | 6 This is a mutable type: the list items can be changed, and items can be 35 * Items must normally not be NULL, except during construction when
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
listobject.h | 6 This is a mutable type: the list items can be changed, and items can be 35 * Items must normally not be NULL, except during construction when
|
/dalvik/dx/src/com/android/dx/dex/file/ |
MemberIdsSection.java | 50 if (items().size() > DexFormat.MAX_MEMBER_IDX + 1) { 54 for (Object i : items()) { 62 for (Object member : items()) { 78 memberType, items().size(), DexFormat.MAX_MEMBER_IDX + 1);
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/ |
README.md | 5 displays action items. It covers inflating items from a menu resource, as well as adding 6 an item in code. Items that are not shown as action items on the Action Bar are
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List16.java | 33 * items. 57 mode.setTitle("Select Items"); 69 " items", Toast.LENGTH_SHORT).show(); 94 mode.setSubtitle("" + checkedCount + " items selected");
|
/external/chromium_org/ash/test/ |
overflow_bubble_view_test_api.h | 24 // Returns the total width of items included in ShelfView.
|
/external/chromium_org/chrome/browser/extensions/ |
menu_manager_unittest.cc | 107 // Tests adding, getting, and removing items. 116 const MenuItem::List* items = manager_.MenuItems(item1->id().extension_key); local 117 ASSERT_EQ(1u, items->size()); 118 ASSERT_EQ(item1, items->at(0)); 124 items = manager_.MenuItems(item2->id().extension_key); 125 ASSERT_EQ(2u, items->size()); 126 ASSERT_EQ(item1, items->at(0)); 127 ASSERT_EQ(item2, items->at(1)); 156 // Test adding/removing child items. 171 // Add in the first two items 352 const MenuItem::List* items = manager_.MenuItems(item1->id().extension_key); local [all...] |
/external/chromium_org/chrome/browser/password_manager/ |
password_store_mac_internal.h | 19 // PasswordForms instead of Keychain items. 37 // Returns true if the keychain contains any items that are mergeable with 45 // Returns all keychain items of types corresponding to password forms. 48 // Returns password data from all keychain items of types corresponding to 61 // Controls whether or not Chrome will restrict Keychain searches to items 66 // Returns PasswordForms constructed from the given Keychain items, calling 67 // AppleKeychain::Free on all of the keychain items and clearing the vector. 70 std::vector<SecKeychainItemRef>* items); 78 // Returns the Keychain items matching the given signon_realm, scheme, and 81 // returned items [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/ |
delete_bookmarks.applescript | 5 -- This script deletes all the items within a bookmark folder.
|
open_tabs_from_bookmark_folder.applescript | 8 repeat with i in (bookmark items of var)
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_bridge.h | 12 // Most Chromium Cocoa menu items are static from a nib (e.g. New 14 // (e.g. Cut and Paste). In addition, most Cocoa menu items have 15 // firstResponder: as a target. Unusually, bookmark menu items are 95 // If |add_extra_items| is true, also adds extra menu items at bottom of 102 // Helper for recursively adding items to our bookmark menu. 104 // If |add_extra_items| is true, also adds extra menu items at bottom of 120 // is used to update existing menu items, as well as to configure newly 149 // In order to appropriately update items in the bookmark menu, without 150 // forcing a rebuild, map the model's nodes to menu items.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
history_menu_bridge.h | 44 // items having the local tags defined in the enum below. Items within a section 47 // closed section is special in that those menu items can have submenus to list 48 // all the tabs within that closed window. By convention, these submenu items 53 // These menu items do not use firstResponder as their target. Rather, they are 55 // to this class. These items are created via the AddItemToMenu() helper. Also, 103 // of all items. If it is not a window, then the entry is a single page and 113 // normal procedure for menu items is to go through CommandDispatch, but since 114 // history menu items are hooked directly up to their target, they do not need 119 kRecentlyClosed = 420, // Used for items in the recently closed section [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/passwords/ |
manage_passwords_bubble_manage_view_controller_unittest.mm | 107 NSArray* items = base::mac::ObjCCastStrict<PasswordItemListView>( 109 EXPECT_EQ(2U, [items count]); 111 // Check the entry items. 112 for (ManagePasswordItemViewController* item in items) {
|
/external/chromium_org/chrome/browser/ui/ |
sad_tab_types.h | 11 // items at the end. We depend on these specific values in a histogram.
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
suggestions_combiner.h | 51 // Fetch a new set of items from the various suggestion sources. 56 // Called by a source when its items are ready. Make sure suggestion sources 68 // sources have items ready. 89 // The delegate to notify once items are ready.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
content_settings_exception_area_browsertest.js | 58 assertEquals(1, list.items.length); 64 // The first item is now the exception (edit items are always last). 72 expectEquals(1, list.items.length); 86 list.items[0].finishEdit(origin, 'block');
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/ |
index.html | 8 -webkit-align-items: center;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
manifest.json | 4 "description": "Displays the first 5 items from the 'Google News - top news' RSS feed in a popup.",
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
sidenav_data_source_test.py | 23 'items': [{ 25 'items': [{ 'title': 'X1' }] 32 'items': [{ 35 'items': [{ 'level': 3, 'title': 'X1' }] 46 item2 = { 'href': '/H2.html', 'items': [item2_1, item2_2] } 72 'items': [{ 84 {'items': [ 104 'items': [{ 116 'items': [{
|
/external/chromium_org/chrome/common/importer/ |
safari_importer_utils.h | 14 // Does this user account have a Safari Profile and if so, what items
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_flash_menu_host.cc | 50 if (!in_menu->items || in_menu->count > kMaxMenuEntries) 55 PP_Flash_MenuItem_Type type = in_menu->items[i].type; 72 if (in_menu->items[i].name) 73 item.label = base::UTF8ToUTF16(in_menu->items[i].name); 77 // This sets |(*menu_id_map)[item.action] = in_menu->items[i].id|. 78 menu_id_map->push_back(in_menu->items[i].id); 79 item.enabled = PP_ToBool(in_menu->items[i].enabled); 80 item.checked = PP_ToBool(in_menu->items[i].checked); 83 in_menu->items[i].submenu, depth + 1, &item.submenu, menu_id_map))
|