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

  /external/chromium_org/ui/base/gtk/
g_object_destructor_filo.h 23 // (set up at different levels of class hierarchy) and the lowest hook (set up
60 struct Hook {
61 Hook(GObject* o, DestructorHook cb, void* ctx)
71 typedef std::list<Hook> HandlerList;
g_object_destructor_filo.cc 29 const Hook hook(object, callback, context);
33 handler_map_[object].push_front(hook);
35 iter->second.push_front(hook);
43 LOG(DFATAL) << "Unable to disconnect destructor hook for object " << object
44 << ": hook not found (" << callback << ", " << context << ").";
58 << "deleted hook is "<< context << ", the last queued hook is "
  /external/chromium_org/tools/memory_watcher/
memory_watcher.h 60 // Hook the memory hooks.
61 void Hook();
memory_hook.h 121 // Access the global hook. For internal use only from static "C"
123 static MemoryHook* hook() { return global_hook_; } function in class:MemoryHook
136 static bool Hook();
memory_watcher.cc 37 Hook();
50 void MemoryWatcher::Hook() {
memory_hook.cc 7 // Some notes about how to hook Memory Allocation Routines in Windows.
9 // For our purposes we do not hook the libc routines. There are two
12 // Second, it can be tricky to hook in both static and dynamic linkages
102 // Constructor. Does not hook the function yet.
197 MemoryHook::hook()->OnTrack(hHeap, reinterpret_cast<int32>(rv), dwBytes);
208 MemoryHook::hook()->OnUntrack(hHeap, reinterpret_cast<int32>(lpMem), size);
257 MemoryHook::hook()->OnTrack(0, reinterpret_cast<int32>(result), size);
272 MemoryHook::hook()->OnUntrack(0, reinterpret_cast<int32>(address),
299 MemoryHook::hook()->OnTrack(0, reinterpret_cast<int32>(result),
334 MemoryHook::hook()->OnUntrack(0, reinterpret_cast<int32>(lpBaseAddress)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dnsview.js 27 // Hook up the UI components.
proxyview.js 28 // Hook up the UI components.
  /art/runtime/
common_test.h 535 // Sets a CheckJni abort hook to catch failures. Note that this will cause CheckJNI to carry on
540 vm_->check_jni_abort_hook = Hook;
558 static void Hook(void* data, const std::string& reason) {
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 126 // Hook up the configure commands link to the overlay.
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 360 /* Hook construction of chrome://theme URLs */
  /external/chromium_org/tools/traceline/svgui/
traceline.js 372 // Hook us up to repaint on scrolls.
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1260 milliseconds