HomeSort by relevance Sort by last modified time
    Searched refs:FlashFrame (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ui/base/
base_window.h 87 virtual void FlashFrame(bool flash) = 0;
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_browsertest.cc 71 panel->FlashFrame(true);
88 panel->FlashFrame(true);
93 panel->FlashFrame(false);
108 panel->FlashFrame(true);
panel_browsertest.cc     [all...]
panel.h 134 virtual void FlashFrame(bool flash) OVERRIDE;
panel.cc 337 void Panel::FlashFrame(bool draw_attention) {
473 FlashFrame(false);
706 FlashFrame(false);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 144 virtual void FlashFrame(bool flash_frame) = 0;
desktop_window_tree_host_x11.h 143 virtual void FlashFrame(bool flash_frame) OVERRIDE;
desktop_native_widget_aura.h 162 virtual void FlashFrame(bool flash_frame) OVERRIDE;
desktop_window_tree_host_win.h 101 virtual void FlashFrame(bool flash_frame) OVERRIDE;
desktop_native_widget_aura.cc 855 void DesktopNativeWidgetAura::FlashFrame(bool flash_frame) {
857 desktop_window_tree_host_->FlashFrame(flash_frame);
    [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 411 // Verifies that widget->FlashFrame() sets aura::client::kDrawAttentionKey,
413 TEST_F(NativeWidgetAuraTest, FlashFrame) {
421 widget->FlashFrame(true);
423 widget->FlashFrame(false);
425 widget->FlashFrame(true);
native_widget_mac.h 86 virtual void FlashFrame(bool flash_frame) OVERRIDE;
native_widget_private.h 211 virtual void FlashFrame(bool flash) = 0;
native_widget_aura.h 116 virtual void FlashFrame(bool flash_frame) OVERRIDE;
widget.h 518 void FlashFrame(bool flash);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 72 virtual void FlashFrame(bool flash) OVERRIDE;
  /external/chromium_org/apps/ui/views/
native_app_window_views.cc 140 void NativeAppWindowViews::FlashFrame(bool flash) {
141 widget_->FlashFrame(flash);
native_app_window_views.h 94 virtual void FlashFrame(bool flash) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
app_current_window_internal_api.cc 168 window->GetBaseWindow()->FlashFrame(true);
174 window->GetBaseWindow()->FlashFrame(false);
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 52 virtual void FlashFrame(bool flash) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/
set_as_default_browser_ui.cc 268 widget->FlashFrame(true);
  /external/chromium_org/chrome/test/base/
test_browser_window.h 40 virtual void FlashFrame(bool flash) OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 261 virtual void FlashFrame(bool flash) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_stack_view.cc 282 // The underlying call of FlashFrame, FlashWindowEx, seems not to work
294 // The default implementation of Widget::FlashFrame only flashes 5 times.
334 window_->FlashFrame(draw_attention);
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 173 void FlashFrame(bool flash);

Completed in 296 milliseconds

1 2