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

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.h 19 - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title;
28 - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title;
33 @interface BookmarkButton (BookmarkBarUnitTestHelper)
bookmark_bar_folder_hover_state.h 42 scoped_nsobject<BookmarkButton> hoverButton_;
55 - (NSDragOperation)draggingEnteredButton:(BookmarkButton*)button;
69 - (void)scheduleOpenBookmarkFolderOnHoverButton:(BookmarkButton*)hoverButton;
76 - (BookmarkButton*)hoverButton;
bookmark_folder_target.h 11 @class BookmarkButton;
41 forDragOfButton:(BookmarkButton*)button;
47 // pointer to the |BookmarkButton| being dragged.
bookmark_button.h 11 @class BookmarkButton;
21 // Protocol for a BookmarkButton's delegate, responsible for doing
29 forDragOfButton:(BookmarkButton*)button;
47 - (BOOL)canDragBookmarkButtonToTrash:(BookmarkButton*)button;
51 - (void)didDragBookmarkToTrash:(BookmarkButton*)button;
56 - (void)bookmarkDragDidEnd:(BookmarkButton*)button
64 // or NSWindowController. The BookmarkButton doesn't use this
65 // protocol directly; it is used when BookmarkButton controllers talk
99 - (BOOL)dragButton:(BookmarkButton*)sourceButton
147 - (void)addNewFolderControllerWithParentButton:(BookmarkButton*)parentButton
    [all...]
bookmark_bar_folder_controller.h 30 scoped_nsobject<BookmarkButton> parentButton_;
100 BookmarkButton* buttonThatMouseIsIn_;
150 - (id)initWithParentButton:(BookmarkButton*)button
155 - (BookmarkButton*)parentButton;
217 - (BookmarkButton*)buttonThatMouseIsIn;
229 - (BookmarkButton*)buttonForDroppingOnAtPoint:(NSPoint)point;
bookmark_bar_controller.h 26 @class BookmarkButton;
215 IBOutlet BookmarkButton* offTheSideButton_; // aka the chevron.
222 scoped_nsobject<BookmarkButton> otherBookmarksButton_;
233 scoped_nsobject<BookmarkButton> hoverButton_;
382 - (BookmarkButton*)otherBookmarksButton;
396 - (BookmarkButton*)buttonForDroppingOnAtPoint:(NSPoint)point;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.h 18 - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title;
27 - (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title;
32 @interface BookmarkButton (BookmarkBarUnitTestHelper)
bookmark_bar_folder_hover_state.h 42 base::scoped_nsobject<BookmarkButton> hoverButton_;
55 - (NSDragOperation)draggingEnteredButton:(BookmarkButton*)button;
69 - (void)scheduleOpenBookmarkFolderOnHoverButton:(BookmarkButton*)hoverButton;
76 - (BookmarkButton*)hoverButton;
bookmark_folder_target.h 10 @class BookmarkButton;
38 forDragOfButton:(BookmarkButton*)button;
44 // pointer to the |BookmarkButton| being dragged.
bookmark_button.h 11 @class BookmarkButton;
18 // Protocol for a BookmarkButton's delegate, responsible for doing
26 forDragOfButton:(BookmarkButton*)button;
44 - (BOOL)canDragBookmarkButtonToTrash:(BookmarkButton*)button;
48 - (void)didDragBookmarkToTrash:(BookmarkButton*)button;
53 - (void)bookmarkDragDidEnd:(BookmarkButton*)button
61 // or NSWindowController. The BookmarkButton doesn't use this
62 // protocol directly; it is used when BookmarkButton controllers talk
96 - (BOOL)dragButton:(BookmarkButton*)sourceButton
144 - (void)addNewFolderControllerWithParentButton:(BookmarkButton*)parentButton
    [all...]
bookmark_bar_folder_controller.h 30 base::scoped_nsobject<BookmarkButton> parentButton_;
100 BookmarkButton* buttonThatMouseIsIn_;
149 - (id)initWithParentButton:(BookmarkButton*)button
155 - (BookmarkButton*)parentButton;
198 - (BookmarkButton*)buttonThatMouseIsIn;
212 - (BookmarkButton*)buttonForDroppingOnAtPoint:(NSPoint)point;
bookmark_bar_controller.h 221 IBOutlet BookmarkButton* offTheSideButton_; // aka the chevron.
227 base::scoped_nsobject<BookmarkButton> otherBookmarksButton_;
230 base::scoped_nsobject<BookmarkButton> appsPageShortcutButton_;
237 base::scoped_nsobject<BookmarkButton> hoverButton_;
392 - (BookmarkButton*)otherBookmarksButton;
407 - (BookmarkButton*)buttonForDroppingOnAtPoint:(NSPoint)point;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 175 // BookmarkButton -------------------------------------------------------------
179 class BookmarkButton : public BookmarkButtonBase {
184 BookmarkButton(views::ButtonListener* listener,
210 DISALLOW_COPY_AND_ASSIGN(BookmarkButton);
214 const char BookmarkButton::kViewClassName[] = "BookmarkButton";
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 126 // BookmarkButton -------------------------------------------------------------
130 class BookmarkButton : public views::TextButton {
132 BookmarkButton(views::ButtonListener* listener,
166 DISALLOW_COPY_AND_ASSIGN(BookmarkButton);
    [all...]

Completed in 915 milliseconds