Home
last modified time | relevance | path

Searched defs:positionCallback (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8GeolocationCustom.cpp116 …OwnPtr<PositionCallback> positionCallback = createFunctionOnlyCallback<V8PositionCallback>(info[0]… in getCurrentPositionMethodCustom() local
141 …OwnPtr<PositionCallback> positionCallback = createFunctionOnlyCallback<V8PositionCallback>(info[0]… in watchPositionMethodCustom() local
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
DGeolocation.h98 …static GeoNotifier* create(Geolocation* geolocation, PassOwnPtr<PositionCallback> positionCallback in create()