Home
last modified time | relevance | path

Searched refs:strikethrough_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_gtk.cc1865 if (strikethrough_.cp_min >= strikethrough_.cp_max) in HandleExposeEvent()
1872 ItersFromCharRange(strikethrough_, &iter_min, &iter_max); in HandleExposeEvent()
2009 strikethrough_ = CharRange(); in EmphasizeURLComponents()
2045 strikethrough_ = CharRange(); in EmphasizeURLComponents()
2054 strikethrough_ = scheme_range; in EmphasizeURLComponents()
2057 strikethrough_.cp_max--; in EmphasizeURLComponents()
Dautocomplete_edit_view_gtk.h504 CharRange strikethrough_; variable