HomeSort by relevance Sort by last modified time
    Searched refs:item_ptr (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/ui/app_list/
app_list_model.cc 162 scoped_ptr<AppListItem> item_ptr = RemoveItem(item); local
164 AddItemToFolderItemAndNotify(dest_folder, item_ptr.Pass());
166 AddItemToItemListAndNotifyUpdate(item_ptr.Pass());
184 scoped_ptr<AppListItem> item_ptr = RemoveItem(item); local
186 item_ptr->set_position(
188 AddItemToFolderItemAndNotify(dest_folder, item_ptr.Pass());
190 item_ptr->set_position(
192 AddItemToItemListAndNotifyUpdate(item_ptr.Pass());
323 scoped_ptr<AppListItem> item_ptr) {
324 DCHECK(!item_ptr->IsInFolder())
    [all...]
app_list_model.h 135 // Adds |item_ptr| to |top_level_item_list_| and notifies observers.
137 scoped_ptr<AppListItem> item_ptr);
139 // Adds |item_ptr| to |top_level_item_list_| and notifies observers that an
142 scoped_ptr<AppListItem> item_ptr);
144 // Adds |item_ptr| to |folder| and notifies observers.
146 scoped_ptr<AppListItem> item_ptr);
app_list_item_list.h 73 AppListItem* AddItem(scoped_ptr<AppListItem> item_ptr);
app_list_item_list.cc 151 AppListItem* AppListItemList::AddItem(scoped_ptr<AppListItem> item_ptr) {
152 AppListItem* item = item_ptr.get();
157 app_list_items_.insert(app_list_items_.begin() + index, item_ptr.release());
  /external/lldb/source/DataFormatters/
NSSet.cpp 291 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
434 expr.Printf("(id)%" PRIu64,set_item.item_ptr);
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 417 bool TryGetInternal(void ** item_ptr) {
420 *item_ptr = q_.front();
  /external/lldb/include/lldb/DataFormatters/
CXXFormatterFunctions.h 434 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/openssl/openssl/crypto/asn1/
asn1t.h 458 #define ASN1_TEMPLATE_item(t) (t->item_ptr)
459 #define ASN1_TEMPLATE_adb(t) (t->item_ptr)
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1t.h 458 #define ASN1_TEMPLATE_item(t) (t->item_ptr)
459 #define ASN1_TEMPLATE_adb(t) (t->item_ptr)
  /external/openssl/crypto/asn1/
asn1t.h 458 #define ASN1_TEMPLATE_item(t) (t->item_ptr)
459 #define ASN1_TEMPLATE_adb(t) (t->item_ptr)
  /external/openssl/include/openssl/
asn1t.h 458 #define ASN1_TEMPLATE_item(t) (t->item_ptr)
459 #define ASN1_TEMPLATE_adb(t) (t->item_ptr)
  /bionic/libc/kernel/uapi/sound/
asound.h 901 unsigned int *item_ptr; member in union:snd_ctl_elem_value::__anon992::__anon995
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 888 unsigned int *item_ptr; \/* obsoleted *\/ member in union:snd_ctl_elem_value::__anon27369::__anon27372
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 900 unsigned int *item_ptr; member in union:snd_ctl_elem_value::__anon41467::__anon41470
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 886 unsigned int *item_ptr; \/* obsoleted *\/ member in union:snd_ctl_elem_value::__anon41564::__anon41567
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asound.h 807 unsigned int *item_ptr; \/* obsoleted *\/ member in union:snd_ctl_elem_value::__anon46419::__anon46422
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 807 unsigned int *item_ptr; \/* obsoleted *\/ member in union:snd_ctl_elem_value::__anon48155::__anon48158
    [all...]

Completed in 262 milliseconds