Home
last modified time | relevance | path

Searched refs:IsIgnoredForHitTest (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_remote_frame_impl.cc318 bool WebRemoteFrameImpl::IsIgnoredForHitTest() const { in IsIgnoredForHitTest() function in blink::WebRemoteFrameImpl
319 return GetFrame()->IsIgnoredForHitTest(); in IsIgnoredForHitTest()
H A Dweb_remote_frame_impl.h97 bool IsIgnoredForHitTest() const override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dremote_frame.cc309 IsIgnoredForHitTest()); in DidChangeVisibleToHitTesting()
618 bool RemoteFrame::IsIgnoredForHitTest() const { in IsIgnoredForHitTest() function in blink::RemoteFrame
638 IsIgnoredForHitTest()); in SetCcLayer()
H A Dremote_frame.h84 bool IsIgnoredForHitTest() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/web/
H A Dweb_remote_frame.h134 virtual bool IsIgnoredForHitTest() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dweb_remote_frame_impl.cc336 bool WebRemoteFrameImpl::IsIgnoredForHitTest() const { in IsIgnoredForHitTest() function in blink::WebRemoteFrameImpl
337 return GetFrame()->IsIgnoredForHitTest(); in IsIgnoredForHitTest()
H A Dremote_frame.cc393 IsIgnoredForHitTest()); in DidChangeVisibleToHitTesting()
768 bool RemoteFrame::IsIgnoredForHitTest() const { in IsIgnoredForHitTest() function in blink::RemoteFrame
788 IsIgnoredForHitTest()); in SetCcLayer()
H A Dweb_remote_frame_impl.h108 bool IsIgnoredForHitTest() const override;
H A Dremote_frame.h110 bool IsIgnoredForHitTest() const;
H A Dweb_frame_widget_base.cc153 if (remote_frame->IsIgnoredForHitTest()) in GetRemoteFrameSinkId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/web/
H A Dweb_remote_frame.h148 virtual bool IsIgnoredForHitTest() const = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/input/
H A Drender_widget_input_handler.cc189 if (remote_frame->IsIgnoredForHitTest() || !result.ContentBoxContainsPoint()) in GetRemoteFrameSinkId()