Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DGeolocation.cpp55 static const int firstAvailableWatchId = 1; variable
302 static int nextAvailableWatchId = firstAvailableWatchId; in watchPosition()
419 if (watchId < firstAvailableWatchId) in clearWatch()