Searched refs:text_buffer_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk_unittest.cc55 text_buffer_ = view_->text_buffer_;
69 GtkTextBuffer* text_buffer_; member in class:OmniboxViewGtkTest
82 gtk_text_buffer_get_iter_at_offset(text_buffer_, &i, 0);
83 gtk_text_buffer_insert(text_buffer_, &i, input, strlen(input));
93 gtk_text_buffer_get_iter_at_offset(text_buffer_, &i, 0);
94 gtk_text_buffer_insert(text_buffer_, &i, input, strlen(input));
H A Domnibox_view_gtk.cc189 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_), kOmniboxViewGtkKey, 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...]
H A Domnibox_view_gtk.h224 // |text_buffer_| as the owner, so that this doesn't remove the selection on
237 // Get ready to update |text_buffer_|'s highlighting without making changes to
238 // the PRIMARY selection. Removes the clipboard from |text_buffer_| and
242 // Finish updating |text_buffer_|'s highlighting such that future changes will
271 // and |text_buffer_|'s content, to make sure the real text justification is
275 // Get the text direction of |text_buffer_|'s content, by searching the first
285 // Retrieves the first and last iterators in the |text_buffer_|, but excludes
289 // Validates an iterator in the |text_buffer_|, to make sure it doesn't go
311 GtkTextBuffer* text_buffer_; member in class:OmniboxViewGtk
321 // child anchor in the |text_buffer_| objec
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc166 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...]
H A Dautocomplete_edit_view_gtk.h284 // |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_| objec
[all...]

Completed in 220 milliseconds