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

  /external/lldb/source/Breakpoint/
WatchpointOptions.cpp 75 WatchpointHitCallback orig_callback = orig.m_callback; local
82 orig.SetCallback (orig_callback, orig_callback_baton_sp, orig_is_sync);
BreakpointOptions.cpp 90 BreakpointHitCallback orig_callback = orig.m_callback; local
97 orig.SetCallback (orig_callback, orig_callback_baton_sp, orig_is_sync);
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 358 const Callback& orig_callback, bool allow) {
363 ScheduleNotification(orig_callback, false);
369 orig_callback);
download_request_limiter.h 229 const Callback& orig_callback,

Completed in 344 milliseconds