Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/js/
DJSGeolocationCustom.cpp141 RefPtr<PositionCallback> positionCallback = createPositionCallback(exec, args.at(0)); in getCurrentPosition() local
163 RefPtr<PositionCallback> positionCallback = createPositionCallback(exec, args.at(0)); in watchPosition() local
/external/webkit/WebCore/bindings/v8/custom/
DV8GeolocationCustom.cpp186 RefPtr<PositionCallback> positionCallback = createPositionCallback(args[0], succeeded); in CALLBACK_FUNC_DECL() local
211 RefPtr<PositionCallback> positionCallback = createPositionCallback(args[0], succeeded); in CALLBACK_FUNC_DECL() local
/external/webkit/WebCore/page/
DGeolocation.h83 …sRefPtr<GeoNotifier> create(Geolocation* geolocation, PassRefPtr<PositionCallback> positionCallbac… in create()