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

/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc66 void Panel::FlashFrame() { function in class:Panel
/external/chromium_org/chrome/browser/ui/gtk/apps/
H A Dnative_app_window_gtk.cc345 void NativeAppWindowGtk::FlashFrame(bool flash) { function in class:NativeAppWindowGtk
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc334 void Panel::FlashFrame(bool draw_attention) { function in class:Panel
472 FlashFrame(false);
702 FlashFrame(false);
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dnative_app_window_views.cc593 void NativeAppWindowViews::FlashFrame(bool flash) { function in class:NativeAppWindowViews
594 window_->FlashFrame(flash);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc784 void DesktopNativeWidgetAura::FlashFrame(bool flash_frame) { function in class:views::DesktopNativeWidgetAura
786 desktop_root_window_host_->FlashFrame(flash_frame);
H A Ddesktop_root_window_host_win.cc411 void DesktopRootWindowHostWin::FlashFrame(bool flash_frame) { function in class:views::DesktopRootWindowHostWin
412 message_handler_->FlashFrame(flash_frame);
H A Ddesktop_root_window_host_x11.cc658 void DesktopRootWindowHostX11::FlashFrame(bool flash_frame) { function in class:views::DesktopRootWindowHostX11
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc591 void NativeWidgetAura::FlashFrame(bool flash) { function in class:views::NativeWidgetAura
H A Dnative_widget_win.cc407 void NativeWidgetWin::FlashFrame(bool flash) { function in class:views::NativeWidgetWin
408 message_handler_->FlashFrame(flash);
H A Dwidget.cc706 void Widget::FlashFrame(bool flash) { function in class:views::Widget
707 native_widget_->FlashFrame(flash);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc729 void BrowserView::FlashFrame(bool flash) { function in class:BrowserView
730 frame_->FlashFrame(flash);
2665 modal_browser->window()->FlashFrame(true);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc709 void BrowserWindowGtk::FlashFrame() { function in class:BrowserWindowGtk
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc493 active_browser->window()->FlashFrame();
592 void BrowserView::FlashFrame() { function in class:BrowserView
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc712 void BrowserWindowGtk::FlashFrame(bool flash) { function in class:BrowserWindowGtk
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc767 void HWNDMessageHandler::FlashFrame(bool flash) { function in class:views::HWNDMessageHandler

Completed in 502 milliseconds