Searched refs:item (Results 201 - 225 of 1876) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.js29 // Selected item in the menu list.
31 // First item which could be selected.
39 * Gets scroll action to be done for the item.
40 * @param {!Object} item Menu item.
43 scrollAction: function(item) {
46 var itemTop = item.offsetTop;
47 var itemBottom = itemTop + item.offsetHeight;
54 * Selects new item.
165 var item
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_view.css18 .x-list-view > .list-item {
22 .x-list-view:focus > .list-item[selected] {
28 .x-list-view > .list-item[selected] {
/external/chromium_org/components/renderer_context_menu/views/
H A Dtoolkit_delegate_views.cc45 views::MenuItemView* item = menu_view_->GetMenuItemByID(command_id); local
46 if (!item)
49 item->SetEnabled(enabled);
50 item->SetTitle(title);
51 item->SetVisible(!hidden);
53 views::MenuItemView* parent = item->GetParentMenuItem();
/external/chromium_org/components/test/data/autofill/merge/tools/
H A Dserialize_profiles.py36 # 7-tuples, in which the first item is the column name, and the remaining
38 types = [ColumnNameToFieldType(item[0]) for item in cursor.description]
52 types = [ColumnNameToFieldType(item[0]) for item in cursor.description]
64 types = [ColumnNameToFieldType(item[0]) for item in cursor.description]
/external/chromium_org/tools/gn/
H A Dbuilder_record.h12 #include "tools/gn/item.h"
18 // tree. It holds a reference to an item and links to other records that the
19 // item depends on, both resolved ones, and unresolved ones.
22 // a placeholder BuilderRecord with no item, and try to load the buildfile
23 // associated with the new item. The item will get filled in when we encounter
24 // the declaration for the item (or when we're done and realize there are
27 // You can also have null item pointers when the target is not required for
50 // Returns true if the given item is of the given type.
51 static bool IsItemOfType(const Item* item, ItemTyp
56 Item* item() { return item_.get(); } function in class:BuilderRecord
57 const Item* item() const { return item_.get(); } function in class:BuilderRecord
58 set_item(scoped_ptr<Item> item) argument
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dbreadcrumbs_controller.js169 for (var item = this.bc_.firstChild; item; item = item.nextSibling) {
170 item.removeAttribute('style');
171 item.removeAttribute('collapsed');
179 for (var item = this.bc_.firstChild; item; item = item
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java74 * Returns whether this item is empty (has no contents).
76 * @return {@code true} if this item is empty, or {@code false}
87 * Returns whether this item is a candidate for interning. The only
114 * <p><b>Note:</b>: This throws an exception if this item is not
151 * Adds a field annotations item to this instance.
167 * Adds a method annotations item to this instance.
183 * Adds a parameter annotations item to this instance.
209 for (MethodAnnotationStruct item : methodAnnotations) {
210 if (item.getMethod().equals(method)) {
211 return item
[all...]
H A DStatistics.java29 /** {@code non-null;} data about each type of item */
40 * Adds the given item to the statistics.
42 * @param item {@code non-null;} the item to add
44 public void add(Item item) { argument
45 String typeName = item.typeName();
49 dataMap.put(typeName, new Data(item, typeName));
51 data.add(item);
62 for (Item item : items) {
63 add(item);
133 Data(Item item, String name) argument
148 add(Item item) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/provider/
H A DDiscoverItemsProvider.java38 DiscoverItems.Item item;
47 if (eventType == XmlPullParser.START_TAG && "item".equals(parser.getName())) {
54 else if (eventType == XmlPullParser.END_TAG && "item".equals(parser.getName())) {
56 item = new DiscoverItems.Item(jid);
57 item.setName(name);
58 item.setNode(node);
59 item.setAction(action);
60 discoverItems.addItem(item);
H A DMUCAdminProvider.java41 if (parser.getName().equals("item")) {
57 MUCAdmin.Item item =
61 item.setNick(parser.getAttributeValue("", "nick"));
62 item.setJid(parser.getAttributeValue("", "jid"));
67 item.setActor(parser.getAttributeValue("", "jid"));
70 item.setReason(parser.nextText());
74 if (parser.getName().equals("item")) {
79 return item;
/external/webrtc/src/system_wrappers/interface/
H A Dlist_wrapper.h25 ListItem(const unsigned int item);
73 // Returns a pointer to the ListItem stored after item in the list.
74 ListItem* Next(ListItem* item) const;
76 // Returns a pointer to the ListItem stored before item in the list.
77 ListItem* Previous(ListItem* item) const;
79 // Removes item from the list.
80 int Erase(ListItem* item);
82 // Insert list item after existing_previous_item. Please note that new_item
89 // Insert list item before existing_next_item. Please note that new_item
97 void PushBackImpl(ListItem* item);
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.h23 ListNoStlItem(const unsigned int item);
58 ListNoStlItem* Next(ListNoStlItem* item) const;
59 ListNoStlItem* Previous(ListNoStlItem* item) const;
60 int Erase(ListNoStlItem* item);
68 void PushBack(ListNoStlItem* item);
69 void PushFront(ListNoStlItem* item);
H A Dmap_unittest.cc20 int* ItemPointer(MapItem* item) { argument
21 if (item == NULL) {
24 return reinterpret_cast<int*>(item->GetItem());
27 bool DeleteItemContent(MapItem* item) { argument
28 if(item == NULL) {
31 int* value_ptr = ItemPointer(item);
36 int ItemValue(MapItem* item) { argument
37 if (item == NULL) {
40 const int* value_ptr = ItemPointer(item);
88 void PrintMapItem(MapItem* item, boo argument
100 MapItem* item = print_map.First(); local
115 MapItem* item = print_map.Last(); local
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dcontext_menu_matcher.cc74 // If this is the first extension-provided menu item, and there are other
75 // items in the menu, and the last item is not a separator add a separator.
80 // (and it can't be a radio or checkbox item because we are going to put the
85 // one top-level item.
103 MenuItem* item = items[0]; local
104 extension_item_map_[menu_id] = item->id();
105 title = item->TitleWithReplacement(selection_text,
107 submenu_items = GetRelevantExtensionItems(item->children(),
111 // Now add our item(s) to the menu_model_.
151 MenuItem* item local
159 MenuItem* item = GetExtensionMenuItem(command_id); local
166 MenuItem* item = GetExtensionMenuItem(command_id); local
175 MenuItem* item = GetExtensionMenuItem(command_id); local
212 const MenuItem* item = *i; local
237 MenuItem* item = *i; local
301 MenuItem* item = manager->GetItemById(i->second); local
[all...]
/external/bluetooth/bluedroid/osi/src/
H A Dthread.c117 // Queue item is freed either when the queue itself is destroyed
118 // or when the item is removed from the queue for dispatch.
119 work_item_t *item = (work_item_t *)malloc(sizeof(work_item_t)); local
120 if (!item) {
124 item->func = func;
125 item->context = context;
126 fixed_queue_enqueue(thread->work_queue, item);
169 // work item and then joining the thread.
171 work_item_t *item = fixed_queue_try_dequeue(thread->work_queue); local
172 while (item
189 work_item_t *item = fixed_queue_dequeue(queue); local
[all...]
/external/qemu/android/tools/
H A Dgen-hw-config.py28 # a dictionary that maps item types as they appear in the .ini
133 for item in items:
134 if item.type == None:
135 sys.stderr.write("ignoring config item with no type '%s'\n" % item.name)
138 if not typesToMacros.has_key(item.type):
139 sys.stderr.write("ignoring config item with unknown type '%s': '%s'\n" % \
140 (item.type, item.name))
143 if item
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dsearchbox_api.js99 for (var i = 0, item; item = mostVisitedItems[i]; ++i) {
100 item.faviconUrl = GenerateFaviconURL(item.renderViewId, item.rid);
103 item.url = null;
104 item.title = null;
105 item.domain = null;
106 item.direction = null;
107 item
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dparse_core.py26 item = self.lookup[key]
28 item = None
30 #item = self.parent[item]
31 ## self[key] = item # cache
32 #if self.verbose: print "%s.get('%s')='%s'"%(self,key,item)
33 return item
47 item = self.tags[key]
49 item = None
51 item
[all...]
/external/chromium_org/ui/app_list/
H A Dapp_list_model.h33 // move entries in the item list directly (but can not add or remove them) and
52 // Finds the item matching |id|.
55 // Find a folder item matching |id|.
58 // Adds |item| to the model. The model takes ownership of |item|. Returns a
59 // pointer to the item that is safe to use (e.g. after passing ownership).
60 AppListItem* AddItem(scoped_ptr<AppListItem> item);
62 // Adds |item| to an existing folder or creates a new folder. If |folder_id|
63 // is empty, adds the item to the top level model instead. The model takes
64 // ownership of |item|
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DRelationshipTester.java76 T item = group.get(itemNumber);
79 assertion.assertRelated(item, related);
83 .replace("$ITEM", itemString(item, groupNumber, itemNumber))
90 T item = groups.get(groupNumber).get(itemNumber);
93 assertion.assertUnrelated(item, unrelated);
97 .replace("$ITEM", itemString(item, groupNumber, itemNumber))
102 private static String itemString(Object item, int groupNumber, int itemNumber) { argument
104 .append(item)
107 .append(", item ")
119 * item numbe
123 assertRelated(T item, T related) argument
125 assertUnrelated(T item, T unrelated) argument
[all...]
/external/tcpdump/
H A Dmakemib232 function dump(item, c, s) {
233 # newitem=sofar"."item"("oid[item]")"
234 # printf "/* %s c=%s s=%s */\n", newitem, child[item], sibling[item]
236 if (child[item] != "") {
237 dump(child[item])
238 c = "&_"child[item]"_obj"
241 if (sibling[item] != "") {
242 dump(sibling[item])
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc217 content::MockDownloadItem& item(size_t index) { return *items_[index]; } function in class:__anon3582::DownloadHistoryTest
258 Return(&item(index))));
273 pre_on_create_handler_.Run(&item(index));
274 manager_observer()->OnDownloadCreated(&manager(), &item(index));
276 post_on_create_handler_.Run(&item(index));
421 EXPECT_CALL(item(index), GetId()).WillRepeatedly(Return(id));
422 EXPECT_CALL(item(index), GetFullPath())
424 EXPECT_CALL(item(index), GetTargetFilePath())
427 EXPECT_CALL(item(index), GetURL())
429 EXPECT_CALL(item(inde
471 CheckDownloadWasRestoredFromHistory(bool expected_value, content::MockDownloadItem* item) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataObject.cpp79 PassRefPtrWillBeRawPtr<DataObjectItem> DataObject::item(unsigned long index) function in class:blink::DataObject
100 RefPtrWillBeRawPtr<DataObjectItem> item = DataObjectItem::createFromString(type, data); local
101 if (!internalAddStringItem(item))
103 return item;
111 RefPtrWillBeRawPtr<DataObjectItem> item = DataObjectItem::createFromFile(file);
112 m_itemList.append(item);
113 return item;
164 RefPtrWillBeRawPtr<DataObjectItem> item = findStringItem(mimeTypeTextURIList); local
165 if (!item)
167 url = convertURIListToURL(item
180 RefPtrWillBeRawPtr<DataObjectItem> item = findStringItem(mimeTypeTextHTML); local
242 internalAddStringItem(PassRefPtrWillBeRawPtr<DataObjectItem> item) argument
254 internalAddFileItem(PassRefPtrWillBeRawPtr<DataObjectItem> item) argument
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dapp_runtime_custom_bindings.js43 var itemLoaded = function(err, item) {
47 $Array.push(items, item);
58 $Array.forEach(launchData.items, function(item) {
59 var fs = GetIsolatedFileSystem(item.fileSystemId);
60 fs.root.getFile(item.baseName, {}, function(fileEntry) {
61 entryIdManager.registerEntry(item.entryId, fileEntry);
62 itemLoaded(null, { entry: fileEntry, type: item.mimeType });
/external/chromium_org/third_party/polymer/components-chromium/core-selector/
H A Dcore-selector-extracted.js7 * of the item element.
145 * The event that would be fired from the item element to indicate
246 var item = (value === null || value === undefined) ?
248 this.$.selection.select(item);
267 // find an item with value == value and return it's index
273 // if no item found, the value itself is probably the index
284 if (detail.item) {
285 this.applySelection(detail.item, detail.isSelected);
289 applySelection: function(item, isSelected) {
291 item
[all...]

Completed in 796 milliseconds

1234567891011>>