Home
last modified time | relevance | path

Searched refs:recommended_action (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/android/omnibox/
Domnibox_prerender.cc92 AutocompleteActionPredictor::Action recommended_action = in PrerenderMaybe() local
98 recommended_action = AutocompleteActionPredictor::ACTION_PRERENDER; in PrerenderMaybe()
108 recommended_action = in PrerenderMaybe()
114 switch (recommended_action) { in PrerenderMaybe()
/external/chromium_org/chrome/browser/
Denumerate_modules_model_win.cc571 entry.recommended_action = NONE; in EnumerateWinsockModules()
595 module->recommended_action = NONE; in PopulateModuleInformation()
697 module->recommended_action = kModuleBlacklist[i].help_tip; in MatchAgainstBlacklist()
898 if (module->recommended_action & ModuleEnumerator::NONE) { in GetModuleList()
902 if (module->recommended_action & ModuleEnumerator::UNINSTALL) { in GetModuleList()
908 if (module->recommended_action & ModuleEnumerator::UPDATE) { in GetModuleList()
914 if (module->recommended_action & ModuleEnumerator::DISABLE) { in GetModuleList()
950 if (!(module->recommended_action & ModuleEnumerator::NOTIFY_USER)) in GetFirstNotableConflict()
1000 if (module->recommended_action & ModuleEnumerator::NOTIFY_USER) in DoneScanning()
1004 if (module->recommended_action & ModuleEnumerator::NOTIFY_USER) in DoneScanning()
[all …]
Denumerate_modules_model_unittest_win.cc76 EXPECT_EQ(expected.recommended_action, test.recommended_action); in TEST_F()
Denumerate_modules_model_win.h93 RecommendedAction recommended_action; member
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.cc372 AutocompleteActionPredictor::Action recommended_action = in OnChanged() local
380 recommended_action = AutocompleteActionPredictor::ACTION_PRERENDER; in OnChanged()
392 recommended_action = in OnChanged()
398 recommended_action, in OnChanged()
404 switch (recommended_action) { in OnChanged()