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

  /external/chromium_org/ui/views/controls/table/
table_view.h 325 int last_parent_width_; member in class:views::TableView
327 // The width we layout to. This may differ from |last_parent_width_|.
table_view.cc 128 last_parent_width_(0),
299 if (scroll_view_width != last_parent_width_) {
300 last_parent_width_ = scroll_view_width;

Completed in 213 milliseconds