Searched refs:OnNativeBlur (Results 1 – 5 of 5) sorted by relevance
62 virtual void OnNativeBlur(gfx::NativeView focused_view) = 0;
752 virtual void OnNativeBlur(gfx::NativeView new_focused_view) OVERRIDE;
949 delegate_->OnNativeBlur(gained_focus); in OnWindowFocused()
1057 void Widget::OnNativeBlur(gfx::NativeView new_focused_view) { in OnNativeBlur() function in views::Widget
1109 native_widget_delegate_->OnNativeBlur(gained_focus); in OnWindowFocused()