Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DGeolocation.cpp325 m_pendingForPermissionNotifiers.add(notifier); in startRequest()
452 if (!m_pendingForPermissionNotifiers.isEmpty()) { in setIsAllowed()
454 m_pendingForPermissionNotifiers.clear(); in setIsAllowed()
746 GeoNotifierSet::const_iterator end = m_pendingForPermissionNotifiers.end(); in handlePendingPermissionNotifiers()
747 …for (GeoNotifierSet::const_iterator iter = m_pendingForPermissionNotifiers.begin(); iter != end; +… in handlePendingPermissionNotifiers()
DGeolocation.h201 GeoNotifierSet m_pendingForPermissionNotifiers; variable
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0677021 m_pendingForPermissionNotifiers to maintain set of pending requests.