OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrimHttpPrefix
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/autocomplete/
history_provider.h
53
static size_t
TrimHttpPrefix
(string16* url);
history_provider.cc
98
TrimHttpPrefix
(&output);
110
// NOTE: We do this after calling
TrimHttpPrefix
() since that can strip
132
size_t HistoryProvider::
TrimHttpPrefix
(string16* url) {
history_url_provider.cc
314
// NOTE: We use
TrimHttpPrefix
() here rather than StringForURLDisplay() to
316
// |match_location| below. StringForURLDisplay() and
TrimHttpPrefix
() have
320
const size_t offset = trim_http ?
TrimHttpPrefix
(&display_string) : 0;
[
all
...]
Completed in 256 milliseconds