HomeSort by relevance Sort by last modified time
    Searched refs:DrawAttention (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
native_panel.h 52 virtual void DrawAttention(bool draw_attention) = 0;
panel.cc 345 native_panel_->DrawAttention(draw_attention);
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa.h 42 virtual void DrawAttention(bool draw_attention) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_gtk.h 63 virtual void DrawAttention(bool draw_attention) OVERRIDE;
panel_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_view.h 61 virtual void DrawAttention(bool draw_attention) OVERRIDE;
panel_view.cc 520 void PanelView::DrawAttention(bool draw_attention) {
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 504 IN_PROC_BROWSER_TEST_F(LauncherPlatformAppBrowserTest, DrawAttention) {
512 // Set DrawAttention property.
516 // Activate window, should clear DrawAttention.
    [all...]

Completed in 2825 milliseconds