Home
last modified time | relevance | path

Searched refs:MessagePumpInstrumentation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/message_loop/
Dmessage_pump_mac.h61 class MessagePumpInstrumentation; variable
118 WeakPtr<MessagePumpInstrumentation> instrumentation_;
Dmessage_pump_mac.mm134 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 …]