OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:innermost_match
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/autocomplete/
history_provider_util.cc
13
innermost_match
(true) {
19
bool
innermost_match
)
23
innermost_match
(
innermost_match
) {
history_provider_util.h
24
bool
innermost_match
);
48
bool
innermost_match
;
member in struct:history::HistoryMatch
history_url_provider.cc
56
if (a.
innermost_match
!= b.
innermost_match
)
57
return a.
innermost_match
;
680
// http://http.com (
innermost_match
)
681
// http://htaccess.com (!
innermost_match
, url_info.visit_count == 2)
682
// http://http.com (!
innermost_match
, url_info.visit_count == 1)
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
history_provider_util.cc
15
innermost_match
(true),
22
bool
innermost_match
)
26
innermost_match
(
innermost_match
),
history_provider_util.h
23
bool
innermost_match
);
52
bool
innermost_match
;
member in struct:history::HistoryMatch
history_url_provider.cc
125
if (a.
innermost_match
!= b.
innermost_match
)
126
return a.
innermost_match
;
157
// http://http.com (
innermost_match
)
158
// http://htaccess.com (!
innermost_match
, url_info.visit_count == 2)
159
// http://http.com (!
innermost_match
, url_info.visit_count == 1)
[
all
...]
/external/chromium_org/chrome/browser/history/
scored_history_match.cc
114
// Initialize
innermost_match
.
145
innermost_match
= (num_components_in_best_inlineable_prefix ==
228
if (m1.
innermost_match
!= m2.
innermost_match
)
229
return m1.
innermost_match
;
Completed in 886 milliseconds