/external/quake/quake/src/WinQuake/ |
vid_x.cpp | 946 XUngrabPointer(x_disp,CurrentTime); 950 GrabModeAsync,x_win,None,CurrentTime);
|
/external/webkit/Source/WebCore/history/ |
HistoryItem.cpp | 36 #include <wtf/CurrentTime.h> 50 static long long next = static_cast<long long>(currentTime() * 1000000.0);
|
/external/webkit/Source/WebCore/inspector/ |
InspectorResourceAgent.cpp | 67 #include <wtf/CurrentTime.h> 331 m_frontend->requestWillBeSent(static_cast<int>(identifier), pointerAsId(loader->frame()), pointerAsId(loader), loader->url().string(), buildObjectForResourceRequest(request), currentTime(), callStackValue, buildObjectForResourceResponse(redirectResponse)); 359 m_frontend->responseReceived(static_cast<int>(identifier), currentTime(), type, resourceResponse); 368 m_frontend->dataReceived(static_cast<int>(identifier), currentTime(), dataLength, encodedDataLength); 374 finishTime = currentTime(); 381 m_frontend->loadingFailed(static_cast<int>(identifier), currentTime(), error.localizedDescription(), error.isCancellation()); 386 m_frontend->resourceLoadedFromMemoryCache(pointerAsId(loader->frame()), pointerAsId(loader), loader->url().string(), currentTime(), buildObjectForCachedResource(*resource)); 401 m_frontend->domContentEventFired(currentTime()); 406 m_frontend->loadEventFired(currentTime()); 492 m_frontend->webSocketWillSendHandshakeRequest(static_cast<int>(identifier), currentTime(), requestObject) [all...] |
/external/webkit/Source/WebCore/loader/cache/ |
MemoryCache.cpp | 42 #include <wtf/CurrentTime.h> 174 double currentTime = FrameView::currentPaintTimeStamp(); 175 if (!currentTime) // In case prune is called directly, outside of a Frame paint. 176 currentTime = WTF::currentTime(); 183 // elapsedTime will evaluate to false as the currentTime will be a lot 192 double elapsedTime = currentTime - current->m_lastDecodedAccessTime;
|
/external/webkit/Source/WebCore/page/ |
Geolocation.cpp | 39 #include <wtf/CurrentTime.h> 413 DOMTimeStamp currentTimeMillis = convertSecondsToDOMTimeStamp(currentTime());
|
DragController.cpp | 69 #include <wtf/CurrentTime.h> 81 metaKey, currentTime()); [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
GLUtils.cpp | 36 #include <wtf/CurrentTime.h>
|
GLWebViewState.cpp | 41 #include <wtf/CurrentTime.h> 359 double currentTime = WTF::currentTime(); 362 m_zoomManager.processNewScale(currentTime, scale); 364 return currentTime; 492 double currentTime = setupDrawing(rect, viewport, webViewRect, titleBarHeight, clip, scale); 497 ret |= m_treeManager.drawGL(currentTime, rect, viewport,
|
ShaderProgram.cpp | 38 #include <wtf/CurrentTime.h>
|
GraphicsLayerAndroid.cpp | 44 #include <wtf/CurrentTime.h> 705 gPausedDelay = WTF::currentTime() + 1; [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
PlatformCALayerWin.cpp | 38 #include <wtf/CurrentTime.h> 705 currentTime(), rootBounds.origin.x, rootBounds.origin.y, rootBounds.size.width, rootBounds.size.height);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
GraphicsLayerCACF.cpp | 41 #include <wtf/CurrentTime.h>
|
MediaPlayerPrivateQuickTimeWin.cpp | 47 #include <wtf/CurrentTime.h> 274 m_timeStoppedPlaying = WTF::currentTime(); 286 float MediaPlayerPrivate::currentTime() const 290 return m_qtMovie->currentTime(); 316 float timeAfterSeek = currentTime(); 331 if (!m_qtMovie || !seeking() || currentTime() == m_seekTo) { 506 m_readyState = currentTime() < maxTimeLoaded() ? MediaPlayer::HaveFutureData : MediaPlayer::HaveCurrentData; 567 m_timeStoppedPlaying = WTF::currentTime(); 641 double interval = m_startedPlaying ? WTF::currentTime() - m_timeStartedPlaying : m_timeStoppedPlaying - m_timeStartedPlaying; 758 m_timeStartedPlaying = WTF::currentTime(); [all...] |
MediaPlayerPrivateQuickTimeVisualContext.cpp | 56 #include <wtf/CurrentTime.h> 421 float MediaPlayerPrivateQuickTimeVisualContext::currentTime() const 425 return m_movie->currentTime(); 451 float timeAfterSeek = currentTime(); 466 if (!m_movie || !seeking() || currentTime() == m_seekTo) { 652 m_readyState = currentTime() < maxTimeLoaded() ? MediaPlayer::HaveFutureData : MediaPlayer::HaveCurrentData; [all...] |
/external/webkit/Source/WebCore/platform/network/ |
ResourceResponseBase.cpp | 32 #include <wtf/CurrentTime.h>
|
/external/webkit/Source/WebKit/win/ |
WebDownloadCFNet.cpp | 56 #include <wtf/CurrentTime.h> 354 m_startTime = m_dataTime = currentTime(); 420 double current = currentTime(); 467 LOG(Download, "DOWNLOAD - Finished %p after %i bytes and %.3f seconds", this, m_received, currentTime() - m_startTime);
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebContext.cpp | 58 #include <wtf/CurrentTime.h> 313 double now = WTF::currentTime(); 700 double now = WTF::currentTime();
|
/external/webkit/Source/WebCore/platform/graphics/ca/mac/ |
PlatformCALayerMac.mm | 41 #import <wtf/CurrentTime.h> 53 return WTF::currentTime() + t - CACurrentMediaTime();
|
/external/webkit/Source/WebCore/dom/ |
ContainerNode.cpp | 43 #include <wtf/CurrentTime.h> 986 double startTime = currentTime(); [all...] |
/external/webkit/Source/WebCore/html/parser/ |
HTMLTokenizer.cpp | 37 #include <wtf/CurrentTime.h> [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
PopupMenuChromium.cpp | 58 #include <wtf/CurrentTime.h> 807 TimeStamp now = static_cast<TimeStamp>(currentTime() * 1000.0f); [all...] |
/external/webkit/Tools/DumpRenderTree/mac/ |
LayoutTestControllerMac.mm | 75 #import <wtf/CurrentTime.h> 430 WebGeolocationPosition *position = [[WebGeolocationPosition alloc] initWithTimestamp:currentTime() latitude:latitude longitude:longitude accuracy:accuracy]; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11video.c | 379 ev.xclient.data.l[1] = CurrentTime; [all...] |
/external/webkit/Source/WebKit/android/jni/ |
PictureSet.cpp | 50 #include <wtf/CurrentTime.h> [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
DumpRenderTreeSupportQt.cpp | 75 #include <wtf/CurrentTime.h> 802 mockClient->setPosition(GeolocationPosition::create(currentTime(), latitude, longitude, accuracy)); [all...] |