Home
last modified time | relevance | path

Searched refs:chatSize (Results 1 – 6 of 6) sorted by relevance

/dports/misc/orion/orion-1.6.7-12-gec8400c/src/qml/
H A DChatDrawer.qml17 property real chatSize: 330
21 Math.max(chatSize, parent.height - topbar.height - (parent.width * 0.5625))
23 width: orientation === Qt.Horizontal ? chatSize : parent.width
107 chatSize = w
/dports/net-im/licq-jabber/licq-f271d55/icq/src/
H A Dchat.cpp1567 unsigned long chatSize = 0; in ProcessRaw_v6() local
1576 chatSize = (u->chatQueue[2]) | in ProcessRaw_v6()
1581 if (u->chatQueue.size() < 6 + chatSize) return true; in ProcessRaw_v6()
1629 chatSize--; in ProcessRaw_v6()
1817 for (unsigned short i = 0; i < chatSize; i++) in ProcessRaw_v6()
/dports/net-im/licq-qt-gui/licq-f271d55/icq/src/
H A Dchat.cpp1567 unsigned long chatSize = 0; in ProcessRaw_v6() local
1576 chatSize = (u->chatQueue[2]) | in ProcessRaw_v6()
1581 if (u->chatQueue.size() < 6 + chatSize) return true; in ProcessRaw_v6()
1629 chatSize--; in ProcessRaw_v6()
1817 for (unsigned short i = 0; i < chatSize; i++) in ProcessRaw_v6()
/dports/net-im/licq-icq/licq-f271d55/icq/src/
H A Dchat.cpp1567 unsigned long chatSize = 0; in ProcessRaw_v6() local
1576 chatSize = (u->chatQueue[2]) | in ProcessRaw_v6()
1581 if (u->chatQueue.size() < 6 + chatSize) return true; in ProcessRaw_v6()
1629 chatSize--; in ProcessRaw_v6()
1817 for (unsigned short i = 0; i < chatSize; i++) in ProcessRaw_v6()
/dports/net-im/licq-osd/licq-f271d55/icq/src/
H A Dchat.cpp1567 unsigned long chatSize = 0; in ProcessRaw_v6() local
1576 chatSize = (u->chatQueue[2]) | in ProcessRaw_v6()
1581 if (u->chatQueue.size() < 6 + chatSize) return true; in ProcessRaw_v6()
1629 chatSize--; in ProcessRaw_v6()
1817 for (unsigned short i = 0; i < chatSize; i++) in ProcessRaw_v6()
/dports/net-im/licq/licq-f271d55/icq/src/
H A Dchat.cpp1567 unsigned long chatSize = 0; in ProcessRaw_v6() local
1576 chatSize = (u->chatQueue[2]) | in ProcessRaw_v6()
1581 if (u->chatQueue.size() < 6 + chatSize) return true; in ProcessRaw_v6()
1629 chatSize--; in ProcessRaw_v6()
1817 for (unsigned short i = 0; i < chatSize; i++) in ProcessRaw_v6()