Searched refs:MessagePumpInstrumentation (Results 1 – 2 of 2) sorted by relevance
61 class MessagePumpInstrumentation; variable118 WeakPtr<MessagePumpInstrumentation> instrumentation_;
134 class MessagePumpInstrumentation {140 static WeakPtr<MessagePumpInstrumentation> Create(143 MessagePumpInstrumentation* instrument =144 new MessagePumpInstrumentation(sampling_interval, sampling_duration);163 &MessagePumpInstrumentation::TimerFired,226 MessagePumpInstrumentation(const TimeDelta& sampling_interval,258 ~MessagePumpInstrumentation() {277 static_cast<MessagePumpInstrumentation*>(context)->TimerFired();310 WeakPtrFactory<MessagePumpInstrumentation> weak_ptr_factory_;343 DISALLOW_COPY_AND_ASSIGN(MessagePumpInstrumentation);[all …]