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 105 if (nextOriginInQueue().isEmpty()) {
152 if (!nextOriginInQueue().isEmpty())
153 m_webViewCore->geolocationPermissionsShowPrompt(nextOriginInQueue());
173 if (origin != nextOriginInQueue())
191 if (!nextOriginInQueue().isEmpty())
192 m_webViewCore->geolocationPermissionsShowPrompt(nextOriginInQueue());
256 const WTF::String& GeolocationPermissions::nextOriginInQueue()
GeolocationPermissions.h 138 const WTF::String& nextOriginInQueue();

Completed in 1189 milliseconds