HomeSort by relevance Sort by last modified time
    Searched full:hoverbutton_ (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_hover_state.mm 25 if (hoverButton_ == button) {
26 // CASE A: hoverButton_ == button implies we've dragged over
28 } else if (hoverButton_ &&
29 hoverButton_ != button) {
30 // CASE B: we have a hoverButton_ but it is different from the new button.
43 } else if (!hoverButton_) {
44 // CASE C: we don't have a current hoverButton_ but we have dragged onto
49 if (hoverButton_) {
50 // CASE D: We have a hoverButton_ but we've moved onto an area that
51 // requires no hover. We close the hoverButton_ in this case. Thi
    [all...]
bookmark_bar_folder_hover_state.h 24 // Enumeration of the valid states that the |hoverButton_| member can be in.
29 // |hoverButton_| using this state information. This serialization is to
42 scoped_nsobject<BookmarkButton> hoverButton_;
bookmark_bar_controller.mm     [all...]
bookmark_bar_controller.h 233 scoped_nsobject<BookmarkButton> hoverButton_;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_hover_state.mm 25 if (hoverButton_ == button) {
26 // CASE A: hoverButton_ == button implies we've dragged over
28 } else if (hoverButton_ &&
29 hoverButton_ != button) {
30 // CASE B: we have a hoverButton_ but it is different from the new button.
43 } else if (!hoverButton_) {
44 // CASE C: we don't have a current hoverButton_ but we have dragged onto
49 if (hoverButton_) {
50 // CASE D: We have a hoverButton_ but we've moved onto an area that
51 // requires no hover. We close the hoverButton_ in this case. Thi
    [all...]
bookmark_bar_folder_hover_state.h 24 // Enumeration of the valid states that the |hoverButton_| member can be in.
29 // |hoverButton_| using this state information. This serialization is to
42 base::scoped_nsobject<BookmarkButton> hoverButton_;
bookmark_bar_controller.mm     [all...]
bookmark_bar_controller.h 237 base::scoped_nsobject<BookmarkButton> hoverButton_;
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm 361 // Only interpret the view as a hoverButton_ if it's both button and has a
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.mm 372 // Only interpret the view as a hoverButton_ if it's both button and has a

Completed in 96 milliseconds