Searched refs:nextOriginInQueue (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DGeolocationPermissions.cpp106 if (nextOriginInQueue().isEmpty()) {
153 if (!nextOriginInQueue().isEmpty())
154 m_webViewCore->geolocationPermissionsShowPrompt(nextOriginInQueue());
174 if (origin != nextOriginInQueue())
192 if (!nextOriginInQueue().isEmpty())
193 m_webViewCore->geolocationPermissionsShowPrompt(nextOriginInQueue());
257 const WTF::String& GeolocationPermissions::nextOriginInQueue() function in class:android::GeolocationPermissions
H A DGeolocationPermissions.h140 const WTF::String& nextOriginInQueue();

Completed in 88 milliseconds