Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8GeolocationCustom.cpp122 …OwnPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<V8PositionErrorCa… in getCurrentPositionMethodCustom() local
147 …OwnPtr<PositionErrorCallback> positionErrorCallback = createFunctionOnlyCallback<V8PositionErrorCa… in watchPositionMethodCustom() local
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
DGeolocation.h98 …, PassOwnPtr<PositionCallback> positionCallback, PassOwnPtr<PositionErrorCallback> positionErrorCa… in create()