/external/chromium/chrome/browser/chromeos/frame/ |
D | browser_frame_view_chromeos.cc | 41 bool BrowserFrameViewChromeos::HitTest(const gfx::Point& l) const { in HitTest() function in chromeos::BrowserFrameViewChromeos 44 return OpaqueBrowserFrameView::HitTest(l); in HitTest()
|
D | browser_frame_view_chromeos.h | 20 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
D | dom_browser_view_layout.cc | 80 return status_area_->HitTest(point_in_status_area_coords); in IsPointInViewsInTitleArea()
|
D | browser_view.cc | 144 if (status_area_->HitTest(point_in_status_area_coords)) in IsPointInViewsInTitleArea()
|
/external/skia/legacy/src/animator/ |
D | SkHitTest.h | 17 DECLARE_MEMBER_INFO(HitTest);
|
D | SkDisplayType.cpp | 135 CASE_NEW(HitTest); in CreateInstance() 290 CASE_GET_INFO(HitTest); in GetMembers()
|
/external/skia/src/animator/ |
D | SkHitTest.h | 17 DECLARE_MEMBER_INFO(HitTest);
|
D | SkDisplayType.cpp | 135 CASE_NEW(HitTest); in CreateInstance() 290 CASE_GET_INFO(HitTest); in GetMembers()
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | click_handler.cc | 20 if (!owner_->HitTest(event.location())) in OnMouseReleased()
|
D | star_view.cc | 55 if (HitTest(event.location())) in OnMouseReleased()
|
D | page_action_image_view.cc | 117 if (!HitTest(event.location())) in OnMouseReleased()
|
D | content_setting_image_view.cc | 128 if (!HitTest(event.location())) in OnMouseReleased()
|
/external/chromium/chrome/browser/ui/touch/frame/ |
D | touch_browser_frame_view.cc | 186 bool TouchBrowserFrameView::HitTest(const gfx::Point& point) const { in HitTest() function in TouchBrowserFrameView 187 if (OpaqueBrowserFrameView::HitTest(point)) in HitTest()
|
D | touch_browser_frame_view.h | 60 virtual bool HitTest(const gfx::Point& point) const OVERRIDE;
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | side_tab_strip.cc | 68 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()
|
D | tab_strip.cc | 183 !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/ |
D | glass_browser_frame_view.h | 58 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
D | opaque_browser_frame_view.h | 88 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
/external/webkit/Source/WebKit/wx/ |
D | WebFrame.h | 166 wxWebViewDOMElementInfo HitTest(const wxPoint& post) const;
|
D | WebView.cpp | 1057 wxWebViewDOMElementInfo wxWebView::HitTest(const wxPoint& pos) const in HitTest() function in wxWebView 1060 return m_mainFrame->HitTest(pos); in HitTest()
|
D | WebFrame.cpp | 459 wxWebViewDOMElementInfo wxWebFrame::HitTest(const wxPoint& pos) const in HitTest() function in wxWebFrame
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | profile_menu_button_unittest.mm | 76 TEST_F(ProfileMenuButtonTest, HitTest) {
|
/external/chromium/chrome/browser/ui/views/ |
D | fullscreen_exit_bubble.cc | 223 !root_view_->HitTest(transformed_pos) || in CheckMousePosition()
|
D | content_setting_bubble_contents.cc | 91 HitTest(event.location())) { in OnMouseReleased()
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | autocomplete_popup_contents_view.cc | 635 if (!HitTest(point)) in GetIndexForPoint() 644 if (child->HitTest(point_in_child_coords)) in GetIndexForPoint()
|