OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_core
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/history/
shortcuts_database.cc
25
s->BindString16(2, shortcut.
match_core
.fill_into_edit);
26
s->BindString(3, shortcut.
match_core
.destination_url.spec());
27
s->BindString16(4, shortcut.
match_core
.contents);
29
shortcut.
match_core
.contents_class));
30
s->BindString16(6, shortcut.
match_core
.description);
32
shortcut.
match_core
.description_class));
33
s->BindInt(8, shortcut.
match_core
.transition);
34
s->BindInt(9, shortcut.
match_core
.type);
35
s->BindString16(10, shortcut.
match_core
.keyword);
shortcuts_database_unittest.cc
161
shortcut.
match_core
.contents = ASCIIToUTF16("gro.todhsals");
168
EXPECT_TRUE(it->second.
match_core
.contents == shortcut.
match_core
.contents);
226
shortcut.
match_core
.fill_into_edit);
228
shortcut.
match_core
.destination_url.spec());
230
shortcut.
match_core
.contents);
233
shortcut.
match_core
.contents_class));
235
shortcut.
match_core
.description);
238
shortcut.
match_core
.description_class));
239
EXPECT_EQ(shortcut_test_db[i].transition, shortcut.
match_core
.transition)
[
all
...]
shortcuts_backend_unittest.cc
30
base::Time::Now(), 0).
match_core
.type;
146
EXPECT_EQ(shortcut.
match_core
.contents,
147
shortcuts.find(shortcut.text)->second.
match_core
.contents);
148
shortcut.
match_core
.contents = ASCIIToUTF16("Google Web Search");
152
EXPECT_EQ(shortcut.
match_core
.contents,
153
shortcuts.find(shortcut.text)->second.
match_core
.contents);
187
shortcut1.
match_core
.destination_url));
shortcuts_backend.cc
128
const MatchCore&
match_core
,
133
match_core
(
match_core
),
139
:
match_core
(AutocompleteMatch()),
200
if (match.destination_url == it->second.
match_core
.destination_url) {
245
it->second->second.
match_core
.destination_url)) != rows.end())
329
(it->second->second.
match_core
.destination_url == url) :
330
StartsWithASCII(it->second->second.
match_core
.destination_url.spec(),
shortcuts_backend.h
71
const MatchCore&
match_core
,
80
MatchCore
match_core
;
member in struct:history::ShortcutsBackend::Shortcut
/external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.cc
216
AutocompleteMatch match(shortcut.
match_core
.ToMatch());
Completed in 60 milliseconds