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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
GeolocationPermissions.cpp 106 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()
GeolocationPermissions.h 140 const WTF::String& nextOriginInQueue();

Completed in 85 milliseconds