HomeSort by relevance Sort by last modified time
    Searched defs:curFrame (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameConsole.cpp 167 LocalFrame* curFrame = m_frame;
168 Frame* topFrame = curFrame->tree().top();
171 if (localTopFrame != curFrame)
LocalFrame.cpp 727 LocalFrame* curFrame = this;
728 while (curFrame && curFrame->tree().parent() && curFrame->tree().parent()->isLocalFrame())
729 curFrame = toLocalFrame(curFrame->tree().parent());
731 return curFrame;
  /external/srec/portable/include/
pstream.h 41 struct FileBufferFrame *curFrame; /* current buffer; useful for writable file */
  /external/deqp/framework/qphelper/
qpCrashHandler.c 350 int curFrame;
356 for (curFrame = 0; curFrame < numInBatch; curFrame++)
358 BOOL symInfoOk = SymFromAddr(process, (DWORD64)addresses[curFrame], 0, symInfo);
360 writeInfoFormat(writeInfo, userPtr, " %2d: %p %s%s\n", globalFrameNdx++, addresses[curFrame],
  /external/srec/portable/src/
pstream.c 179 FileBufferFrame *curFrame;
301 PortFile->endFrame = PortFile->curFrame = PortFile->startFrame;
305 PortFile->curPos = PortFile->curFrame->buffer;
309 curFrame = PortFile->curFrame;
312 if (end > curFrame->size)
314 curFrame = curFrame->next;
315 passert(end > curFrame->size);
316 end -= curFrame->size
    [all...]

Completed in 218 milliseconds