Searched refs:AutocompletePopupViewGtk (Results 1 – 4 of 4) sorted by relevance
29 class AutocompletePopupViewGtk : public AutocompletePopupView,32 AutocompletePopupViewGtk(const gfx::Font& font,37 ~AutocompletePopupViewGtk();80 return reinterpret_cast<AutocompletePopupViewGtk*>(userdata)-> in HandleExposeThunk()87 return reinterpret_cast<AutocompletePopupViewGtk*>(userdata)-> in HandleMotionThunk()95 return reinterpret_cast<AutocompletePopupViewGtk*>(userdata)-> in HandleButtonPressThunk()103 return reinterpret_cast<AutocompletePopupViewGtk*>(userdata)-> in HandleButtonReleaseThunk()154 DISALLOW_COPY_AND_ASSIGN(AutocompletePopupViewGtk);
176 void AutocompletePopupViewGtk::SetupLayoutForMatch( in SetupLayoutForMatch()269 AutocompletePopupViewGtk::AutocompletePopupViewGtk( in AutocompletePopupViewGtk() function in AutocompletePopupViewGtk332 AutocompletePopupViewGtk::~AutocompletePopupViewGtk() { in ~AutocompletePopupViewGtk()344 bool AutocompletePopupViewGtk::IsOpen() const { in IsOpen()348 void AutocompletePopupViewGtk::InvalidateLine(size_t line) { in InvalidateLine()356 void AutocompletePopupViewGtk::UpdatePopupAppearance() { in UpdatePopupAppearance()367 gfx::Rect AutocompletePopupViewGtk::GetTargetBounds() { in GetTargetBounds()383 void AutocompletePopupViewGtk::PaintUpdatesNow() { in PaintUpdatesNow()388 void AutocompletePopupViewGtk::OnDragCanceled() { in OnDragCanceled()392 void AutocompletePopupViewGtk::Observe(NotificationType type, in Observe()[all …]
54 AutocompletePopupViewGtk::SetupLayoutForMatch(layout_, in SetupLayoutForMatch()
209 new AutocompletePopupViewGtk in AutocompleteEditViewGtk()