HomeSort by relevance Sort by last modified time
    Searched refs:text_buffer_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 166 text_buffer_(NULL),
228 g_object_unref(text_buffer_);
248 text_buffer_ = gtk_text_buffer_new(tag_table_);
249 g_object_set_data(G_OBJECT(text_buffer_), kAutocompleteEditViewGtkKey, this);
254 g_signal_connect(text_buffer_, "delete-range",
256 g_signal_connect(text_buffer_, "mark-set",
259 text_view_ = gtk_undo_view_new(text_buffer_);
264 // language direction is LTR but |text_buffer_|'s content direction is RTL.
279 faded_text_tag_ = gtk_text_buffer_create_tag(text_buffer_,
281 secure_scheme_tag_ = gtk_text_buffer_create_tag(text_buffer_,
    [all...]
autocomplete_edit_view_gtk.h 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_; member in class:AutocompleteEditViewGtk
393 // child anchor in the |text_buffer_| object
    [all...]

Completed in 28 milliseconds