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

  /external/chromium_org/ui/message_center/views/
notification_view_unittest.cc 5 #include "ui/message_center/views/notification_view.h"
35 NotificationView* notification_view() { return notification_view_.get(); } function in class:message_center::NotificationViewTest
70 vertical_order.push_back(notification_view()->top_view_);
71 vertical_order.push_back(notification_view()->image_view_);
72 std::copy(notification_view()->action_buttons_.begin(),
73 notification_view()->action_buttons_.end(),
80 (*last), notification_view(), &last_point);
84 (*current), notification_view(), &current_point);
92 notification_view()->CreateOrUpdateViews(*notification());
93 notification_view()->Layout()
    [all...]
notification_view.cc 5 #include "ui/message_center/views/notification_view.h"
278 NotificationView* notification_view = local
284 return notification_view;
287 notification_view->CreateShadowBorder();
288 return notification_view;
  /external/chromium_org/ash/system/tray/
system_tray_unittest.cc 103 views::View* notification_view() const { return notification_view_; } function in class:ash::test::__anon6622::TestItem
309 ASSERT_TRUE(test_item->notification_view() != NULL);
314 ASSERT_TRUE(test_item->notification_view() != NULL);
320 ASSERT_TRUE(test_item->notification_view() != NULL);
326 ASSERT_TRUE(test_item->notification_view() != NULL);
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 315 views::View* notification_view() const { return notification_view_; } function in class:ash::__anon6561::TestItem
    [all...]

Completed in 271 milliseconds