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

  /external/chromium_org/net/base/
net_log.h 135 EventPhase phase() const { return phase_; }
149 const EventPhase phase_; member in class:net::NetLog::Entry
net_log.cc 136 entry_dict->SetInteger("phase", static_cast<int>(phase_));
163 phase_(phase),
  /external/chromium_org/ui/base/events/
event.h 40 void set_phase(EventPhase phase) { event_->phase_ = phase; }
78 EventPhase phase() const { return phase_; }
239 EventPhase phase_; member in class:ui::Event
event.cc 141 // CHECK(phase_ != EP_PREDISPATCH && phase_ != EP_POSTDISPATCH);
149 // CHECK(phase_ != EP_PREDISPATCH && phase_ != EP_POSTDISPATCH);
165 phase_(EP_PREDISPATCH),
182 phase_(EP_PREDISPATCH),
212 phase_(EP_PREDISPATCH),
  /external/chromium_org/base/debug/
trace_event_impl.cc 290 phase_(TRACE_EVENT_PHASE_BEGIN),
315 phase_(phase),
386 phase_(other.phase_),
414 phase_ = other.phase_;
492 phase_,
516 if (phase_ == TRACE_EVENT_PHASE_INSTANT) {
    [all...]
trace_event_impl.h 136 char phase_; member in class:base::debug::TraceEvent
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 165 int phase_; member in class:cricket::AllocationSequence
712 phase_(0) {
794 << PHASE_NAMES[phase_];
796 switch (phase_) {
822 ++phase_;
    [all...]
  /external/stressapptest/src/
worker.cc     [all...]
worker.h 802 int phase_; member in class:MemoryRegionThread

Completed in 2597 milliseconds