Home
last modified time | relevance | path

Searched refs:HitTest (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/frame/
Dbrowser_frame_view_chromeos.cc41 bool BrowserFrameViewChromeos::HitTest(const gfx::Point& l) const { in HitTest() function in chromeos::BrowserFrameViewChromeos
44 return OpaqueBrowserFrameView::HitTest(l); in HitTest()
Dbrowser_frame_view_chromeos.h20 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
Ddom_browser_view_layout.cc80 return status_area_->HitTest(point_in_status_area_coords); in IsPointInViewsInTitleArea()
Dbrowser_view.cc144 if (status_area_->HitTest(point_in_status_area_coords)) in IsPointInViewsInTitleArea()
/external/skia/legacy/src/animator/
DSkHitTest.h17 DECLARE_MEMBER_INFO(HitTest);
DSkDisplayType.cpp135 CASE_NEW(HitTest); in CreateInstance()
290 CASE_GET_INFO(HitTest); in GetMembers()
/external/skia/src/animator/
DSkHitTest.h17 DECLARE_MEMBER_INFO(HitTest);
DSkDisplayType.cpp135 CASE_NEW(HitTest); in CreateInstance()
290 CASE_GET_INFO(HitTest); in GetMembers()
/external/chromium/chrome/browser/ui/views/location_bar/
Dclick_handler.cc20 if (!owner_->HitTest(event.location())) in OnMouseReleased()
Dstar_view.cc55 if (HitTest(event.location())) in OnMouseReleased()
Dpage_action_image_view.cc117 if (!HitTest(event.location())) in OnMouseReleased()
Dcontent_setting_image_view.cc128 if (!HitTest(event.location())) in OnMouseReleased()
/external/chromium/chrome/browser/ui/touch/frame/
Dtouch_browser_frame_view.cc186 bool TouchBrowserFrameView::HitTest(const gfx::Point& point) const { in HitTest() function in TouchBrowserFrameView
187 if (OpaqueBrowserFrameView::HitTest(point)) in HitTest()
Dtouch_browser_frame_view.h60 virtual bool HitTest(const gfx::Point& point) const OVERRIDE;
/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab_strip.cc68 if (event.IsOnlyLeftMouseButton() && HitTest(event.location())) in OnMouseReleased()
231 if (scroll_down_button_->HitTest(local_point)) in GetEventHandlerForPoint()
238 if (scroll_up_button_->HitTest(local_point)) in GetEventHandlerForPoint()
Dtab_strip.cc183 !newtab_button_->HitTest(point_in_newtab_coords)) { in IsPositionInWindowCaption()
1020 return tab->HitTest(point_in_tab_coords); in IsPointInTab()
/external/chromium/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.h58 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
Dopaque_browser_frame_view.h88 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
/external/webkit/Source/WebKit/wx/
DWebFrame.h166 wxWebViewDOMElementInfo HitTest(const wxPoint& post) const;
DWebView.cpp1057 wxWebViewDOMElementInfo wxWebView::HitTest(const wxPoint& pos) const in HitTest() function in wxWebView
1060 return m_mainFrame->HitTest(pos); in HitTest()
DWebFrame.cpp459 wxWebViewDOMElementInfo wxWebFrame::HitTest(const wxPoint& pos) const in HitTest() function in wxWebFrame
/external/chromium/chrome/browser/ui/cocoa/
Dprofile_menu_button_unittest.mm76 TEST_F(ProfileMenuButtonTest, HitTest) {
/external/chromium/chrome/browser/ui/views/
Dfullscreen_exit_bubble.cc223 !root_view_->HitTest(transformed_pos) || in CheckMousePosition()
Dcontent_setting_bubble_contents.cc91 HitTest(event.location())) { in OnMouseReleased()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc635 if (!HitTest(point)) in GetIndexForPoint()
644 if (child->HitTest(point_in_child_coords)) in GetIndexForPoint()

12