Home | History | Annotate | Download | only in ibus

Lines Matching defs:IBusText

20 // The IBusText is one of IBusObjects and it contains IBusAttrList object which
56 // IBusText: (signature is "sv")
58 // string "IBusText"
77 class IBusText;
79 // Pops a IBusText from |reader|.
82 IBusText* ibus_text);
83 // Pops a IBusText from |reader| and stores it's text field into text. Use
84 // PopIBusText instead in the case of using any attribute entries in IBusText.
88 // Appends a IBusText to |writer|. Annotation and description field is not
91 void CHROMEOS_EXPORT AppendIBusText(const IBusText& ibus_text,
94 // Appends a string to |writer| as IBusText without any attributes. Use
100 // Handles IBusText object which is used in dbus communication with ibus-daemon.
119 class CHROMEOS_EXPORT IBusText {
139 IBusText();
140 virtual ~IBusText();
175 void CopyFrom(const IBusText& obj);
185 DISALLOW_COPY_AND_ASSIGN(IBusText);