Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:text_buffer_

284   // |text_buffer_| as the owner, so that this doesn't remove the selection on
297 // Get ready to update |text_buffer_|'s highlighting without making changes to
298 // the PRIMARY selection. Removes the clipboard from |text_buffer_| and
302 // Finish updating |text_buffer_|'s highlighting such that future changes will
343 // and |text_buffer_|'s content, to make sure the real text justification is
347 // Get the text direction of |text_buffer_|'s content, by searching the first
357 // Retrieves the first and last iterators in the |text_buffer_|, but excludes
361 // Validates an iterator in the |text_buffer_|, to make sure it doesn't go
383 GtkTextBuffer* text_buffer_;
393 // child anchor in the |text_buffer_| object.
439 // IDs of the signal handlers for "mark-set" on |text_buffer_|.