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

  /external/chromium_org/ui/base/gtk/
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 38 // ui::GObjectDestructorFILO::GetInstance()->Connect(
43 // ui::GObjectDestructorFILO::GetInstance()->Disconnect(
51 class UI_EXPORT GObjectDestructorFILO {
55 static GObjectDestructorFILO* GetInstance();
74 GObjectDestructorFILO();
75 ~GObjectDestructorFILO();
76 friend struct DefaultSingletonTraits<GObjectDestructorFILO>;
80 reinterpret_cast<GObjectDestructorFILO*>(data)->WeakNotify(
86 DISALLOW_COPY_AND_ASSIGN(GObjectDestructorFILO);

Completed in 93 milliseconds