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

1 2

  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.h 46 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&);
ScrollbarThemeQt.cpp 170 ScrollbarPart ScrollbarThemeQt::hitTest(Scrollbar* scrollbar, const PlatformMouseEvent& evt)
  /external/webkit/WebCore/rendering/
RenderLineBoxList.h 67 bool hitTest(RenderBoxModelObject*, const HitTestRequest&, HitTestResult&, int x, int y, int tx, int ty, HitTestAction) const;
RenderMedia.cpp 523 if (m_muteButton && m_muteButton->hitTest(point)) {
529 if (m_volumeSliderContainer && m_volumeSliderContainer->hitTest(point))
532 if (m_volumeSlider && m_volumeSlider->hitTest(point)) {
539 if (m_playButton && m_playButton->hitTest(point))
542 if (m_seekBackButton && m_seekBackButton->hitTest(point))
545 if (m_seekForwardButton && m_seekForwardButton->hitTest(point))
548 if (m_rewindButton && m_rewindButton->hitTest(point))
551 if (m_returnToRealtimeButton && m_returnToRealtimeButton->hitTest(point))
554 if (m_toggleClosedCaptionsButton && m_toggleClosedCaptionsButton->hitTest(point))
557 if (m_timeline && m_timeline->hitTest(point)
    [all...]
MediaControlElements.h 127 bool hitTest(const IntPoint& absPoint);
159 bool hitTest(const IntPoint& absPoint);
InlineBox.cpp 191 return renderer()->hitTest(request, result, IntPoint(x, y), tx, ty);
MediaControlElements.cpp 258 bool MediaControlVolumeSliderContainerElement::hitTest(const IntPoint& absPoint)
428 bool MediaControlInputElement::hitTest(const IntPoint& absPoint)
RenderLineBoxList.cpp 218 bool RenderLineBoxList::hitTest(RenderBoxModelObject* renderer, const HitTestRequest& request, HitTestResult& result, int x, int y, int tx, int ty, HitTestAction hitTestAction) const
RenderSlider.cpp 409 return sliderThumb->hitTest(evt->absoluteLocation());
  /external/webkit/WebCore/platform/
ScrollbarTheme.h 44 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&) { return NoPart; }
ScrollbarThemeComposite.h 37 virtual ScrollbarPart hitTest(Scrollbar*, const PlatformMouseEvent&);
Scrollbar.cpp 340 ScrollbarPart part = theme()->hitTest(this, evt);
386 setPressedPart(theme()->hitTest(this, evt));
ScrollbarThemeComposite.cpp 160 ScrollbarPart ScrollbarThemeComposite::hitTest(Scrollbar* scrollbar, const PlatformMouseEvent& evt)
  /external/webkit/WebKit/chromium/public/
WebAccessibilityObject.h 97 WebAccessibilityObject hitTest(const WebPoint&) const;
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 525 if (m_playPauseButton.hitTest(convertedPoint))
527 else if (m_exitFullscreenButton.hitTest(convertedPoint))
529 else if (m_volumeUpButton.hitTest(convertedPoint))
531 else if (m_volumeDownButton.hitTest(convertedPoint))
533 else if (m_volumeSlider.hitTest(convertedPoint)) {
537 } else if (m_timeSlider.hitTest(convertedPoint)) {
574 if (m_hitWidget == &m_playPauseButton && m_playPauseButton.hitTest(convertedPoint))
576 else if (m_hitWidget == &m_volumeUpButton && m_volumeUpButton.hitTest(convertedPoint)) {
579 } else if (m_hitWidget == &m_volumeDownButton && m_volumeDownButton.hitTest(convertedPoint)) {
584 else if (m_hitWidget == &m_exitFullscreenButton && m_exitFullscreenButton.hitTest(convertedPoint))
    [all...]
FullscreenVideoController.h 51 bool hitTest(const WebCore::IntPoint& point) const { return m_rect.contains(point); }
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp     [all...]
qwebframe_p.h 105 QWebHitTestResultPrivate(const WebCore::HitTestResult &hitTest);
  /external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm 164 for (NSView *hitView = [contentView hitTest:locationForHitTest]; hitView; hitView = [hitView superview]) {
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 323 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
383 NSView *targetView = [[mainFrame webView] hitTest:[event locationInWindow]];
441 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
471 NSView *subView = [[mainFrame webView] hitTest:[event locationInWindow]];
  /external/webkit/WebKit/chromium/src/
WebAccessibilityObject.cpp 306 WebAccessibilityObject WebAccessibilityObject::hitTest(const WebPoint& point) const
  /frameworks/base/core/java/android/webkit/
ViewManager.java 282 ChildView hitTest(int contentX, int contentY) {
  /external/webkit/WebCore/page/
EventHandler.cpp 509 m_frame->contentRenderer()->layer()->hitTest(request, result);
530 layer->hitTest(request, result);
764 HitTestResult hitTest = hitTestResultAtPoint(m_panScrollStartPos, true);
766 if (Node* nodeAtPoint = hitTest.innerNode())
809 m_frame->contentRenderer()->layer()->hitTest(HitTestRequest(hitType), result);
826 frame->contentRenderer()->layer()->hitTest(HitTestRequest(hitType), widgetHitTestResult);
    [all...]
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 225 NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil]];
458 NSView *view = [nodeView hitTest:[[nodeView superview] convertPoint:[currentNSEvent() locationInWindow] fromView:nil]];
  /external/webkit/WebKit/gtk/webkit/
webkitwebinspector.cpp 533 frame->contentRenderer()->layer()->hitTest(request, result);

Completed in 852 milliseconds

1 2