Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/profiles/
Davatar_menu_bubble_view.cc141 virtual void OnFocusStateChanged(bool has_focus) = 0;
188 delegate_->OnFocusStateChanged(true); in OnFocus()
194 delegate_->OnFocusStateChanged(false); in OnBlur()
218 virtual void OnFocusStateChanged(bool has_focus) OVERRIDE;
350 OnFocusStateChanged(true); in OnFocus()
355 OnFocusStateChanged(false); in OnBlur()
372 void ProfileItemView::OnFocusStateChanged(bool has_focus) { in OnFocusStateChanged() function in ProfileItemView