Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.cpp211 m_pendingGeolocationRequests.clear(); in resetSettings()
241 m_pendingGeolocationRequests.append(frame); in requestPermission()
252 m_pendingGeolocationRequests.removeOne(frame); in cancelPermission()
265 foreach (QWebFrame* frame, m_pendingGeolocationRequests) in permissionSet()
271 m_pendingGeolocationRequests.clear(); in permissionSet()
DDumpRenderTreeQt.h219 QList<QWebFrame*> m_pendingGeolocationRequests; variable