Searched defs:tab_id (Results 1 – 6 of 6) sorted by relevance
| /external/cronet/third_party/metrics_proto/ukm/ |
| D | source.proto | 104 optional int64 tab_id = 10; field
|
| /external/python/cpython3/Lib/tkinter/ |
| D | ttk.py | 842 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/ |
| D | ttk.py | 845 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/ |
| D | test.js | 204 function page_timestamps_new_record(tab_id, url, start) { argument
|
| /external/cronet/third_party/metrics_proto/ |
| D | omnibox_event.proto | 32 optional int32 tab_id = 2; field
|
| /external/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 6141 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()
|