HomeSort by relevance Sort by last modified time
    Searched defs:child_ (Results 1 - 3 of 3) 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.h 149 EntryImpl* child_; // The current child entry. member in class:disk_cache::SparseControl
159 SparseData child_data_; // Parent and allocation map of child_.

Completed in 504 milliseconds