OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
171
return
GetFormattedURL
(NULL);
174
base::string16 ToolbarModelImpl::
GetFormattedURL
(size_t* prefix_end) const {
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc
787
GetToolbarModel()->
GetFormattedURL
(&prefix_end));
[
all
...]
Completed in 150 milliseconds