Searched refs:lastPosition (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DGeolocationClientProxy.cpp70 GeolocationPosition* GeolocationClientProxy::lastPosition() function in class:blink::GeolocationClientProxy
73 if (m_client->lastPosition(webPosition))
H A DGeolocationClientProxy.h50 virtual GeolocationPosition* lastPosition() OVERRIDE;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebGeolocationClient.h42 virtual bool lastPosition(WebGeolocationPosition&) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationClient.h45 virtual GeolocationPosition* lastPosition() = 0;
H A DGeolocation.cpp129 Geoposition* Geolocation::lastPosition() function in class:blink::Geolocation
135 m_lastPosition = createGeoposition(GeolocationController::from(frame)->lastPosition());
226 notifier->runSuccessCallback(lastPosition());
257 Geoposition* cachedPosition = lastPosition();
302 if (lastPosition())
444 ASSERT(lastPosition());
463 sendPosition(oneShotsCopy, lastPosition());
464 sendPosition(watchersCopy, lastPosition());
H A DGeolocationController.h60 GeolocationPosition* lastPosition();
H A DGeolocationInspectorAgent.cpp55 GeolocationPosition* position = (*m_controllers.begin())->lastPosition();
H A DGeolocationController.cpp174 GeolocationPosition* GeolocationController::lastPosition() function in class:blink::GeolocationController
182 return m_client->lastPosition();
H A DGeolocation.h101 Geoposition* lastPosition();
/external/chromium_org/content/renderer/
H A Dgeolocation_dispatcher.h41 virtual bool lastPosition(blink::WebGeolocationPosition& position);
H A Dgeolocation_dispatcher.cc73 bool GeolocationDispatcher::lastPosition(WebGeolocationPosition&) { function in class:content::GeolocationDispatcher
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DTimelineGrid.js132 var lastPosition = 0;
141 if (position - lastPosition > minWidthForTitle) {
145 var textPosition = printDeltas ? (position + lastPosition - textWidth) / 2 : position - textWidth - paddingRight;
153 lastPosition = position;
198 var lastPosition = 0; variable
217 if (position - lastPosition > minWidthForTitle)
223 dividerLabelBar._labelElement.style.width = Math.ceil(position - lastPosition) + "px";
227 lastPosition = position;
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
H A DGeolocationClientMock.h61 virtual GeolocationPosition* lastPosition() OVERRIDE;
H A DGeolocationClientMock.cpp149 GeolocationPosition* GeolocationClientMock::lastPosition() function in class:blink::GeolocationClientMock
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp205 static inline void swapItemsInLayoutAttributes(SVGTextLayoutAttributes* firstAttributes, SVGTextLayoutAttributes* lastAttributes, unsigned firstPosition, unsigned lastPosition) argument
208 SVGCharacterDataMap::iterator itLast = lastAttributes->characterDataMap().find(lastPosition + 1);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp1044 Position lastPosition; local
1045 while (position != lastPosition) {
1046 lastPosition = position;
1054 Position lastPosition; local
1055 while (position != lastPosition) {
1056 lastPosition = position;
/external/chromium_org/ui/file_manager/gallery/js/
H A Dmosaic_mode.js216 var lastPosition = 0;
223 Math.max(0, Mosaic.ANIMATED_SCROLL_DURATION - lastPosition));
245 lastPosition = position;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 270 milliseconds