Home
last modified time | relevance | path

Searched refs:kShowAppsShortcutInBookmarkBar (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view_unittest.cc62 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, false); in TEST_F()
68 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, true); in TEST_F()
77 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, false); in TEST_F()
97 bookmarks::prefs::kShowAppsShortcutInBookmarkBar)); in TEST_F()
101 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar, in TEST_F()
106 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar, in TEST_F()
Dbookmark_bar_view.cc1373 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, in Init()
/external/chromium_org/chrome/browser/ui/bookmarks/
Dbookmark_context_menu_controller.cc249 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, in ExecuteCommand()
250 !prefs->GetBoolean(bookmarks::prefs::kShowAppsShortcutInBookmarkBar)); in ExecuteCommand()
340 return prefs->GetBoolean(bookmarks::prefs::kShowAppsShortcutInBookmarkBar); in IsCommandIdChecked()
397 bookmarks::prefs::kShowAppsShortcutInBookmarkBar); in IsCommandIdEnabled()
Dbookmark_context_menu_controller_unittest.cc347 bookmarks::prefs::kShowAppsShortcutInBookmarkBar)); in TEST_F()
352 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar, in TEST_F()
358 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar, in TEST_F()
Dbookmark_utils.cc347 bookmarks::prefs::kShowAppsShortcutInBookmarkBar); in ShouldShowAppsShortcutInBookmarkBar()
/external/chromium_org/components/bookmarks/common/
Dbookmark_pref_names.cc24 const char kShowAppsShortcutInBookmarkBar[] = "bookmark_bar.show_apps_shortcut"; variable
Dbookmark_pref_names.h16 extern const char kShowAppsShortcutInBookmarkBar[];
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_bridge.mm30 bookmarks::prefs::kShowAppsShortcutInBookmarkBar,
Dbookmark_bar_controller_unittest.mm1570 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, false);
1619 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, false);
1639 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, false);
1651 bookmarks::prefs::kShowAppsShortcutInBookmarkBar));
1655 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar,
1660 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar,
2039 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, false);
/external/chromium_org/chrome/browser/policy/
Dconfiguration_policy_handler_list_factory.cc300 { key::kShowAppsShortcutInBookmarkBar,
301 bookmarks::prefs::kShowAppsShortcutInBookmarkBar,
/external/chromium_org/components/bookmarks/browser/
Dbookmark_utils.cc353 prefs::kShowAppsShortcutInBookmarkBar, in RegisterProfilePrefs()