Searched refs:ShouldHideTooltip (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc1336 EXPECT_FALSE(shelf_view_->ShouldHideTooltip(
1343 EXPECT_FALSE(shelf_view_->ShouldHideTooltip(
1351 EXPECT_FALSE(shelf_view_->ShouldHideTooltip(
1364 EXPECT_FALSE(shelf_view_->ShouldHideTooltip(all_area.origin()));
1365 EXPECT_FALSE(shelf_view_->ShouldHideTooltip(
1367 EXPECT_TRUE(shelf_view_->ShouldHideTooltip(
1369 EXPECT_TRUE(shelf_view_->ShouldHideTooltip(
1371 EXPECT_TRUE(shelf_view_->ShouldHideTooltip(
1373 EXPECT_TRUE(shelf_view_->ShouldHideTooltip(
1387 EXPECT_FALSE(shelf_view_->ShouldHideTooltip(
[all...]
H A Dshelf_tooltip_manager.cc275 if (shelf_view_->ShouldHideTooltip(location_in_shelf_view)) {
H A Dshelf_view.h108 bool ShouldHideTooltip(const gfx::Point& cursor_location);
H A Dshelf_view.cc1359 bool ShelfView::ShouldHideTooltip(const gfx::Point& cursor_location) { function in class:ash::internal::ShelfView

Completed in 69 milliseconds