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

/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp55 static const int firstAvailableWatchId = 1; member in namespace:WebCore
302 static int nextAvailableWatchId = firstAvailableWatchId;
419 if (watchId < firstAvailableWatchId)

Completed in 48 milliseconds