Searched refs:HitTest (Results 1 - 25 of 29) sorted by relevance

12

/external/skia/src/animator/
H A DSkHitTest.h25 DECLARE_MEMBER_INFO(HitTest);
H A DSkDisplayType.cpp143 CASE_NEW(HitTest);
298 CASE_GET_INFO(HitTest);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dclick_handler.cc20 if (!owner_->HitTest(event.location()))
H A Dstar_view.cc55 if (HitTest(event.location()))
H A Dcontent_setting_image_view.cc128 if (!HitTest(event.location()))
H A Dpage_action_image_view.cc117 if (!HitTest(event.location()))
/external/chromium/chrome/browser/chromeos/frame/
H A Dbrowser_frame_view_chromeos.h20 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
H A Dbrowser_frame_view_chromeos.cc25 // to the NonClientView. We do this by overriding HitTest(), NonClientHitTest()
41 bool BrowserFrameViewChromeos::HitTest(const gfx::Point& l) const { function in class:chromeos::BrowserFrameViewChromeos
44 return OpaqueBrowserFrameView::HitTest(l);
H A Ddom_browser_view_layout.cc80 return status_area_->HitTest(point_in_status_area_coords);
H A Dbrowser_view.cc144 if (status_area_->HitTest(point_in_status_area_coords))
/external/chromium/chrome/browser/ui/touch/frame/
H A Dtouch_browser_frame_view.h60 virtual bool HitTest(const gfx::Point& point) const OVERRIDE;
H A Dtouch_browser_frame_view.cc186 bool TouchBrowserFrameView::HitTest(const gfx::Point& point) const { function in class:TouchBrowserFrameView
187 if (OpaqueBrowserFrameView::HitTest(point))
/external/chromium/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.h58 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
H A Dopaque_browser_frame_view.h88 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
H A Dbrowser_view_layout.cc149 if (tabstrip_->HitTest(point_in_tabstrip_coords)) {
/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab_strip.cc68 if (event.IsOnlyLeftMouseButton() && HitTest(event.location()))
231 if (scroll_down_button_->HitTest(local_point))
238 if (scroll_up_button_->HitTest(local_point))
H A Dbase_tab.cc330 if (HitTest(event.location())) {
H A Dtab_strip.cc183 !newtab_button_->HitTest(point_in_newtab_coords)) {
1020 return tab->HitTest(point_in_tab_coords);
/external/webkit/Source/WebKit/wx/
H A DWebFrame.h166 wxWebViewDOMElementInfo HitTest(const wxPoint& post) const;
H A DWebFrame.cpp459 wxWebViewDOMElementInfo wxWebFrame::HitTest(const wxPoint& pos) const function in class:wxWebFrame
H A DWebView.cpp1057 wxWebViewDOMElementInfo wxWebView::HitTest(const wxPoint& pos) const function in class:wxWebView
1060 return m_mainFrame->HitTest(pos);
/external/chromium/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble.cc223 !root_view_->HitTest(transformed_pos) ||
H A Dcontent_setting_bubble_contents.cc91 HitTest(event.location())) {
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc635 if (!HitTest(point))
644 if (child->HitTest(point_in_child_coords))
/external/webkit/Source/WebKit/mac/Carbon/
H A DHIWebView.mm157 static ControlPartCode HitTest( HIWebView* view, const HIPoint* where );
394 // HitTest
398 HitTest( HIWebView* view, const HIPoint* where )
1357 part = HitTest( view, &where );

Completed in 296 milliseconds

12