Home | History | Annotate | Download | only in input_method

Lines Matching defs:frame_

616   scoped_ptr<views::Widget> frame_;
798 // We should not hide the |frame_| when a mouse is pressed, so we don't run
1285 frame_.reset(views::Widget::CreateWidget(
1288 frame_->Init(NULL, gfx::Rect(0, 0));
1291 candidate_window_ = new CandidateWindowView(frame_.get());
1297 views::RootView* root_view = frame_->GetRootView();
1298 // |root_view| owns the |candidate_window_|, thus |frame_| effectively
1305 frame_(NULL) {
1387 controller->frame_->Show();