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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
g_object_destructor_filo.h 22 // (set up at different levels of class hierarchy) and the lowest hook (set up
59 struct Hook {
60 Hook(GObject* o, DestructorHook cb, void* ctx)
70 typedef std::list<Hook> HandlerList;
  /art/runtime/
common_runtime_test.cc 365 vm_->check_jni_abort_hook = Hook;
382 void CheckJniAbortCatcher::Hook(void* data, const std::string& reason) {

Completed in 54 milliseconds