Home | History | Annotate | Download | only in views

Lines Matching refs:location_bar_

89       location_bar_(NULL),
154 location_bar_ = new LocationBarView(profile, browser_->command_updater(),
158 reload_ = new ReloadButton(location_bar_, browser_);
198 AddChildView(location_bar_);
202 location_bar_->Init();
220 location_bar_->SetProfile(profile);
225 if (location_bar_)
226 location_bar_->Update(should_restore_state ? tab : NULL);
233 SetPaneFocus(view_storage_id, location_bar_);
266 location_bar_->SetShowFocusRect(true);
319 location_bar_->Update(NULL);
355 location_bar_->Revert();
427 return gfx::Size(0, location_bar_->GetPreferredSize().height() +
440 location_bar_->SetBounds(edge_width, PopupTopSpacing(),
441 width() - (edge_width * 2), location_bar_->GetPreferredSize().height());
484 location_bar_->SetBounds(location_x, child_y, std::max(available_width, 0),
487 browser_actions_->SetBounds(location_bar_->x() + location_bar_->width(), 0,
554 return location_bar_->location_entry()->OnPerformDrop(event);
567 return location_bar_;
572 location_bar_->SetShowFocusRect(false);