Home
last modified time | relevance | path

Searched refs:colContent (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/xul/tree/
H A DnsTreeColumns.cpp425 nsIContent* colContent = in EnsureColumns() local
427 if (!colContent) return; in EnsureColumns()
429 nsIFrame* colFrame = colContent->GetPrimaryFrame(); in EnsureColumns()
445 nsIContent* colContent = colFrame->GetContent(); in EnsureColumns() local
446 if (!colContent->IsXULElement(nsGkAtoms::treecol)) { in EnsureColumns()
450 nsTreeColumn* col = new nsTreeColumn(this, colContent->AsElement()); in EnsureColumns()
/dports/www/firefox/firefox-99.0/layout/xul/tree/
H A DnsTreeColumns.cpp425 nsIContent* colContent = in EnsureColumns() local
427 if (!colContent) return; in EnsureColumns()
429 nsIFrame* colFrame = colContent->GetPrimaryFrame(); in EnsureColumns()
445 nsIContent* colContent = colFrame->GetContent(); in EnsureColumns() local
446 if (!colContent->IsXULElement(nsGkAtoms::treecol)) { in EnsureColumns()
450 nsTreeColumn* col = new nsTreeColumn(this, colContent->AsElement()); in EnsureColumns()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/tree/
H A DnsTreeColumns.cpp425 nsIContent* colContent = in EnsureColumns() local
427 if (!colContent) return; in EnsureColumns()
429 nsIFrame* colFrame = colContent->GetPrimaryFrame(); in EnsureColumns()
445 nsIContent* colContent = colFrame->GetContent(); in EnsureColumns() local
446 if (!colContent->IsXULElement(nsGkAtoms::treecol)) { in EnsureColumns()
450 nsTreeColumn* col = new nsTreeColumn(this, colContent->AsElement()); in EnsureColumns()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/tree/
H A DnsTreeColumns.cpp436 nsIContent* colContent = in EnsureColumns() local
438 if (!colContent) return; in EnsureColumns()
440 nsIFrame* colFrame = colContent->GetPrimaryFrame(); in EnsureColumns()
453 nsIContent* colContent = colFrame->GetContent(); in EnsureColumns() local
455 if (colContent->NodeInfo()->Equals(nsGkAtoms::treecol, in EnsureColumns()
458 nsTreeColumn* col = new nsTreeColumn(this, colContent->AsElement()); in EnsureColumns()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/tree/
H A DnsTreeColumns.cpp629 nsIContent* colContent = in EnsureColumns() local
631 if (!colContent) return; in EnsureColumns()
633 nsIFrame* colFrame = colContent->GetPrimaryFrame(); in EnsureColumns()
646 nsIContent* colContent = colFrame->GetContent(); in EnsureColumns() local
648 if (colContent->NodeInfo()->Equals(nsGkAtoms::treecol, in EnsureColumns()
651 nsTreeColumn* col = new nsTreeColumn(this, colContent); in EnsureColumns()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/tree/
H A DnsTreeColumns.cpp722 nsIContent* colContent = in EnsureColumns() local
724 if (!colContent) in EnsureColumns()
727 nsIFrame* colFrame = colContent->GetPrimaryFrame(); in EnsureColumns()
743 nsIContent* colContent = colFrame->GetContent(); in EnsureColumns() local
745 if (colContent->NodeInfo()->Equals(nsGkAtoms::treecol, in EnsureColumns()
748 nsTreeColumn* col = new nsTreeColumn(this, colContent); in EnsureColumns()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp74 case colContent: in data()
100 case colContent: in headerData()
286 QModelIndex idx = sourceModel()->index(source_row, ExportObjectModel::colContent); in filterAcceptsRow()
H A Dexport_objects_model.h37 colContent, enumerator
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp74 case colContent: in data()
100 case colContent: in headerData()
286 QModelIndex idx = sourceModel()->index(source_row, ExportObjectModel::colContent); in filterAcceptsRow()
H A Dexport_objects_model.h37 colContent, enumerator
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp74 case colContent: in data()
100 case colContent: in headerData()
286 QModelIndex idx = sourceModel()->index(source_row, ExportObjectModel::colContent); in filterAcceptsRow()
H A Dexport_objects_model.h37 colContent, enumerator
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dexport_objects_model.cpp74 case colContent: in data()
100 case colContent: in headerData()
286 QModelIndex idx = sourceModel()->index(source_row, ExportObjectModel::colContent); in filterAcceptsRow()
H A Dexport_objects_model.h37 colContent, enumerator
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dexport_object_dialog.cpp100 … QString mime_type = sibl.sibling(current.row(), ExportObjectModel::colContent).data().toString(); in currentHasChanged()
130 QModelIndex idx = model_.index(row, ExportObjectModel::colContent); in modelDataChanged()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dexport_object_dialog.cpp100 … QString mime_type = sibl.sibling(current.row(), ExportObjectModel::colContent).data().toString(); in currentHasChanged()
130 QModelIndex idx = model_.index(row, ExportObjectModel::colContent); in modelDataChanged()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dexport_object_dialog.cpp100 … QString mime_type = sibl.sibling(current.row(), ExportObjectModel::colContent).data().toString(); in currentHasChanged()
130 QModelIndex idx = model_.index(row, ExportObjectModel::colContent); in modelDataChanged()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dexport_object_dialog.cpp100 … QString mime_type = sibl.sibling(current.row(), ExportObjectModel::colContent).data().toString(); in currentHasChanged()
130 QModelIndex idx = model_.index(row, ExportObjectModel::colContent); in modelDataChanged()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsPresShell.cpp8816 nsCOMPtr<nsIContent> colContent(do_QueryInterface(colElement)); in GetCurrentItemAndPositionForElement() local
8817 if (colContent) { in GetCurrentItemAndPositionForElement()
8818 nsIFrame* frame = colContent->GetPrimaryFrame(); in GetCurrentItemAndPositionForElement()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DPresShell.cpp7906 nsCOMPtr<nsIContent> colContent(do_QueryInterface(colElement)); in GetCurrentItemAndPositionForElement() local
7907 if (colContent) { in GetCurrentItemAndPositionForElement()
7908 nsIFrame* frame = colContent->GetPrimaryFrame(); in GetCurrentItemAndPositionForElement()