Searched refs:newLocation (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/platform/mac/ |
D | GeolocationServiceMac.mm | 61 - (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation … 148 - (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation … 151 ASSERT(newLocation); 158 double altitude = newLocation.altitude; 159 double altitudeAccuracy = newLocation.verticalAccuracy; 166 double speed = newLocation.speed; 171 double heading = newLocation.course; 176 newLocation.coordinate.latitude, 177 newLocation.coordinate.longitude, 180 newLocation.horizontalAccuracy, [all …]
|
/external/opencore/protocols/http_parcom/src/ |
D | string_keyvalue_store.cpp | 69 char *newLocation = NULL; in addKeyToStore() local 71 …if (!storeNewKeyValueItem(aNewKey.c_str(), aKeyLength, newLocation)) return StringKeyValueStore_No… in addKeyToStore() 72 iFieldKeys[tableIndex].setPtrLen(newLocation, aKeyLength); in addKeyToStore() 87 char *newLocation = NULL; in addKeyValuePair() local 89 …if (!storeNewKeyValueItem(aNewValue.c_str(), aValueLength, newLocation)) return StringKeyValueStor… in addKeyValuePair() 95 iFieldVals[tableIndex].setPtrLen(newLocation, aValueLength); in addKeyValuePair() 104 iFieldVals[tableIndex].setPtrLen(newLocation, aValueLength); in addKeyValuePair() 111 StrCSumPtrLenWrapper aMewValueWrapper(newLocation, aValueLength); in addKeyValuePair()
|