Searched refs:m_throttler (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DProcessThrottler.h46 WeakPtr<ProcessThrottler> m_throttler; member in class:WebKit::ProcessThrottler::ForegroundActivityToken
55 WeakPtr<ProcessThrottler> m_throttler; member in class:WebKit::ProcessThrottler::BackgroundActivityToken
H A DProcessThrottler.cpp36 : m_throttler(throttler.weakPtr())
44 if (ProcessThrottler* throttler = m_throttler.get()) {
51 : m_throttler(throttler.weakPtr())
59 if (ProcessThrottler* throttler = m_throttler.get()) {
H A DWebProcessProxy.h148 ProcessThrottler& throttler() { return *m_throttler; }
237 std::unique_ptr<ProcessThrottler> m_throttler; member in class:WebKit::WebProcessProxy
H A DWebProcessProxy.cpp101 , m_throttler(std::make_unique<ProcessThrottler>(this))
526 m_throttler->didConnnectToProcess(xpc_connection_get_pid(xpcConnection));
786 m_throttler->processReadyToSuspend();
791 m_throttler->didCancelProcessSuspension();

Completed in 84 milliseconds