Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/input/
H A Dinput_handler.cc14 : type(kUnhandled), in InputHandlerPointerResult()
H A Dinput_handler.h41 enum PointerResultType { kUnhandled = 0, kScrollbarScroll }; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/
H A Daw_render_process_gone_delegate.h17 enum class RenderProcessGoneResult { kHandled, kUnhandled, kException }; enumerator
H A Daw_browser_terminator.cc77 case AwRenderProcessGoneDelegate::RenderProcessGoneResult::kUnhandled: in OnRenderProcessGone()
H A Daw_contents.cc1621 : RenderProcessGoneResult::kUnhandled; in OnRenderProcessGone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/
H A Dchrome_command_dispatcher_delegate.mm71 return ui::PerformKeyEquivalentResult::kUnhandled;
116 return ui::PerformKeyEquivalentResult::kUnhandled;
156 return ui::PerformKeyEquivalentResult::kUnhandled;
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/input/
H A Dinput_handler.h41 enum class PointerResultType { kUnhandled = 0, kScrollbarScroll }; enumerator
56 PointerResultType type = PointerResultType::kUnhandled;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/cocoa/
H A Dcommand_dispatcher.h80 kUnhandled, enumerator
H A Dcommand_dispatcher.mm95 // == ui::PerformKeyEquivalentResult::kUnhandled;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/cocoa/
H A Dcommand_dispatcher.h80 kUnhandled, enumerator
H A Dcommand_dispatcher.mm97 // == ui::PerformKeyEquivalentResult::kUnhandled;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/input/
H A Dinput_handler_proxy_unittest.cc1912 pointer_down_result.type = cc::PointerResultType::kUnhandled; in TEST_P()
3417 pointer_down_result.type = cc::PointerResultType::kUnhandled; in TEST_P()
3469 pointer_down_result.type = cc::PointerResultType::kUnhandled; in TEST_P()
3526 pointer_down_result.type = cc::PointerResultType::kUnhandled; in TEST_P()
3558 pointer_up_result.type = cc::PointerResultType::kUnhandled; in TEST_P()
3585 pointer_down_result.type = cc::PointerResultType::kUnhandled; in TEST_P()