Home
last modified time | relevance | path

Searched refs:GetFormattedURL (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/toolbar/
Dtest_toolbar_model.cc23 base::string16 TestToolbarModel::GetFormattedURL(size_t* prefix_end) const { in GetFormattedURL() function in TestToolbarModel
Dtoolbar_model.h49 virtual base::string16 GetFormattedURL(size_t* prefix_end) const = 0;
Dtoolbar_model_impl.h42 virtual base::string16 GetFormattedURL(size_t* prefix_end) const OVERRIDE;
Dtest_toolbar_model.h20 virtual base::string16 GetFormattedURL(size_t* prefix_end) const OVERRIDE;
Dtoolbar_model_impl.cc171 return GetFormattedURL(NULL); in GetText()
174 base::string16 ToolbarModelImpl::GetFormattedURL(size_t* prefix_end) const { in GetFormattedURL() function in ToolbarModelImpl
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc787 GetToolbarModel()->GetFormattedURL(&prefix_end)); in Layout()