Home
last modified time | relevance | path

Searched refs:eventTap_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
Dbase_bubble_controller.mm166 if (eventTap_) {
167 [NSEvent removeMonitor:eventTap_];
168 eventTap_ = nil;
210 // The eventTap_ catches clicks within the application that are outside the
212 eventTap_ = [NSEvent
Dbase_bubble_controller.h35 id eventTap_; variable