Lines Matching refs:button

18 // things on behalf of a bookmark button.
21 // Fill the given pasteboard with appropriate data when the given button is
25 forDragOfButton:(BookmarkButton*)button;
30 - (void)mouseEnteredButton:(id)button event:(NSEvent*)event;
31 - (void)mouseExitedButton:(id)button event:(NSEvent*)event;
34 // visibility before starting. For example, dragging a bookmark button should
39 // Returns the top-level window for this button.
42 // Returns YES if the bookmark button can be dragged to the trash, NO otherwise.
43 - (BOOL)canDragBookmarkButtonToTrash:(BookmarkButton*)button;
45 // This is called after the user has dropped the bookmark button on the trash.
47 - (void)didDragBookmarkToTrash:(BookmarkButton*)button;
52 - (void)bookmarkDragDidEnd:(BookmarkButton*)button
65 // button controllers have a parent controller.
83 // visibility before starting. For example, dragging a bookmark button should
88 // Perform the actual DnD of a bookmark or bookmark button.
115 // a drag of the source button to the given point (given in window
141 // Add a new folder controller as triggered by the given folder button.
150 // button controller after it has been created, primary of which are
152 // the bookmark button contents of two controllers (such as when a bookmark is
159 // Add a button for the given node to the bar or folder menu. This is safe
167 // represented by the button at |point| if it is a folder, or 2) inserted
169 // button. Returns YES if at least one bookmark was added.
172 // Move a button from one place in the menu to another. This is safe
176 // Remove the bookmark button at the given index. Show the poof animation
181 // Determine the controller containing the button representing |node|, if any.
193 // Saved pointer to the BWC for the browser window that contains this button.
195 // saved because the bookmark button is no longer a part of a window at the
211 // Return the bookmark node associated with this button, or NULL.
214 // Return YES if this is a folder button (the node has subnodes).
222 // '(empty)') as a disabled button with no associated node.
225 // and "one disabled button" are not the same thing.
229 // Turn on or off pulsing of a bookmark button.