Searched refs:OnNativeBlur (Results 1 – 6 of 6) sorted by relevance
62 virtual void OnNativeBlur(gfx::NativeView focused_view) = 0;
716 virtual void OnNativeBlur(gfx::NativeView new_focused_view) OVERRIDE;
754 delegate_->OnNativeBlur(focused_window); in HandleNativeBlur()
907 delegate_->OnNativeBlur(client->GetFocusedWindow()); in OnWindowFocused()
1025 void Widget::OnNativeBlur(gfx::NativeView new_focused_view) { in OnNativeBlur() function in views::Widget
1035 native_widget_delegate_->OnNativeBlur( in OnWindowFocused()