Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:button

22 // things on behalf of a bookmark button.
25 // Fill the given pasteboard with appropriate data when the given button is
29 forDragOfButton:(BookmarkButton*)button;
34 - (void)mouseEnteredButton:(id)button event:(NSEvent*)event;
35 - (void)mouseExitedButton:(id)button event:(NSEvent*)event;
38 // visibility before starting. For example, dragging a bookmark button should
43 // Returns the top-level window for this button.
46 // Returns YES if the bookmark button can be dragged to the trash, NO otherwise.
47 - (BOOL)canDragBookmarkButtonToTrash:(BookmarkButton*)button;
49 // This is called after the user has dropped the bookmark button on the trash.
51 - (void)didDragBookmarkToTrash:(BookmarkButton*)button;
56 - (void)bookmarkDragDidEnd:(BookmarkButton*)button
69 // button controllers have a parent controller.
87 // visibility before starting. For example, dragging a bookmark button should
92 // Perform the actual DnD of a bookmark or bookmark button.
119 // a drag of the source button to the given point (given in window
145 // Add a new folder controller as triggered by the given folder button.
154 // button controller after it has been created, primary of which are
156 // the bookmark button contents of two controllers (such as when a bookmark is
163 // Add a button for the given node to the bar or folder menu. This is safe
171 // represented by the button at |point| if it is a folder, or 2) inserted
173 // button. Returns YES if at least one bookmark was added.
178 // Move a button from one place in the menu to another. This is safe
182 // Remove the bookmark button at the given index. Show the poof animation
187 // Determine the controller containing the button representing |node|, if any.
199 // Saved pointer to the BWC for the browser window that contains this button.
201 // saved because the bookmark button is no longer a part of a window at the
217 // Return the bookmark node associated with this button, or NULL.
220 // Return YES if this is a folder button (the node has subnodes).
228 // '(empty)') as a disabled button with no associated node.
231 // and "one disabled button" are not the same thing.
235 // Turn on or off pulsing of a bookmark button.