Lines Matching refs:SQLTableDataItem
3392 class SQLTableDataItem(LineEditDataItem): class
3395 super(SQLTableDataItem, self).__init__(glb, label, placeholder_text, parent)
3633 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only branches with these commands will be included"…
3634 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only branches with these process IDs will be included",…
3635 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only branches with these thread IDs will be included", …
3636 …lambda g, p: SQLTableDataItem(g, "DSOs:", "Only branches with these DSOs will be included", "dsos"…
3637 …lambda g, p: SQLTableDataItem(g, "Symbols:", "Only branches with these symbols will be included", …
4174 …lambda g, p: SQLTableDataItem(g, "Commands:", "Only calls with these commands will be included", "…
4175 …lambda g, p: SQLTableDataItem(g, "PIDs:", "Only calls with these process IDs will be included", "t…
4176 …lambda g, p: SQLTableDataItem(g, "TIDs:", "Only calls with these thread IDs will be included", "th…
4177 …lambda g, p: SQLTableDataItem(g, "DSOs:", "Only calls with these DSOs will be included", "dsos", "…
4178 …lambda g, p: SQLTableDataItem(g, "Symbols:", "Only calls with these symbols will be included", "sy…