Home | History | Annotate | Download | only in mac

Lines Matching defs:dock

14 namespace dock {
22 // Adds an icon to the Dock pointing to |installed_path| if one is not already
24 // removed if present. If any changes are made to the Dock's configuration,
25 // the Dock process is restarted so that the changes become visible in the UI.
28 // relative to other items already present in the Dock:
29 // - If installed_path is already in the Dock, no new tiles for this path
31 // - If dmg_app_path is present in the Dock, it will be removed. If
35 // icon from a disk image into the Dock and then clicked on the new icon
36 // in the Dock.
38 // in the Dock.
44 // browser application already in the Dock.
45 // - The new tile will be placed last in the Dock.
53 // The changes made to the Dock's configuration are the minimal changes
55 // additional properties on the dock tile added to the Dock's plist, this
56 // is not done. Upon relaunch, Dock.app will determine the correct values for
60 } // namespace dock