Home
last modified time | relevance | path

Searched defs:tab_id (Results 1 – 6 of 6) sorted by relevance

/external/cronet/third_party/metrics_proto/ukm/
Dsource.proto104 optional int64 tab_id = 10; field
/external/python/cpython3/Lib/tkinter/
Dttk.py842 def forget(self, tab_id): argument
848 def hide(self, tab_id): argument
863 def index(self, tab_id): argument
878 def select(self, tab_id=None): argument
888 def tab(self, tab_id, option=None, **kw): argument
/external/python/cpython2/Lib/lib-tk/
Dttk.py845 def forget(self, tab_id): argument
851 def hide(self, tab_id): argument
866 def index(self, tab_id): argument
881 def select(self, tab_id=None): argument
891 def tab(self, tab_id, option=None, **kw): argument
/external/autotest/client/site_tests/power_LoadTest/extension/
Dtest.js204 function page_timestamps_new_record(tab_id, url, start) { argument
/external/cronet/third_party/metrics_proto/
Domnibox_event.proto32 optional int32 tab_id = 2; field
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp6141 ImGuiTabItem* ImGui::TabBarFindTabByID(ImGuiTabBar* tab_bar, ImGuiID tab_id) in TabBarFindTabByID()
6151 void ImGui::TabBarRemoveTab(ImGuiTabBar* tab_bar, ImGuiID tab_id) in TabBarRemoveTab()
6538 ImGuiID tab_id = TabBarCalcTabID(tab_bar, label); in SetTabItemClosed() local
6582 …b, ImGuiTabItemFlags flags, ImVec2 frame_padding, const char* label, ImGuiID tab_id, ImGuiID close… in TabItemLabelAndCloseButton()