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

  /external/clang/lib/Driver/
Driver.cpp 121 // affect the phase, starting with the earliest phases, and record which
122 // option we used to determine the final phase.
919 // FIXME: Clean this up if we move the phase sequence into the type.
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 166 enum Phase {
180 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifiers, double timestamp);
189 Phase phase() const { return static_cast<Phase>(m_phase); } function in class:WebKit::WebWheelEvent
190 Phase momentumPhase() const { return static_cast<Phase>(m_momentumPhase); }
206 uint32_t m_phase; // Phase
    [all...]

Completed in 52 milliseconds