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

  /external/chromium_org/chrome/browser/ui/views/tabs/
media_indicator_button.h 48 virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) OVERRIDE;
media_indicator_button.cc 114 views::View* MediaIndicatorButton::GetTooltipHandlerForPoint(
tab_strip_unittest.cc 610 FindTabView(tab_strip_->GetTooltipHandlerForPoint(left_overlap)));
622 FindTabView(tab_strip_->GetTooltipHandlerForPoint(right_overlap)));
635 FindTabView(tab_strip_->GetTooltipHandlerForPoint(unactive_overlap)));
639 EXPECT_FALSE(tab_strip_->GetTooltipHandlerForPoint(gfx::Point(-1, 2)));
tab_strip.h 262 virtual views::View* GetTooltipHandlerForPoint(
tab_strip.cc 218 return dest->GetTooltipHandlerForPoint(dest_point);
    [all...]
tab.cc 248 virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) OVERRIDE {
252 // GetTooltipHandlerForPoint() is responsible for it).
    [all...]
  /external/chromium_org/ui/views/window/
non_client_view.cc 196 View* NonClientView::GetTooltipHandlerForPoint(const gfx::Point& point) {
205 frame_view_->GetTooltipHandlerForPoint(point_in_child_coords);
210 return View::GetTooltipHandlerForPoint(point);
non_client_view.h 224 virtual views::View* GetTooltipHandlerForPoint(
  /external/chromium_org/ui/views/
view_targeter_unittest.cc 567 // Test calls into View::GetTooltipHandlerForPoint().
568 EXPECT_EQ(v1, root_view->GetTooltipHandlerForPoint(v1_centerpoint));
569 EXPECT_EQ(v2, root_view->GetTooltipHandlerForPoint(v2_centerpoint));
571 EXPECT_EQ(v1, root_view->GetTooltipHandlerForPoint(v1_origin));
572 EXPECT_EQ(root_view, root_view->GetTooltipHandlerForPoint(v2_origin));
574 EXPECT_FALSE(v1->GetTooltipHandlerForPoint(v2_origin));
view_unittest.cc 848 // Tests that GetEventHandlerForRect() and GetTooltipHandlerForPoint() behave
895 result_view = root_view->GetTooltipHandlerForPoint(point_in_v_grandchild);
902 result_view = root_view->GetTooltipHandlerForPoint(point_in_v_child);
909 result_view = root_view->GetTooltipHandlerForPoint(point_in_v);
921 result_view = root_view->GetTooltipHandlerForPoint(point_in_v_grandchild);
928 result_view = root_view->GetTooltipHandlerForPoint(point_in_v_child);
935 result_view = root_view->GetTooltipHandlerForPoint(point_in_v);
940 // GetTooltipHandlerForPoint() with |v_grandchild| as the root of the
945 result_view = v_grandchild->GetTooltipHandlerForPoint(gfx::Point(1, 1));
959 result_view = root_view->GetTooltipHandlerForPoint(point_in_v_grandchild)
    [all...]
view.h 569 virtual View* GetTooltipHandlerForPoint(const gfx::Point& point);
    [all...]
view.cc 861 View* View::GetTooltipHandlerForPoint(const gfx::Point& point) {
875 View* handler = child->GetTooltipHandlerForPoint(point_in_child_coords);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 56 virtual views::View* GetTooltipHandlerForPoint(
omnibox_popup_contents_view.cc 300 views::View* OmniboxPopupContentsView::GetTooltipHandlerForPoint(
  /external/chromium_org/ui/views/controls/
label.h 123 virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) OVERRIDE;
label_unittest.cc     [all...]
label.cc 282 View* Label::GetTooltipHandlerForPoint(const gfx::Point& point) {
  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.cc 118 return root_view->GetTooltipHandlerForPoint(point);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc 187 virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) OVERRIDE {
    [all...]

Completed in 468 milliseconds