Searched defs:currentFrame (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DImageCairoWin.cpp101 size_t currentFrame = m_currentFrame; local
104 m_currentFrame = currentFrame;
H A DImageCGWin.cpp95 size_t currentFrame = m_currentFrame; local
98 m_currentFrame = currentFrame;
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageWinCE.cpp99 size_t currentFrame = m_currentFrame; local
102 m_currentFrame = currentFrame;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DVariableStack.java252 * @param currentFrame The current frame to set to
255 public void unlink(int currentFrame) argument
258 _currentFrameBottom = currentFrame;
/external/webkit/Source/WebCore/platform/graphics/
H A DBitmapImage.h163 virtual NativeImagePtr nativeImageForCurrentFrame() { return frameAtIndex(currentFrame()); }
197 size_t currentFrame() const { return m_currentFrame; } function in class:WebCore::BitmapImage
/external/webkit/Source/WebKit/chromium/src/
H A DWebPageSerializerImpl.cpp476 WebFrameImpl* currentFrame = m_frames[i]; local
478 Document* currentDoc = currentFrame->frame()->document();
H A DWebViewImpl.cpp892 Frame* currentFrame = frame; local
893 while (!scrollHandled && currentFrame) {
894 scrollHandled = currentFrame->view()->scroll(scrollDirection, scrollGranularity);
895 currentFrame = currentFrame->tree()->parent();
/external/quake/quake/src/WinQuake/
H A Dsys_android.cpp596 static int currentFrame; variable
602 currentFrame = 0;
611 if (currentFrame > 0) {
615 fastestFrame.frame = currentFrame;
619 slowestFrame.frame = currentFrame;
622 currentFrame++;
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebview.cpp145 QWebFrame* currentFrame() const function in class:QWebViewKineticScroller
174 QWebFrame* frame = currentFrame();
181 QWebFrame* frame = currentFrame();
192 QWebFrame* frame = currentFrame();
H A Dqwebpage.cpp1975 \sa currentFrame()
1988 QWebFrame *QWebPage::currentFrame() const function in class:QWebPage
2002 \sa mainFrame(), currentFrame()
4014 \sa currentFrame()
/external/v8/src/
H A Dd8.js112 currentFrame: kNoFrame,
185 Debug.State.currentFrame = 0;
206 Debug.State.currentFrame = 0;
212 Debug.State.currentFrame = kNoFrame;
392 (Debug.State.currentFrame + 1));
399 (Debug.State.currentFrame - 1));
617 if (Debug.State.currentFrame == kNoFrame) {
2069 Debug.State.currentFrame = body.index;
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1984 Frame* currentFrame = (*iter)->pluginView()->parentFrame(); local
1985 while (currentFrame) {
1986 if (frame == currentFrame) {
1999 currentFrame = currentFrame->tree()->parent();

Completed in 206 milliseconds