Home
last modified time | relevance | path

Searched refs:kCursorClientKey (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/client/
H A Dcursor_client.cc16 DEFINE_UI_CLASS_PROPERTY_KEY(CursorClient*, kCursorClientKey, nullptr) in DEFINE_UI_CLASS_PROPERTY_KEY() argument
19 window->SetProperty(kCursorClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
23 return window->GetProperty(kCursorClientKey); in GetCursorClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/client/
H A Dcursor_client.cc16 DEFINE_UI_CLASS_PROPERTY_KEY(CursorClient*, kCursorClientKey, nullptr) in DEFINE_UI_CLASS_PROPERTY_KEY() argument
19 window->SetProperty(kCursorClientKey, client); in DEFINE_UI_CLASS_PROPERTY_KEY()
23 return window->GetProperty(kCursorClientKey); in GetCursorClient()