Home
last modified time | relevance | path

Searched refs:top_view (Results 1 – 25 of 73) sorted by relevance

123

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dfilter_sub_source.cc85 auto tss = top_view->get_sub_source(); in list_input_handle_key()
166 top_view); in list_input_handle_key()
201 top_view); in list_input_handle_key()
230 top_view); in list_input_handle_key()
281 text_sub_source *tss = top_view->get_sub_source(); in text_line_width()
297 text_sub_source *tss = top_view->get_sub_source(); in text_value_for_line()
335 text_sub_source *tss = top_view->get_sub_source(); in text_attrs_for_line()
377 text_sub_source *tss = top_view->get_sub_source(); in text_size_for_line()
426 top_view->set_needs_update(); in rl_change()
459 top_view->set_needs_update(); in rl_change()
[all …]
H A Dstate-extension-functions.cc81 auto top_view = top_view_opt.value(); in sql_lnav_top_file() local
82 return top_view->map_top_row([](const auto& al) { in sql_lnav_top_file()
H A Dfiles_sub_source.cc138 auto top_view = *lnav_data.ld_view_stack.top(); in list_input_handle_key() local
139 auto tss = top_view->get_sub_source(); in list_input_handle_key()
143 top_view->reload_data(); in list_input_handle_key()
/dports/www/netsurf/netsurf-3.10/frontends/beos/
H A Dscaffolding.cpp101 NSBaseView *top_view; member
821 g->top_view->SetViewColor(c); in nsbeos_scaffolding_update_colors()
843 g->top_view->UnlockLooper(); in nsbeos_scaffolding_update_colors()
1382 g->top_view->UnlockLooper(); in nsbeos_window_update_back_forward()
1401 g->top_view->UnlockLooper(); in nsbeos_throb()
1435 return scaffold->top_view; in nsbeos_get_baseview_for_scaffolding()
1454 if (g->top_view->Looper() && !g->top_view->LockLooper()) in nsbeos_attach_toplevel_view()
1573 if (g->top_view->Looper()) in nsbeos_attach_toplevel_view()
2263 g->top_view->UnlockLooper(); in gui_window_set_title()
2285 g->top_view->UnlockLooper(); in gui_window_set_status()
[all …]
/dports/www/elinks/elinks-0.11.7/src/ecmascript/spidermonkey/
H A Dwindow.c208 struct document_view *top_view = doc_view->session->doc_view; in window_get_property() local
211 assert(top_view && top_view->vs); in window_get_property()
212 if (top_view->vs->ecmascript_fragile) in window_get_property()
213 ecmascript_reset_state(top_view->vs); in window_get_property()
214 if (!top_view->vs->ecmascript) in window_get_property()
216 newjsframe = JS_GetGlobalObject(top_view->vs->ecmascript->backend_data); in window_get_property()
224 if (compare_uri(vs->uri, top_view->vs->uri, URI_HOST)) in window_get_property()
/dports/x11-wm/phoc/phoc-f26fa0123742ba95d303ad552fc1f8d2d0117288/src/
H A Dview.c828 struct roots_view *top_view = wl_container_of(view->desktop->views.next, view, link); in view_map() local
829 while (top_view) { in view_map()
830 view_damage_whole(top_view); in view_map()
831 top_view = top_view->parent; in view_map()
867 struct roots_view *top_view = wl_container_of(view->desktop->views.next, view, link); in view_unmap() local
868 while (top_view) { in view_unmap()
869 view_damage_whole(top_view); in view_unmap()
870 top_view = top_view->parent; in view_unmap()
H A Ddesktop.c274 struct roots_view *top_view = wl_container_of (desktop->views.next, view, link); in phoc_desktop_view_is_visible() local
280 if (view->type == ROOTS_XWAYLAND_VIEW && top_view->type == ROOTS_XWAYLAND_VIEW) { in phoc_desktop_view_is_visible()
285 struct roots_view *v = top_view; in phoc_desktop_view_is_visible()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dcursor_manager_unittest.cc30 MockRenderWidgetHostViewForCursors(RenderWidgetHost* host, bool top_view) in MockRenderWidgetHostViewForCursors() argument
32 if (top_view) in MockRenderWidgetHostViewForCursors()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Dcursor_manager_unittest.cc33 MockRenderWidgetHostViewForCursors(RenderWidgetHost* host, bool top_view) in MockRenderWidgetHostViewForCursors() argument
35 if (top_view) in MockRenderWidgetHostViewForCursors()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Derror_handler.h205 View_error_handler(TABLE_LIST *top_view) : m_top_view(top_view) {} in View_error_handler() argument
H A Dsql_view.cc1072 TABLE_LIST *const top_view = view_ref->top_table(); in open_and_read_view() local
1104 my_error(ER_VIEW_RECURSIVE, MYF(0), top_view->view_db.str, in open_and_read_view()
1105 top_view->view_name.str); in open_and_read_view()
1189 TABLE_LIST *const top_view = view_ref->top_table(); in parse_view_definition() local
1406 tbl->belong_to_view = top_view; in parse_view_definition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dview_unittest.cc2856 TestView top_view; in TEST_F() local
2859 top_view.SetBoundsRect(gfx::Rect(0, 0, 100, 100)); in TEST_F()
2860 top_view.scheduled_paint_rects_.clear(); in TEST_F()
2862 top_view.AddChildView(child_view); in TEST_F()
2864 top_view.scheduled_paint_rects_.clear(); in TEST_F()
2870 paint_rect.Union(top_view.scheduled_paint_rects_[1]); in TEST_F()
2944 TestView top_view; in TEST_F() local
2953 top_view.AddChildView(child); in TEST_F()
2956 top_view.SetBoundsRect(gfx::Rect(0, 0, 1000, 1000)); in TEST_F()
2968 top_view.AddChildView(child_2); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dview_unittest.cc2797 TestView top_view; in TEST_F() local
2800 top_view.SetBoundsRect(gfx::Rect(0, 0, 100, 100)); in TEST_F()
2801 top_view.scheduled_paint_rects_.clear(); in TEST_F()
2803 top_view.AddChildView(child_view); in TEST_F()
2805 top_view.scheduled_paint_rects_.clear(); in TEST_F()
2811 paint_rect.Union(top_view.scheduled_paint_rects_[1]); in TEST_F()
2884 TestView top_view; in TEST_F() local
2893 top_view.AddChildView(child); in TEST_F()
2896 top_view.SetBoundsRect(gfx::Rect(0, 0, 1000, 1000)); in TEST_F()
2908 top_view.AddChildView(child_2); in TEST_F()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_view.cc1165 TABLE_LIST *const top_view= view_ref->top_table(); in open_and_read_view() local
1208 top_view->view_db.str, top_view->view_name.str); in open_and_read_view()
1279 TABLE_LIST *const top_view= view_ref->top_table(); in parse_view_definition() local
1486 tbl->belong_to_view= top_view; in parse_view_definition()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_view.cc1165 TABLE_LIST *const top_view= view_ref->top_table(); in open_and_read_view() local
1208 top_view->view_db.str, top_view->view_name.str); in open_and_read_view()
1279 TABLE_LIST *const top_view= view_ref->top_table(); in parse_view_definition() local
1486 tbl->belong_to_view= top_view; in parse_view_definition()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_view.cc1165 TABLE_LIST *const top_view= view_ref->top_table(); in open_and_read_view() local
1208 top_view->view_db.str, top_view->view_name.str); in open_and_read_view()
1279 TABLE_LIST *const top_view= view_ref->top_table(); in parse_view_definition() local
1486 tbl->belong_to_view= top_view; in parse_view_definition()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_view.cc1165 TABLE_LIST *const top_view= view_ref->top_table(); in open_and_read_view() local
1208 top_view->view_db.str, top_view->view_name.str); in open_and_read_view()
1279 TABLE_LIST *const top_view= view_ref->top_table(); in parse_view_definition() local
1485 tbl->belong_to_view= top_view; in parse_view_definition()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_view.cc1165 TABLE_LIST *const top_view= view_ref->top_table(); in open_and_read_view() local
1208 top_view->view_db.str, top_view->view_name.str); in open_and_read_view()
1279 TABLE_LIST *const top_view= view_ref->top_table(); in parse_view_definition() local
1486 tbl->belong_to_view= top_view; in parse_view_definition()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_view.cc1073 TABLE_LIST *top_view= table->top_table(); in mysql_make_view() local
1123 top_view->view_db.str, top_view->view_name.str); in mysql_make_view()
1362 tbl->belong_to_view= top_view; in mysql_make_view()
1541 tbl->grant.want_privilege= top_view->grant.orig_want_privilege; in mysql_make_view()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_view.cc1161 TABLE_LIST *top_view= table->top_table(); in mysql_make_view() local
1224 top_view->view_db.str, top_view->view_name.str); in mysql_make_view()
1483 tbl->belong_to_view= top_view; in mysql_make_view()
1663 tbl->grant.want_privilege= top_view->grant.orig_want_privilege; in mysql_make_view()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_view.cc1161 TABLE_LIST *top_view= table->top_table(); in mysql_make_view() local
1224 top_view->view_db.str, top_view->view_name.str); in mysql_make_view()
1483 tbl->belong_to_view= top_view; in mysql_make_view()
1663 tbl->grant.want_privilege= top_view->grant.orig_want_privilege; in mysql_make_view()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_view.cc1170 TABLE_LIST *const top_view= view_ref->top_table(); in open_and_read_view() local
1213 top_view->view_db.str, top_view->view_name.str); in open_and_read_view()
1284 TABLE_LIST *const top_view= view_ref->top_table(); in parse_view_definition() local
1490 tbl->belong_to_view= top_view; in parse_view_definition()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_view.cc1161 TABLE_LIST *top_view= table->top_table(); in mysql_make_view() local
1224 top_view->view_db.str, top_view->view_name.str); in mysql_make_view()
1483 tbl->belong_to_view= top_view; in mysql_make_view()
1663 tbl->grant.want_privilege= top_view->grant.orig_want_privilege; in mysql_make_view()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_view.cc1165 TABLE_LIST *top_view= table->top_table(); in mysql_make_view() local
1228 top_view->view_db.str, top_view->view_name.str); in mysql_make_view()
1487 tbl->belong_to_view= top_view; in mysql_make_view()
1667 tbl->grant.want_privilege= top_view->grant.orig_want_privilege; in mysql_make_view()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_view.cc1161 TABLE_LIST *top_view= table->top_table(); in mysql_make_view() local
1224 top_view->view_db.str, top_view->view_name.str); in mysql_make_view()
1483 tbl->belong_to_view= top_view; in mysql_make_view()
1663 tbl->grant.want_privilege= top_view->grant.orig_want_privilege; in mysql_make_view()

123