Searched defs:OnFocusStateChanged (Results 1 - 1 of 1) sorted by relevance

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

Completed in 141 milliseconds