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

  /external/chromium_org/base/mac/
sdk_forward_declarations.h 27 typedef NSUInteger NSEventPhase;
47 - (NSEventPhase)momentumPhase;
48 - (NSEventPhase)phase;
55 NSEventPhase phase,
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 49 typedef NSUInteger NSEventPhase;
52 - (NSEventPhase)phase;
53 - (NSEventPhase)momentumPhase;
945 static WebMouseWheelEvent::Phase phaseForNSEventPhase(NSEventPhase eventPhase)
968 NSEventPhase eventPhase = [event phase];
977 NSEventPhase eventMomentumPhase = [event momentumPhase];
    [all...]

Completed in 370 milliseconds