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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
g_object_destructor_filo.cc 14 GObjectDestructorFILO::GObjectDestructorFILO() {
17 GObjectDestructorFILO::~GObjectDestructorFILO() {
23 GObjectDestructorFILO* GObjectDestructorFILO::GetInstance() {
24 return Singleton<GObjectDestructorFILO>::get();
27 void GObjectDestructorFILO::Connect(
39 void GObjectDestructorFILO::Disconnect(
73 void GObjectDestructorFILO::WeakNotify(GObject* where_the_object_was)
    [all...]
g_object_destructor_filo.h 37 // ui::GObjectDestructorFILO::GetInstance()->Connect(
42 // ui::GObjectDestructorFILO::GetInstance()->Disconnect(
50 class GObjectDestructorFILO {
54 static GObjectDestructorFILO* GetInstance();
73 GObjectDestructorFILO();
74 ~GObjectDestructorFILO();
75 friend struct DefaultSingletonTraits<GObjectDestructorFILO>;
79 reinterpret_cast<GObjectDestructorFILO*>(data)->WeakNotify(
85 DISALLOW_COPY_AND_ASSIGN(GObjectDestructorFILO);
gtk2_signal_registrar.cc 21 GObjectDestructorFILO::GetInstance()->Disconnect(
56 GObjectDestructorFILO::GetInstance()->Connect(
87 GObjectDestructorFILO::GetInstance()->Disconnect(

Completed in 2163 milliseconds