Searched defs:item (Results 101 - 125 of 799) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings_win.cc117 MappingData& item = AvailableMappings[i]; local
118 if (vendor_id == item.vendor_id && product_id == item.product_id)
119 return item.function;
/external/chromium_org/content/public/renderer/
H A Dhistory_item_serialization.cc82 bool RecursivelyGenerateFrameState(const WebHistoryItem& item, argument
84 state->url_string = item.urlString();
85 state->original_url_string = item.originalURLString();
86 state->referrer = item.referrer();
87 state->target = item.target();
88 if (!item.stateObject().isNull())
89 state->state_object = item.stateObject().toString();
90 state->scroll_offset = item.scrollOffset();
91 state->item_sequence_number = item.itemSequenceNumber();
93 item
121 RecursivelyGenerateHistoryItem(const ExplodedFrameState& state, WebHistoryItem* item) argument
168 HistoryItemToPageState(const WebHistoryItem& item) argument
[all...]
/external/chromium_org/content/renderer/pepper/
H A Durl_request_info_util.cc146 const URLRequestInfoData::BodyItem& item = data->body[i]; local
147 if (item.is_file) {
149 item.file_ref_pp_resource,
150 item.start_offset,
151 item.number_of_bytes,
152 item.expected_last_modified_time,
157 DCHECK(!item.data.empty());
158 http_body.appendData(WebData(item.data));
/external/chromium_org/jingle/notifier/listener/
H A Dpush_notifications_subscribe_task.cc88 // <item channel={channel_name} from={domain_name or bare_jid}/>
89 // <item channel={channel_name2} from={domain_name or bare_jid}/>
90 // <item channel={channel_name3} from={domain_name or bare_jid}/>
99 buzz::XmlElement* item = new buzz::XmlElement( local
100 buzz::QName(kPushNotificationsNamespace, "item"));
101 item->AddAttr(buzz::QName(buzz::STR_EMPTY, "channel"),
103 item->AddAttr(buzz::QN_FROM, iter->from.c_str());
104 subscribe->AddElement(item);
/external/chromium_org/net/third_party/nss/ssl/bodge/
H A Dsecitem_array.c100 SECItem *item = &array->items[i]; local
102 if (item->data) {
104 SECITEM_ZfreeItem(item, PR_FALSE);
106 SECITEM_FreeItem(item, PR_FALSE);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSRuleList.h43 virtual CSSRule* item(unsigned index) const = 0;
67 virtual CSSRule* item(unsigned index) const { return index < m_rules.size() ? m_rules[index].get() : 0; } function in class:WebCore::StaticCSSRuleList
84 virtual CSSRule* item(unsigned index) const { return m_rule->item(index); } function in class:WebCore::LiveCSSRuleList
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMNamedFlowCollection.cpp51 PassRefPtr<NamedFlow> DOMNamedFlowCollection::item(unsigned long index) const function in class:WebCore::DOMNamedFlowCollection
H A DDataTransferItemList.cpp54 PassRefPtr<DataTransferItem> DataTransferItemList::item(unsigned long index) function in class:WebCore::DataTransferItemList
58 RefPtr<ChromiumDataObjectItem> item = m_dataObject->item(index);
59 if (!item)
62 return DataTransferItem::create(m_clipboard, item);
85 RefPtr<ChromiumDataObjectItem> item = m_dataObject->add(data, type);
86 if (!item) {
87 exceptionState.throwDOMException(NotSupportedError, "An item already exists for type '" + type + "'.");
90 return DataTransferItem::create(m_clipboard, item);
97 RefPtr<ChromiumDataObjectItem> item
[all...]
H A DNamedNodeMap.cpp99 PassRefPtr<Node> NamedNodeMap::item(unsigned index) const function in class:WebCore::NamedNodeMap
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCueList.cpp47 TextTrackCue* TextTrackCueList::item(unsigned index) const function in class:WebCore::TextTrackCueList
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DContextMenuController.cpp127 void ContextMenuController::contextMenuItemSelected(const ContextMenuItem* item) argument
129 ASSERT(item->type() == ActionType || item->type() == CheckableActionType);
131 if (item->action() < ContextMenuItemBaseCustomTag || item->action() > ContextMenuItemLastCustomTag)
135 m_menuProvider->contextMenuItemSelected(item);
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DDOMPlugin.cpp59 PassRefPtr<DOMMimeType> DOMPlugin::item(unsigned index) function in class:WebCore::DOMPlugin
H A DDOMPluginArray.cpp48 PassRefPtr<DOMPlugin> DOMPluginArray::item(unsigned index) function in class:WebCore::DOMPluginArray
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DWebKitSourceBufferList.cpp52 WebKitSourceBuffer* WebKitSourceBufferList::item(unsigned index) const function in class:WebCore::WebKitSourceBufferList
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dassocdat.c79 assoc_data_item *item = NULL; local
91 item = &assoc_data->vector[i];
95 if (!item) {
103 item = &assoc_data->vector[assoc_data->size-1];
104 item->callback = callback;
105 item->data = NULL;
109 if (item->data && item->data != data)
110 item->callback->destroy(item
[all...]
/external/chromium_org/tools/gn/
H A Dcommand_gen.cc33 const Item* item) {
36 const Target* target = item->AsTarget();
31 ItemResolvedCallback(base::subtle::Atomic32* write_counter, scoped_refptr<Builder> builder, const Item* item) argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
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...]
H A DUniformItemSection.java53 // Since each item has to be the same size, we can pick any.
58 * Gets the item corresponding to the given {@link Constant}. This
64 * @return {@code non-null;} the corresponding item found in this instance
94 public final int getAbsoluteItemOffset(Item item) { argument
99 IndexedItem ii = (IndexedItem) item;
/external/jmonkeyengine/engine/src/android/com/jme3/util/
H A DRingBuffer.java32 public void push(T item) { argument
36 buffer[indexIn] = item;
45 T item = buffer[indexOut];
49 return item;
/external/openfst/src/include/fst/
H A Dunion-find.h43 // Finds the representative of the set 'item' belongs to.
45 T FindSet(T item) { argument
46 if (item >= parent_.size()
47 || item == fail_
48 || parent_[item] == fail_) return fail_;
50 T *p = &parent_[item];
51 for (; *p != item; item = *p, p = &parent_[item]) {
66 // 'item'
67 MakeSet(T item) argument
[all...]
/external/qemu/android/utils/
H A Drefset.c18 _arefSet_hashItem( void* item )
22 hash = (uint32_t)(ptrdiff_t)item >> 2;
23 if (sizeof(item) > 4)
24 hash ^= ((uint64_t)(ptrdiff_t)item >> 32);
30 _arefSet_lookup( ARefSet* s, void* item) argument
32 uint32_t hash = _arefSet_hashItem(item);
38 if (*pnode == item || *pnode == NULL)
48 _arefSet_lookupInsert( ARefSet* s, void* item) argument
50 uint32_t hash = _arefSet_hashItem(item);
62 } else if (*pnode == item)
93 void* item = s->buckets[nn]; local
[all...]
/external/smack/src/org/jivesoftware/smackx/
H A DPEPManager.java110 * @param item the item to publish.
112 public void publish(PEPItem item) { argument
114 PEPPubSub pubSub = new PEPPubSub(item);
/external/smack/src/org/jivesoftware/smackx/muc/
H A DOccupant.java42 Occupant(MUCAdmin.Item item) { argument
44 this.jid = item.getJid();
45 this.affiliation = item.getAffiliation();
46 this.role = item.getRole();
47 this.nick = item.getNick();
54 MUCUser.Item item = mucUser.getItem();
55 this.jid = item.getJid();
56 this.affiliation = item.getAffiliation();
57 this.role = item.getRole();
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DLeafNode.java46 * @return The item details in {@link DiscoverItems} format
169 * with no item.
187 * Publishes an event to the node. This is a simple item
190 * If the id is null, an empty item (one without an id) will be sent.
192 * publishes an event with NO item.
199 * @param item - The item being sent
201 public <T extends Item> void publish(T item) argument
204 items.add((T)(item == null ? new Item() : item));
271 send(T item) argument
[all...]
/external/smali/deodexerant/
H A Ddeodexerant.c75 InlineOperation *item = &inlineTable[i]; local
77 printf("%s->%s%s\n", item->classDescriptor, item->methodName, item->methodSignature);

Completed in 633 milliseconds

1234567891011>>