Searched refs:item_ptr (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/app_list/
H A Dapp_list_model.cc161 scoped_ptr<AppListItem> item_ptr = RemoveItem(item); local
164 AddItemToFolderItemAndNotify(dest_folder, item_ptr.Pass());
166 AddItemToItemListAndNotifyUpdate(item_ptr.Pass());
185 scoped_ptr<AppListItem> item_ptr = RemoveItem(item); local
187 item_ptr->set_position(
189 AddItemToFolderItemAndNotify(dest_folder, item_ptr.Pass());
191 item_ptr->set_position(
193 AddItemToItemListAndNotifyUpdate(item_ptr.Pass());
340 scoped_ptr<AppListItem> item_ptr) {
341 DCHECK(!item_ptr
339 AddItemToItemListAndNotify( scoped_ptr<AppListItem> item_ptr) argument
349 AddItemToItemListAndNotifyUpdate( scoped_ptr<AppListItem> item_ptr) argument
359 AddItemToFolderItemAndNotify( AppListFolderItem* folder, scoped_ptr<AppListItem> item_ptr) argument
[all...]
H A Dapp_list_model.h143 // Adds |item_ptr| to |top_level_item_list_| and notifies observers.
145 scoped_ptr<AppListItem> item_ptr);
147 // Adds |item_ptr| to |top_level_item_list_| and notifies observers that an
150 scoped_ptr<AppListItem> item_ptr);
152 // Adds |item_ptr| to |folder| and notifies observers.
154 scoped_ptr<AppListItem> item_ptr);
H A Dapp_list_item_list.h73 AppListItem* AddItem(scoped_ptr<AppListItem> item_ptr);
H A Dapp_list_item_list.cc152 AppListItem* AppListItemList::AddItem(scoped_ptr<AppListItem> item_ptr) { argument
153 AppListItem* item = item_ptr.get();
158 app_list_items_.insert(app_list_items_.begin() + index, item_ptr.release());
/external/lldb/source/DataFormatters/
H A DNSSet.cpp291 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
434 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h417 bool TryGetInternal(void ** item_ptr) { argument
420 *item_ptr = q_.front();
/external/lldb/include/lldb/DataFormatters/
H A DCXXFormatterFunctions.h434 lldb::addr_t item_ptr; member in struct:lldb_private::formatters::NSSetISyntheticFrontEnd::SetItemDescriptor
515 lldb::addr_t item_ptr; member in struct:lldb_private::formatters::NSSetMSyntheticFrontEnd::SetItemDescriptor
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1t.h405 #define ASN1_TEMPLATE_item(t) (t->item_ptr)
406 #define ASN1_TEMPLATE_adb(t) (t->item_ptr)
/external/openssl/crypto/asn1/
H A Dasn1t.h458 #define ASN1_TEMPLATE_item(t) (t->item_ptr)
459 #define ASN1_TEMPLATE_adb(t) (t->item_ptr)
/external/openssl/include/openssl/
H A Dasn1t.h458 #define ASN1_TEMPLATE_item(t) (t->item_ptr)
459 #define ASN1_TEMPLATE_adb(t) (t->item_ptr)
/external/kernel-headers/original/uapi/sound/
H A Dasound.h888 unsigned int *item_ptr; /* obsoleted */ member in union:snd_ctl_elem_value::__anon23560::__anon23563

Completed in 995 milliseconds