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

/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp302 static int nextAvailableWatchId = firstAvailableWatchId; local
304 if (nextAvailableWatchId < 1)
305 nextAvailableWatchId = 1;
306 m_watchers.set(nextAvailableWatchId, notifier.release());
307 return nextAvailableWatchId++;

Completed in 30 milliseconds