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

  /external/webkit/Source/WebKit2/Platform/mac/
WorkQueueMac.cpp 137 ASSERT(!m_eventSources.contains(machPort));
139 m_eventSources.set(machPort, eventSource);
152 HashMap<mach_port_t, EventSource*>::iterator it = m_eventSources.find(machPort);
153 ASSERT(it != m_eventSources.end());
155 ASSERT(m_eventSources.contains(machPort));
162 m_eventSources.remove(it);
175 ASSERT(m_eventSources.isEmpty());
  /external/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp 158 EventSourceIterator it = m_eventSources.find(fileDescriptor);
159 if (it != m_eventSources.end())
163 m_eventSources.set(fileDescriptor, sources);
175 EventSourceIterator it = m_eventSources.find(fileDescriptor);
176 ASSERT(it != m_eventSources.end());
177 ASSERT(m_eventSources.contains(fileDescriptor));
179 if (it != m_eventSources.end()) {
184 m_eventSources.remove(it);
  /external/webkit/Source/WebKit2/Platform/
WorkQueue.h 108 HashMap<mach_port_t, EventSource*> m_eventSources;
179 HashMap<int, Vector<EventSource*> > m_eventSources;

Completed in 25 milliseconds