Searched refs:OnFocusStateChanged (Results 1 – 1 of 1) sorted by relevance
141 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