Searched refs:on_top (Results 1 – 10 of 10) sorted by relevance
124 virtual void SetAlwaysOnTop(bool on_top) = 0;
197 void CefWindowImpl::SetAlwaysOnTop(bool on_top) { in SetAlwaysOnTop() argument199 if (widget_ && on_top != (widget_->GetZOrderLevel() == in SetAlwaysOnTop()201 widget_->SetZOrderLevel(on_top ? ui::ZOrderLevel::kFloatingWindow in SetAlwaysOnTop()
49 void SetAlwaysOnTop(bool on_top) override;
117 void(CEF_CALLBACK* set_always_on_top)(struct _cef_window_t* self, int on_top);
46 void SetAlwaysOnTop(bool on_top) override;
178 NO_SANITIZE("cfi-icall") void CefWindowCToCpp::SetAlwaysOnTop(bool on_top) { in SetAlwaysOnTop() argument188 _struct->set_always_on_top(_struct, on_top); in SetAlwaysOnTop()
256 Py_ssize_t on_top; member5696 Py_ssize_t pops = pc->on_top + PyList_GET_SIZE(pc->stores); in jump_to_fail_pop()5752 ADDOP_I(c, ROT_N, pc->on_top + PyList_GET_SIZE(pc->stores) + 1); in pattern_helper_store_name()5792 pc->on_top += size; in pattern_helper_sequence_unpack()5795 pc->on_top--; in pattern_helper_sequence_unpack()5810 pc->on_top++; in pattern_helper_sequence_subscr()5836 pc->on_top--; in pattern_helper_sequence_subscr()5869 pc->on_top++; in compiler_pattern_as()5873 pc->on_top--; in compiler_pattern_as()5946 pc->on_top++; in compiler_pattern_class()[all …]
117 void SetAlwaysOnTop(bool on_top);
229 void ViewsWindow::SetAlwaysOnTop(bool on_top) { in SetAlwaysOnTop() argument232 window_->SetAlwaysOnTop(on_top); in SetAlwaysOnTop()
187 int on_top) { in window_set_always_on_top() argument197 CefWindowCppToC::Get(self)->SetAlwaysOnTop(on_top ? true : false); in window_set_always_on_top()