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

  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager.h 34 virtual void RemoveProfileShortcuts(const base::FilePath& profile_path) = 0;
profile_shortcut_manager_win.h 60 virtual void RemoveProfileShortcuts(
profile_shortcut_manager_unittest_win.cc 621 TEST_F(ProfileShortcutManagerTest, RemoveProfileShortcuts) {
646 profile_shortcut_manager_->RemoveProfileShortcuts(profile_1_path_);
    [all...]
profile_shortcut_manager_win.cc 687 void ProfileShortcutManagerWin::RemoveProfileShortcuts(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 526 shortcut_manager->RemoveProfileShortcuts(profile_file_path);

Completed in 29 milliseconds