HomeSort by relevance Sort by last modified time
    Searched refs:CurrentTime (Results 126 - 149 of 149) sorted by null

1 2 3 4 56

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 33 #include <wtf/CurrentTime.h>
226 double time = WTF::currentTime();
269 (localIt->second)->suggestBeginTime(WTF::currentTime());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
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/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.15/src/video/x11/
SDL_x11video.c 382 ev.xclient.data.l[1] = CurrentTime;
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 75 #include <wtf/CurrentTime.h>
802 mockClient->setPosition(GeolocationPosition::create(currentTime(), latitude, longitude, accuracy));
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 68 #include <wtf/CurrentTime.h>
775 m_previousProgressTime = WTF::currentTime();
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 96 #include <wtf/CurrentTime.h>
    [all...]
FrameView.cpp 63 #include <wtf/CurrentTime.h>
    [all...]
EventHandler.cpp 83 #include <wtf/CurrentTime.h>
    [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 52 #include <wtf/CurrentTime.h>
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 60 #include <wtf/CurrentTime.h>
295 double startTime = WTF::currentTime();
340 double endTime = WTF::currentTime();
    [all...]
RenderBoxModelObject.cpp 38 #include <wtf/CurrentTime.h>
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 158 #include <wtf/CurrentTime.h>
    [all...]
WebViewImpl.cpp 126 #include <wtf/CurrentTime.h>
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 99 #import <wtf/CurrentTime.h>
838 LeftButton, MouseEventMoved, 0, false, false, false, false, currentTime());
    [all...]
  /external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp 43 #include <wtf/CurrentTime.h>
537 icon->setTimestamp((int)currentTime());
658 return (int)currentTime() - icon->getTimestamp() > iconExpirationTime ? IconLoadYes : IconLoadNo;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 43 #include <wtf/CurrentTime.h>
65 return CACurrentMediaTime() + t - WTF::currentTime();
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 105 #include <wtf/CurrentTime.h>
    [all...]
WebViewCore.cpp 145 #include <wtf/CurrentTime.h>
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 153 #include <wtf/CurrentTime.h>
400 , m_startTime(currentTime())
1015 m_documentTiming.domLoading = currentTime();
1019 m_documentTiming.domInteractive = currentTime();
1023 m_documentTiming.domComplete = currentTime();
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 98 #include <wtf/CurrentTime.h>
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 639 milliseconds

1 2 3 4 56