Searched defs:parent_ptr (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_viewer.cc297 GtkTreeIter* parent_ptr = NULL; local
303 gtk_tree_store_append(hierarchy_store, &iter, parent_ptr);
313 parent_ptr = &parent;
/external/v8/src/
H A Dprofile-generator.cc2935 HeapThing parent_ptr,
2940 entries_->CountReference(parent_ptr, child_ptr);
2943 HeapThing parent_ptr,
2947 entries_->CountReference(parent_ptr, child_ptr);
2950 HeapThing parent_ptr,
2955 entries_->CountReference(parent_ptr, child_ptr);
2958 HeapThing parent_ptr,
2962 entries_->CountReference(parent_ptr, child_ptr);
2988 HeapThing parent_ptr,
2995 parent_ptr, child_pt
2934 SetIndexedReference(HeapGraphEdge::Type, HeapThing parent_ptr, HeapEntry*, int, HeapThing child_ptr, HeapEntry*) argument
2942 SetIndexedAutoIndexReference(HeapGraphEdge::Type, HeapThing parent_ptr, HeapEntry*, HeapThing child_ptr, HeapEntry*) argument
2949 SetNamedReference(HeapGraphEdge::Type, HeapThing parent_ptr, HeapEntry*, const char*, HeapThing child_ptr, HeapEntry*) argument
2957 SetNamedAutoIndexReference(HeapGraphEdge::Type, HeapThing parent_ptr, HeapEntry*, HeapThing child_ptr, HeapEntry*) argument
2987 SetIndexedReference(HeapGraphEdge::Type type, HeapThing parent_ptr, HeapEntry* parent_entry, int index, HeapThing child_ptr, HeapEntry* child_entry) argument
2999 SetIndexedAutoIndexReference(HeapGraphEdge::Type type, HeapThing parent_ptr, HeapEntry* parent_entry, HeapThing child_ptr, HeapEntry* child_entry) argument
3010 SetNamedReference(HeapGraphEdge::Type type, HeapThing parent_ptr, HeapEntry* parent_entry, const char* reference_name, HeapThing child_ptr, HeapEntry* child_entry) argument
3022 SetNamedAutoIndexReference(HeapGraphEdge::Type type, HeapThing parent_ptr, HeapEntry* parent_entry, HeapThing child_ptr, HeapEntry* child_entry) argument
[all...]

Completed in 56 milliseconds