HomeSort by relevance Sort by last modified time
    Searched refs:currentFrame (Results 1 - 22 of 22) sorted by null

  /external/webkit/JavaScriptCore/pcre/
pcre_exec.cpp 285 #define RRETURN_LABEL *stack.currentFrame->returnLocation
303 startNewGroup(stack.currentFrame); \
339 , currentFrame(frames)
347 MatchFrame* currentFrame;
358 return currentFrame + 1;
365 newframe->previousFrame = currentFrame;
367 newframe->args.subjectPtr = currentFrame->args.subjectPtr;
368 newframe->args.offsetTop = currentFrame->args.offsetTop;
374 currentFrame = newframe;
379 MatchFrame* oldFrame = currentFrame;
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java 116 int currentFrame = vars.getStackFrame();
133 // vars.setStackFrame(currentFrame);
136 vars.unlink(currentFrame);
  /external/webkit/WebCore/platform/graphics/gtk/
ImageGtk.cpp 122 int width = cairo_image_surface_get_width(frameAtIndex(currentFrame()));
123 int height = cairo_image_surface_get_height(frameAtIndex(currentFrame()));
124 unsigned char* surfaceData = cairo_image_surface_get_data(frameAtIndex(currentFrame()));
125 int surfaceRowStride = cairo_image_surface_get_stride(frameAtIndex(currentFrame()));
  /external/webkit/WebKit/mac/WebView/
WebWindowAnimation.h 39 - (NSRect)currentFrame;
WebWindowAnimation.m 102 - (NSRect)currentFrame
114 NSRect currentRect = [self currentFrame];
WebVideoFullscreenController.mm 381 startRect = [_fullscreenAnimation currentFrame];
  /external/quake/quake/src/WinQuake/
sys_android.cpp 596 static int currentFrame;
602 currentFrame = 0;
611 if (currentFrame > 0) {
615 fastestFrame.frame = currentFrame;
619 slowestFrame.frame = currentFrame;
622 currentFrame++;
  /external/webkit/WebCore/platform/graphics/win/
ImageCGWin.cpp 97 size_t currentFrame = m_currentFrame;
100 m_currentFrame = currentFrame;
ImageCairoWin.cpp 101 size_t currentFrame = m_currentFrame;
104 m_currentFrame = currentFrame;
  /external/webkit/WebKit/chromium/src/
WebPageSerializerImpl.cpp 476 WebFrameImpl* currentFrame = m_frames[i];
478 Document* currentDoc = currentFrame->frame()->document();
506 WebFrameImpl* currentFrame = m_frames[i];
508 Document* currentDoc = currentFrame->frame()->document();
510 const KURL& currentFrameURL = currentFrame->frame()->loader()->url();
517 String encoding = currentFrame->frame()->loader()->encoding();
WebViewImpl.cpp 787 Frame* currentFrame = frame;
788 while (!scrollHandled && currentFrame) {
789 scrollHandled = currentFrame->view()->scroll(scrollDirection,
791 currentFrame = currentFrame->tree()->parent();
    [all...]
  /external/webkit/WebCore/platform/graphics/
BitmapImage.h 159 virtual NativeImagePtr nativeImageForCurrentFrame() { return frameAtIndex(currentFrame()); }
185 size_t currentFrame() const { return m_currentFrame; }
  /libcore/luni/src/main/java/org/apache/xpath/
VariableStack.java 252 * @param currentFrame The current frame to set to
255 public void unlink(int currentFrame)
258 _currentFrameBottom = currentFrame;
  /external/webkit/WebKit/qt/Api/
qwebview.cpp 137 QWebFrame* currentFrame() const
166 QWebFrame* frame = currentFrame();
173 QWebFrame* frame = currentFrame();
184 QWebFrame* frame = currentFrame();
qwebpage.h 197 QWebFrame *currentFrame() const;
qwebpage.cpp     [all...]
  /external/webkit/WebCore/inspector/front-end/
ScriptsPanel.js 753 var currentFrame = callStackPane.selectedCallFrame;
754 if (!currentFrame)
757 this.sidebarPanes.scopechain.update(currentFrame);
760 var scriptOrResource = this._sourceIDMap[currentFrame.sourceID];
761 this._showScriptOrResource(scriptOrResource, {line: currentFrame.line});
765 this._executionSourceFrame.executionLine = currentFrame.line;
    [all...]
  /external/v8/src/
d8.js 112 currentFrame: kNoFrame,
164 Debug.State.currentFrame = 0;
183 Debug.State.currentFrame = 0;
187 Debug.State.currentFrame = kNoFrame;
431 if (Debug.State.currentFrame == kNoFrame) {
964 Debug.State.currentFrame = body.index;
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 388 milliseconds