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

1 2

  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_decoration_view.cc 17 if (event.IsOnlyLeftMouseButton() && HitTestPoint(event.location())) {
27 if (event.IsOnlyLeftMouseButton() && HitTestPoint(event.location()) &&
page_info_helper.cc 26 if (!owner_->HitTestPoint(event.location()))
bubble_icon_view.cc 52 if (event.IsOnlyLeftMouseButton() && HitTestPoint(event.location())) {
open_pdf_in_reader_view.cc 60 if (event.IsOnlyLeftMouseButton() && HitTestPoint(event.location()))
zoom_view.cc 60 if (event.IsOnlyLeftMouseButton() && HitTestPoint(event.location()))
content_setting_image_view.cc 197 if (HitTestPoint(event.location()))
page_action_image_view.cc 127 if (!HitTestPoint(event.location()))
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_base_view.cc 133 if (HitTestPoint(event.location())) {
157 if (HitTestPoint(event.location()))
169 if (event.IsOnlyLeftMouseButton() && HitTestPoint(event.location()))
178 if (HitTestPoint(event->location()))
185 if (HitTestPoint(event->location()))
  /external/chromium_org/ui/views/controls/button/
custom_button.cc 130 if (ShouldEnterPushedState(event) && HitTestPoint(event.location()))
140 if (HitTestPoint(event.location()))
152 if (!HitTestPoint(event.location())) {
184 SetState(HitTestPoint(event.location()) ? STATE_HOVERED : STATE_NORMAL);
menu_button.cc 170 HitTestPoint(event.location()) &&
187 HitTestPoint(event.location())) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc 206 EXPECT_FALSE(tab.HitTestPoint(gfx::Point(middle_x, 0)));
210 EXPECT_FALSE(tab.HitTestPoint(gfx::Point(0, middle_y)));
215 EXPECT_TRUE(tab.HitTestPoint(gfx::Point(middle_x, 0)));
218 EXPECT_FALSE(tab.HitTestPoint(gfx::Point(0, 0)));
219 EXPECT_FALSE(tab.HitTestPoint(gfx::Point(tab.width() - 1, 0)));
tab_strip_unittest.cc 124 return tab->HitTestPoint(point_in_tab_coords);
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button.cc 145 if (HitTestPoint(event->location())) {
153 if (HitTestPoint(event->location())) {
frame_caption_button_container_view.cc 36 return dst->HitTestPoint(converted);
  /external/chromium_org/ui/views/controls/
link.cc 71 HitTestPoint(event.location()));
81 HitTestPoint(event.location())) {
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.cc 113 SetState(HitTestPoint(event.location()) ?
base_scroll_bar.cc 138 SetState(HitTestPoint(event.location()) ?
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_button.cc 60 IsTriggerableEvent(event) && HitTestPoint(event.location())) {
96 (event.IsRightMouseButton() && !HitTestPoint(event.location()))) {
  /external/chromium_org/ash/ime/
candidate_view.cc 229 if (!HitTestPoint(event.location())) {
240 if (sibling->HitTestPoint(location_in_sibling)) {
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 465 if (!HitTestPoint(point))
474 if (child->visible() && child->HitTestPoint(point_in_child_coords))
  /external/chromium_org/ui/views/
view.cc 889 if (child->HitTestPoint(point_in_child_coords))
916 if (!HitTestPoint(point) || !CanProcessEventsWithinSubtree())
946 bool View::HitTestPoint(const gfx::Point& point) const {
985 return HitTestPoint(cursor_pos);
    [all...]
view.h 593 // TODO(tdanderson): HitTestPoint() and HitTestRect() will be removed once
599 bool HitTestPoint(const gfx::Point& point) const;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.cc 54 return dst->HitTestPoint(*point);
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 477 return GetBrowserRootView()->HitTestPoint(pos);
content_setting_bubble_contents.cc 103 HitTestPoint(event.location())) {

Completed in 697 milliseconds

1 2