Searched refs:kShowAppsShortcutInBookmarkBar (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bar_view_unittest.cc | 62 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()
|
D | bookmark_bar_view.cc | 1373 bookmarks::prefs::kShowAppsShortcutInBookmarkBar, in Init()
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
D | bookmark_context_menu_controller.cc | 249 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()
|
D | bookmark_context_menu_controller_unittest.cc | 347 bookmarks::prefs::kShowAppsShortcutInBookmarkBar)); in TEST_F() 352 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar, in TEST_F() 358 prefs->SetManagedPref(bookmarks::prefs::kShowAppsShortcutInBookmarkBar, in TEST_F()
|
D | bookmark_utils.cc | 347 bookmarks::prefs::kShowAppsShortcutInBookmarkBar); in ShouldShowAppsShortcutInBookmarkBar()
|
/external/chromium_org/components/bookmarks/common/ |
D | bookmark_pref_names.cc | 24 const char kShowAppsShortcutInBookmarkBar[] = "bookmark_bar.show_apps_shortcut"; variable
|
D | bookmark_pref_names.h | 16 extern const char kShowAppsShortcutInBookmarkBar[];
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_bridge.mm | 30 bookmarks::prefs::kShowAppsShortcutInBookmarkBar,
|
D | bookmark_bar_controller_unittest.mm | 1570 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/ |
D | configuration_policy_handler_list_factory.cc | 300 { key::kShowAppsShortcutInBookmarkBar, 301 bookmarks::prefs::kShowAppsShortcutInBookmarkBar,
|
/external/chromium_org/components/bookmarks/browser/ |
D | bookmark_utils.cc | 353 prefs::kShowAppsShortcutInBookmarkBar, in RegisterProfilePrefs()
|