HomeSort by relevance Sort by last modified time
    Searched refs:GetFormattedURL (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/toolbar/
test_toolbar_model.cc 23 base::string16 TestToolbarModel::GetFormattedURL(size_t* prefix_end) const {
toolbar_model.h 40 // - Otherwise, the text will contain the URL returned by GetFormattedURL().
49 virtual base::string16 GetFormattedURL(size_t* prefix_end) const = 0;
toolbar_model_impl.h 42 virtual base::string16 GetFormattedURL(size_t* prefix_end) const OVERRIDE;
test_toolbar_model.h 20 virtual base::string16 GetFormattedURL(size_t* prefix_end) const OVERRIDE;
toolbar_model_impl.cc 107 return GetFormattedURL(NULL);
110 base::string16 ToolbarModelImpl::GetFormattedURL(size_t* prefix_end) const {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [all...]

Completed in 267 milliseconds