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

  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.h 23 // the HungWindowNotification interface. Currently this class only supports
32 class HungWindowNotification {
52 explicit HungWindowDetector(HungWindowNotification* notification);
71 // If so, it invokes the HungWindowNotification interface implementation
76 // Pointer to the HungWindowNotification callback interface. This class does
79 HungWindowNotification* notification_;
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.h 22 // the HungWindowNotification interface. Currently this class only supports
31 class HungWindowNotification {
50 explicit HungWindowDetector(HungWindowNotification* notification);
69 // If so, it invokes the HungWindowNotification interface implementation
74 // Pointer to the HungWindowNotification callback interface. This class does
77 HungWindowNotification* notification_;

Completed in 1663 milliseconds