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

  /external/chromium/chrome/browser/ui/views/
browser_bubble_gtk.cc 43 delegate->BubbleLostFocus(bubble_, false);
53 delegate->BubbleLostFocus(bubble_, false);
71 delegate->BubbleLostFocus(bubble_, false);
browser_bubble_win.cc 38 delegate->BubbleLostFocus(bubble_, NULL);
49 delegate->BubbleLostFocus(bubble_, NULL);
87 delegate->BubbleLostFocus(bubble_, lost_focus_to_child);
browser_bubble.h 37 virtual void BubbleLostFocus(BrowserBubble* bubble,
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h 67 // to the BubbleLostFocus() calls it gets from the BrowserBubble.
81 virtual void BubbleLostFocus(BrowserBubble* bubble,
118 // If false, ignore BrowserBubble::Delegate::BubbleLostFocus() calls.
extension_popup.cc 105 void ExtensionPopup::BubbleLostFocus(BrowserBubble* bubble,
113 // When we do close on BubbleLostFocus, we do it in the next event loop

Completed in 92 milliseconds