Home
last modified time | relevance | path

Searched refs:place_holder_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
Dhidable_area.cc13 place_holder_.reset(new views::View); in HidableArea()
14 place_holder_->set_owned_by_client(); // Won't own in HidableArea()
18 AddChildView(place_holder_.get()); in HidableArea()
39 AddChildView(place_holder_.get()); in Hide()
Dhidable_area.h40 scoped_ptr<views::View> place_holder_; variable