Searched defs:GetToolbarModel (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dsimple_web_view_dialog.cc284 ToolbarModel* SimpleWebViewDialog::GetToolbarModel() { function in class:chromeos::SimpleWebViewDialog
288 const ToolbarModel* SimpleWebViewDialog::GetToolbarModel() const { function in class:chromeos::SimpleWebViewDialog
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc401 ToolbarModel* ToolbarView::GetToolbarModel() { function in class:ToolbarView
405 const ToolbarModel* ToolbarView::GetToolbarModel() const { function in class:ToolbarView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc591 /*if (GetToolbarModel()->ShouldShowOriginChip())
598 GetToolbarModel()->GetEVCertName()).width();
631 origin_chip_view_->SetVisible(GetToolbarModel()->ShouldShowOriginChip());
685 ev_bubble_view_->SetLabel(GetToolbarModel()->GetEVCertName());
787 GetToolbarModel()->GetFormattedURL(&prefix_end));
970 !GetToolbarModel()->input_in_progress() && browser_ &&
981 GetToolbarModel()->input_in_progress() ? NULL : GetWebContents();
1027 ToolbarModel* LocationBarView::GetToolbarModel() { function in class:LocationBarView
1028 return delegate_->GetToolbarModel();
1054 (*i)->Update(GetToolbarModel()
1588 const ToolbarModel* LocationBarView::GetToolbarModel() const { function in class:LocationBarView
[all...]

Completed in 351 milliseconds