OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HISTORY_BODY
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/common/
autocomplete_match_type.h
17
HISTORY_BODY
, // A past page whose body contains the input.
/external/chromium/chrome/browser/autocomplete/
autocomplete_match.h
71
HISTORY_BODY
, // A past page whose body contains the input.
history_contents_provider.cc
213
AutocompleteMatch::HISTORY_TITLE : AutocompleteMatch::
HISTORY_BODY
);
/external/chromium_org/chrome/browser/omnibox/
omnibox_field_trial_unittest.cc
208
ASSERT_EQ(1u, undemotable_types.count(AutocompleteMatchType::
HISTORY_BODY
));
/external/chromium_org/chrome/browser/ui/webui/options/
options_ui.cc
366
type != AutocompleteMatchType::
HISTORY_BODY
&&
/external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc
442
type != AutocompleteMatch::
HISTORY_BODY
&&
/external/chromium_org/chrome/browser/metrics/
metrics_log.cc
122
case AutocompleteMatchType::
HISTORY_BODY
:
123
return OmniboxEventProto::Suggestion::
HISTORY_BODY
;
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.cc
100
case AutocompleteMatchType::
HISTORY_BODY
: {
shortcuts_provider_unittest.cc
89
AutocompleteMatchType::
HISTORY_BODY
, "", 1, 10 },
[
all
...]
Completed in 139 milliseconds