Home
last modified time | relevance | path

Searched refs:BubbleLostFocus (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dbrowser_bubble_win.cc38 delegate->BubbleLostFocus(bubble_, NULL); in Close()
49 delegate->BubbleLostFocus(bubble_, NULL); in Hide()
87 delegate->BubbleLostFocus(bubble_, lost_focus_to_child); in OnActivate()
Dbrowser_bubble_gtk.cc43 delegate->BubbleLostFocus(bubble_, false); in Close()
53 delegate->BubbleLostFocus(bubble_, false); in Hide()
71 delegate->BubbleLostFocus(bubble_, false); in IsActiveChanged()
Dbrowser_bubble.h37 virtual void BubbleLostFocus(BrowserBubble* bubble, in BubbleLostFocus() function
/external/chromium/chrome/browser/ui/views/extensions/
Dextension_popup.h81 virtual void BubbleLostFocus(BrowserBubble* bubble,
Dextension_popup.cc105 void ExtensionPopup::BubbleLostFocus(BrowserBubble* bubble, in BubbleLostFocus() function in ExtensionPopup