Searched refs:item (Results 301 - 325 of 1876) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransferItem.cpp44 PassRefPtrWillBeRawPtr<DataTransferItem> DataTransferItem::create(PassRefPtrWillBeRawPtr<DataTransfer> dataTransfer, PassRefPtrWillBeRawPtr<DataObjectItem> item) argument
46 return adoptRefWillBeNoop(new DataTransferItem(dataTransfer, item));
90 DataTransferItem::DataTransferItem(PassRefPtrWillBeRawPtr<DataTransfer> dataTransfer, PassRefPtrWillBeRawPtr<DataObjectItem> item) argument
92 , m_item(item)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheetList.cpp65 StyleSheet* StyleSheetList::item(unsigned index) function in class:blink::StyleSheetList
90 HTMLStyleElement* item = getNamedItem(name); local
91 if (!item)
93 return item->sheet();
H A DCSSValueList.h46 CSSValue* item(size_t index) { return m_values[index].get(); } function in class:blink::CSSValueList
47 const CSSValue* item(size_t index) const { return m_values[index].get(); } function in class:blink::CSSValueList
84 CSSValue* item(size_t index) const { ASSERT_WITH_SECURITY_IMPLICATION(index < length()); return m_list->item(index); } function in class:blink::CSSValueListInspector
85 CSSValue* first() const { return item(0); }
86 CSSValue* second() const { return item(1); }
100 CSSValue* value() const { return m_inspector.item(m_position); }
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DInterpreter.py58 for item in optdict.key_value_pairs:
59 new_key, dummy = interpret(item.key, None)
60 new_optdict[new_key] = interpret(item.value, item.key.value)
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dfriendinvitesendtask.cc42 XmlElement* item = new XmlElement(QN_ROSTER_ITEM); local
43 item->AddAttr(QN_JID, user.Str());
44 item->AddAttr(QN_NAME, user.node());
45 query->AddElement(item);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_list.h39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
/external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
H A Dtest11-expected.cc22 Foo* item = it->get(); local
H A Dtest11-original.cc22 Foo* item = *it; local
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_model.h41 AppListItem* AddItem(AppListItem* item);
42 AppListItem* AddItemToFolder(AppListItem* item, const std::string& folder_id);
43 void MoveItemToFolder(AppListItem* item, const std::string& folder_id);
59 // Populate the model with an item titled "Item |id|".
65 // Creates an item with id |id|. Caller owns the result.
68 // Creates and adds an item with id |id| to the model. Returns an unowned
69 // pointer to the created item.
72 // Call SetHighlighted on the specified item.
79 void ItemActivated(AppListTestItem* item);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_list.h39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
/external/nist-sip/java/gov/nist/core/
H A DMultiValueMap.java8 public Object remove( K key, V item );
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableExceptionHandler.java73 protected boolean isImmutable(@Nonnull ExceptionHandler item) {
74 return item instanceof ImmutableExceptionHandler;
79 protected ImmutableExceptionHandler makeImmutable(@Nonnull ExceptionHandler item) {
80 return ImmutableExceptionHandler.of(item);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableSwitchElement.java73 protected boolean isImmutable(@Nonnull SwitchElement item) {
74 return item instanceof ImmutableSwitchElement;
79 protected ImmutableSwitchElement makeImmutable(@Nonnull SwitchElement item) {
80 return ImmutableSwitchElement.of(item);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableTypeReference.java68 protected boolean isImmutable(@Nonnull TypeReference item) {
69 return item instanceof ImmutableTypeReference;
74 protected ImmutableTypeReference makeImmutable(@Nonnull TypeReference item) {
75 return ImmutableTypeReference.of(item);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.h21 char * xml_get_first_item(const char *doc, const char *item);
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.h21 char * xml_get_first_item(const char *doc, const char *item);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.h21 char * xml_get_first_item(const char *doc, const char *item);
/external/chromium_org/tools/grit/grit/extern/
H A Dtclib.py138 for item in self.__content:
139 if isinstance(item, Placeholder) and placeholder.EqualTo(item):
186 for item in self.__content:
187 if isinstance(item, Placeholder):
188 presentable_content += item.GetPresentation()
190 presentable_content += item
203 for item in self.__content:
204 if isinstance(item, Placeholder):
206 ph = source_msg.GetPlaceholder(item
[all...]
/external/smack/src/org/jivesoftware/smack/provider/
H A DPrivacyProvider.java31 * For each <tt>item</tt> in the <tt>list</tt> element, it creates an instance
88 if (parser.getName().equals("item")) {
123 // Create the privacy item
124 PrivacyItem item = new PrivacyItem(type, allow, order);
125 item.setValue(parser.getAttributeValue("", "value"));
131 item.setFilterIQ(true);
134 item.setFilterMessage(true);
137 item.setFilterPresence_in(true);
140 item.setFilterPresence_out(true);
144 if (parser.getName().equals("item")) {
[all...]
/external/smack/src/org/jivesoftware/smackx/provider/
H A DMUCOwnerProvider.java42 if (parser.getName().equals("item")) {
66 MUCOwner.Item item = new MUCOwner.Item(parser.getAttributeValue("", "affiliation"));
67 item.setNick(parser.getAttributeValue("", "nick"));
68 item.setRole(parser.getAttributeValue("", "role"));
69 item.setJid(parser.getAttributeValue("", "jid"));
74 item.setActor(parser.getAttributeValue("", "jid"));
77 item.setReason(parser.nextText());
81 if (parser.getName().equals("item")) {
86 return item;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp98 QTreeWidgetItem *item = new QTreeWidgetItem(scanResultsWidget); local
99 if (item) {
100 item->setText(0, ssid);
101 item->setText(1, bssid);
102 item->setText(2, freq);
103 item->setText(3, signal);
104 item->setText(4, flags);
/external/chromium_org/chrome/browser/
H A Djumplist_updater_win.cc26 scoped_refptr<ShellLinkItem> item) {
45 std::wstring arguments(item->GetArguments());
53 // Since an icon is an optional item for an IShellLink object, so we don't
55 if (!item->icon_path().empty())
56 link->SetIconLocation(item->icon_path().c_str(), item->icon_index());
71 item->title().c_str())) {
141 // removed list and prevent us from adding the same item.
187 // interface to retrieve each item in the list. So, we retrieve the
223 for (ShellLinkItemList::const_iterator item
24 AddShellLink(base::win::ScopedComPtr<IObjectCollection> collection, const std::wstring& application_path, scoped_refptr<ShellLinkItem> item) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DCallbackStack.cpp66 Item& item = m_buffer[i]; local
84 item.call(visitor);
92 Item* item = &m_buffer[i]; local
93 if (item->object() == object)
166 if (Item* item = m_first->allocateEntry())
167 return item;
174 Item* item = m_first->pop(); local
175 while (!item) {
185 item = m_first->pop();
187 return item;
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dinternal_logging.cc68 bool Add(const LogItem& item);
123 bool Logger::Add(const LogItem& item) { argument
130 switch (item.tag_) {
132 return AddStr(item.u_.str, strlen(item.u_.str));
134 return AddNum(item.u_.unum, 10);
136 if (item.u_.snum < 0) {
140 && AddNum(- static_cast<uint64_t>(item.u_.snum), 10);
142 return AddNum(static_cast<uint64_t>(item.u_.snum), 10);
146 && AddNum(reinterpret_cast<uintptr_t>(item
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dinternal_logging.cc67 bool Add(const LogItem& item);
122 bool Logger::Add(const LogItem& item) { argument
129 switch (item.tag_) {
131 return AddStr(item.u_.str, strlen(item.u_.str));
133 return AddNum(item.u_.unum, 10);
135 if (item.u_.snum < 0) {
139 && AddNum(- static_cast<uint64_t>(item.u_.snum), 10);
141 return AddNum(static_cast<uint64_t>(item.u_.snum), 10);
145 && AddNum(reinterpret_cast<uintptr_t>(item
[all...]

Completed in 508 milliseconds

<<11121314151617181920>>