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

1 2

  /external/skia/legacy/src/animator/
SkHitTest.h 17 DECLARE_MEMBER_INFO(HitTest);
SkDisplayType.cpp 135 CASE_NEW(HitTest);
290 CASE_GET_INFO(HitTest);
457 { "hitTest", SkType_HitTest INIT_BOOL_FIELDS },
  /external/skia/src/animator/
SkHitTest.h 17 DECLARE_MEMBER_INFO(HitTest);
SkDisplayType.cpp 135 CASE_NEW(HitTest);
290 CASE_GET_INFO(HitTest);
457 { "hitTest", SkType_HitTest INIT_BOOL_FIELDS },
  /external/chromium/chrome/browser/chromeos/frame/
browser_frame_view_chromeos.h 20 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
browser_frame_view_chromeos.cc 25 // to the NonClientView. We do this by overriding HitTest(), NonClientHitTest()
41 bool BrowserFrameViewChromeos::HitTest(const gfx::Point& l) const {
44 return OpaqueBrowserFrameView::HitTest(l);
dom_browser_view_layout.cc 80 return status_area_->HitTest(point_in_status_area_coords);
browser_view.cc 144 if (status_area_->HitTest(point_in_status_area_coords))
  /external/chromium/chrome/browser/ui/views/location_bar/
click_handler.cc 20 if (!owner_->HitTest(event.location()))
star_view.cc 55 if (HitTest(event.location()))
content_setting_image_view.cc 128 if (!HitTest(event.location()))
page_action_image_view.cc 117 if (!HitTest(event.location()))
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.h 60 virtual bool HitTest(const gfx::Point& point) const OVERRIDE;
touch_browser_frame_view.cc 186 bool TouchBrowserFrameView::HitTest(const gfx::Point& point) const {
187 if (OpaqueBrowserFrameView::HitTest(point))
  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 58 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
opaque_browser_frame_view.h 88 virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
browser_view_layout.cc 149 if (tabstrip_->HitTest(point_in_tabstrip_coords)) {
  /external/webkit/Source/WebKit/wx/
WebFrame.h 166 wxWebViewDOMElementInfo HitTest(const wxPoint& post) const;
WebFrame.cpp 459 wxWebViewDOMElementInfo wxWebFrame::HitTest(const wxPoint& pos) const
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.cc 68 if (event.IsOnlyLeftMouseButton() && HitTest(event.location()))
231 if (scroll_down_button_->HitTest(local_point))
238 if (scroll_up_button_->HitTest(local_point))
base_tab.cc 330 if (HitTest(event.location())) {
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 223 !root_view_->HitTest(transformed_pos) ||
content_setting_bubble_contents.cc 91 HitTest(event.location())) {
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 635 if (!HitTest(point))
644 if (child->HitTest(point_in_child_coords))
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 157 static ControlPartCode HitTest( HIWebView* view, const HIPoint* where );
394 // HitTest
398 HitTest( HIWebView* view, const HIPoint* where )
    [all...]

Completed in 490 milliseconds

1 2