HomeSort by relevance Sort by last modified time
    Searched full:hittest (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /external/chromium_org/ui/aura/
window_unittest.cc 474 TEST_F(WindowTest, HitTest) {
483 EXPECT_TRUE(w1.HitTest(gfx::Point(1, 1)));
484 EXPECT_FALSE(w1.HitTest(gfx::Point(-1, -1)));
489 EXPECT_TRUE(w1.HitTest(gfx::Point(-1, -1)));
490 EXPECT_FALSE(w1.HitTest(gfx::Point(-2, -2)));
495 EXPECT_TRUE(w1.HitTest(gfx::Point(-2, -2)));
496 EXPECT_TRUE(w1.HitTest(gfx::Point(-5, -5)));
497 EXPECT_FALSE(w1.HitTest(gfx::Point(-5, -6)));
501 EXPECT_FALSE(w1.HitTest(gfx::Point(-2, -2)));
515 EXPECT_TRUE(w1.HitTest(gfx::Point(5, 6))); // top-lef
    [all...]
window.cc 722 bool Window::HitTest(const gfx::Point& local_point) {
    [all...]
  /external/chromium_org/ash/wm/
app_list_controller.cc 306 // Use HitTest to respect the hit test mask of the bubble.
307 if (!window->HitTest(window_local_point))
  /frameworks/base/docs/html/training/gestures/
scale.jd 387 // See the sample for the implementation of hitTest().
388 hitTest(scaleGestureDetector.getFocusX(),
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 128 if (!HitTest(event.location()))
page_action_image_view.cc 117 if (!HitTest(event.location()))
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
actionscript.php 92 'hasVideoEncoder', 'height', 'hide', 'hideBuiltInItems', 'hitArea', 'hitTest', 'hitTestTextNearPos',
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 258 // front. The hitTest method looks for mouse events by walking
262 bool hitTest(const HitTestRequest&, HitTestResult&);
263 bool hitTest(const HitTestRequest&, const HitTestLocation&, HitTestResult&);
    [all...]
InlineBox.cpp 215 return renderer()->hitTest(request, result, locationInContainer, childPoint);
RenderView.cpp 82 bool RenderView::hitTest(const HitTestRequest& request, HitTestResult& result)
84 return hitTest(request, result.hitTestLocation(), result);
87 bool RenderView::hitTest(const HitTestRequest& request, const HitTestLocation& location, HitTestResult& result)
95 return layer()->hitTest(request, location, result);
    [all...]
  /external/chromium_org/tools/traceline/svgui/
traceline.js 321 this.hittest = function(startms, dur) {
336 this.hittest = function(startms, dur) {
662 if (!thing.hittest(startms, startms+dur))
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 616 Uint16 hittest; local
618 hittest = LOWORD(lParam);
619 if ( hittest == HTCLIENT ) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 753 m_frame->document()->renderView()->hitTest(request, result);
772 renderer->hitTest(request, result);
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 625 private boolean hitTest(float x, float y, PointF dest) {
677 hitTest(focusX, focusY, viewportFocus);
730 if (hitTest(e.getX(), e.getY(), mZoomFocalPoint)) {
    [all...]
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 91 HitTest(event.location())) {
fullscreen_exit_bubble.cc 223 !root_view_->HitTest(transformed_pos) ||
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 172 jint BrowserAccessibilityManagerAndroid::HitTest(
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarTheme.cpp 137 ScrollbarPart ScrollbarTheme::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position)
  /external/chromium_org/ui/app_list/cocoa/
apps_grid_view_item.mm 177 - (NSView*)hitTest:(NSPoint)aPoint {
  /external/chromium_org/ui/views/window/
non_client_view.cc 198 // The assumption is that the frame view's implementation of HitTest will only
non_client_view.h 64 // This function must ask the ClientView to do a hittest. We don't do this in
  /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/chromium_org/ui/message_center/cocoa/
notification_controller.mm 155 - (NSView*)hitTest:(NSPoint)point {
157 NSView* hitView = [super hitTest:point];
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 1601 LRESULT hittest = SendMessage(hwnd(), WM_NCHITTEST, 0, l_param_ht); local
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
browser_view.cc 144 if (status_area_->HitTest(point_in_status_area_coords))

Completed in 440 milliseconds

1 23 4 5 6