Home
last modified time | relevance | path

Searched refs:m_handles (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Platform/win/
DWorkQueueWin.cpp96 ASSERT_ARG(handle, !m_handles.contains(handle)); in registerHandle()
97 m_handles.set(handle, handleItem); in registerHandle()
113 ASSERT_ARG(handle, m_handles.contains(handle)); in unregisterAndCloseHandle()
114 item = m_handles.take(handle); in unregisterAndCloseHandle()
189 ASSERT(m_handles.isEmpty()); in platformInvalidate()
/external/webkit/Source/WebKit2/Platform/
DWorkQueue.h160 HashMap<HANDLE, RefPtr<HandleWorkItem> > m_handles; variable
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1631861 HandleWorkItem, changed m_handles to hold HandleWorkItems, and added
31877 HandleWorkItem for this HANDLE from m_handles and then schedules its
32829 WorkQueue::m_handles is signaled, a worker thread will be spawned.
32845 - Changed m_workItemQueue and m_handles to hold
32856 handle in WorkQueue::m_handles is signaled. We add the WorkItemWin