HomeSort by relevance Sort by last modified time
    Searched refs:recommended_action (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/android/omnibox/
omnibox_prerender.cc 95 AutocompleteActionPredictor::Action recommended_action =
100 recommended_action =
105 switch (recommended_action) {
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 573 entry.recommended_action = NONE;
597 module->recommended_action = NONE;
699 module->recommended_action = kModuleBlacklist[i].help_tip;
    [all...]
enumerate_modules_model_win.h 93 RecommendedAction recommended_action; member in struct:ModuleEnumerator::Module
310 // The module must have the SEE_LINK attribute for |recommended_action| set,
enumerate_modules_model_unittest_win.cc 76 EXPECT_EQ(expected.recommended_action, test.recommended_action);
  /external/chromium/chrome/browser/
enumerate_modules_model_win.h 84 RecommendedAction recommended_action; member in struct:ModuleEnumerator::Module
277 // The module must have the SEE_LINK attribute for |recommended_action| set,
enumerate_modules_model_win.cc 513 entry.recommended_action = NONE;
537 module->recommended_action = NONE;
639 module->recommended_action = kModuleBlacklist[i].help_tip;
844 if (module->recommended_action & ModuleEnumerator::NONE) {
848 if (module->recommended_action & ModuleEnumerator::UNINSTALL) {
854 if (module->recommended_action & ModuleEnumerator::UPDATE) {
860 if (module->recommended_action & ModuleEnumerator::DISABLE) {
    [all...]
enumerate_modules_model_unittest_win.cc 73 EXPECT_EQ(expected.recommended_action, test.recommended_action);
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 22 'recommended_action': 'The help tips bitmask',
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 302 AutocompleteActionPredictor::Action recommended_action = local
315 recommended_action =
320 recommended_action,
326 switch (recommended_action) {
    [all...]

Completed in 191 milliseconds