Searched defs:positionCallback (Results 1 – 2 of 2) sorted by relevance
116 …OwnPtr<PositionCallback> positionCallback = createFunctionOnlyCallback<V8PositionCallback>(info[0]… in getCurrentPositionMethodCustom() local141 …OwnPtr<PositionCallback> positionCallback = createFunctionOnlyCallback<V8PositionCallback>(info[0]… in watchPositionMethodCustom() local
98 …static GeoNotifier* create(Geolocation* geolocation, PassOwnPtr<PositionCallback> positionCallback… in create()