OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLPrefix
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/components/autocomplete/
url_prefix.h
12
struct
URLPrefix
;
13
typedef std::vector<
URLPrefix
> URLPrefixes;
17
struct
URLPrefix
{
18
URLPrefix
(const base::string16& prefix, size_t num_components);
30
static const
URLPrefix
* BestURLPrefix(const base::string16& text,
36
static bool PrefixMatch(const
URLPrefix
& prefix,
url_prefix.cc
13
// Like
URLPrefix
::BestURLPrefix() except also handles the prefix of
15
const
URLPrefix
* BestURLPrefixWithWWWCase(
18
CR_DEFINE_STATIC_LOCAL(
URLPrefix
, www_prefix,
20
const
URLPrefix
* best_prefix =
URLPrefix
::BestURLPrefix(text, prefix_suffix);
23
if (
URLPrefix
::PrefixMatch(www_prefix, text, prefix_suffix))
31
URLPrefix
::
URLPrefix
(const base::string16& prefix, size_t num_components)
37
const URLPrefixes&
URLPrefix
::GetURLPrefixes() {
40
prefixes.push_back(
URLPrefix
(base::ASCIIToUTF16("https://www."), 2))
[
all
...]
/external/chromium_org/chrome/browser/history/
scored_history_match.cc
100
//
URLPrefix
such as http://www and https:// (note that one of these
111
const
URLPrefix
* best_inlineable_prefix =
113
URLPrefix
::BestURLPrefix(base::UTF8ToUTF16(gurl.spec()), terms[0]) :
140
const
URLPrefix
* best_prefix =
URLPrefix
::BestURLPrefix(
/external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc
587
const
URLPrefix
* best_prefix =
URLPrefix
::BestURLPrefix(
687
const URLPrefixes& prefixes =
URLPrefix
::GetURLPrefixes();
704
const
URLPrefix
* best_prefix =
URLPrefix
::BestURLPrefix(
[
all
...]
bookmark_provider.cc
153
size_t inline_autocomplete_offset =
URLPrefix
::GetInlineAutocompleteOffset(
base_search_provider.cc
394
const
URLPrefix
* prefix =
395
URLPrefix
::BestURLPrefix(formatted_url_, input_text);
423
URLPrefix
::BestURLPrefix(base::UTF8ToUTF16(url_.spec()), input) != NULL;
[
all
...]
shortcuts_provider.cc
221
//
URLPrefix
::GetInlineAutocompleteOffset() to try and strip off any prefixes
236
URLPrefix
::GetInlineAutocompleteOffset(
search_provider.cc
[
all
...]
Completed in 9556 milliseconds