Home | History | Annotate | Download | only in mac

Lines Matching full:dock

5 #import "chrome/browser/mac/dock.h"
22 // Undocumented private internal CFURL functions. The Dock uses these to
29 // 10.7.2, the Dock plist always used kCFURLPOSIXPathStyle (0), formatting
40 namespace dock {
81 // pathnames of the Dock tiles contained therein. Returns nil on failure, such
126 // Restart the Dock process by sending it a SIGHUP.
129 // handle the restart. Unlike "killall Dock", looking this up via launchd
131 pid_t pid = base::mac::PIDForJob("com.apple.Dock.agent");
136 // Sending a SIGHUP to the Dock seems to be a more reliable way to get the
137 // replacement Dock process to read the newly written plist than using the
149 // to the Dock "live" without requiring a Dock restart. Under the hood, it
150 // communicates with the Dock via Mach IPC. It is available as of Mac OS X
152 // CoreDockAddFileToDock seems to always to add the new Dock icon last,
163 NSString* const kDockDomain = @"com.apple.dock";
195 // If the Dock already contains a reference to the newly installed
199 // If the Dock contains a reference to the application on the disk
201 // application. However, if the Dock contains a reference to both the
206 // disk image volume window in the Finder directly into the Dock.
214 // Remove the Dock's reference to the application on the disk image.
221 // The Dock doesn't yet have a reference to the icon at the
226 // If an application with this name is already in the Dock, put the new
241 // application matching the "other" flavor is already in the Dock, put
243 // Canary in the Dock.
269 // present in the Dock.
297 // Put the new application last in the Dock.
301 // Set up the new Dock tile.
316 // Add the new tile to the Dock.
326 // If no changes were made, there's no point in rewriting the Dock's
327 // plist or restarting the Dock.
339 } // namespace dock