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.mm191 if (eventTap_) {
192 [NSEvent removeMonitor:eventTap_];
193 eventTap_ = nil;
291 // The eventTap_ catches clicks within the application that are outside the
293 eventTap_ = [NSEvent
Dbase_bubble_controller.h40 id eventTap_; variable