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

  /external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.cc 17 // If |control_child_size| is true, then we want |child_| to match the width
18 // of the |widget_|, but the height of |child_| should not change.
35 : child_(child),
43 // |child_| every time the |widget_| changes sizes. This is mainly useful
117 gtk_widget_size_request(child_, &req);
123 child_, 0, showing_height - req.height); local
slide_animator_gtk.h 106 GtkWidget* child_; member in class:SlideAnimatorGtk
  /external/chromium/net/disk_cache/
sparse_control.cc 188 child_(NULL),
198 if (child_)
432 if (child_) {
434 if (key == child_->GetKey())
443 child_ = entry_->backend_->OpenEntryImpl(key);
444 if (!child_)
447 EntryImpl* child = static_cast<EntryImpl*>(child_);
457 int rv = child_->ReadData(kSparseIndex, 0, buf, sizeof(child_data_), NULL);
480 int rv = child_->WriteData(kSparseIndex, 0, buf, sizeof(child_data_),
484 child_->Release()
    [all...]
sparse_control.h 149 EntryImpl* child_; // The current child entry. member in class:disk_cache::SparseControl
159 SparseData child_data_; // Parent and allocation map of child_.
  /external/v8/src/
heap-profiler.cc 962 : child_(ClusterAsHeapObject(child_cluster)),
965 if (map_->Map(child_) == NULL)
966 map_->Pair(child_, allocator_, HeapEntriesMap::kHeapEntryPlaceholder);
975 map_->CountReference(ClusterAsHeapObject(cluster), child_); local
979 HeapObject* child_; member in class:v8::internal::CountingRetainersIterator
990 : child_(ClusterAsHeapObject(child_cluster)), map_(map) {
991 child_entry_ = map_->Map(child_);
999 child_, local
1011 HeapObject* child_; member in class:v8::internal::AllocatingRetainersIterator
    [all...]

Completed in 469 milliseconds