Searched refs:frameContext (Results 1 – 5 of 5) sorted by relevance
124 …return m_reader && (index < m_reader->imagesCount()) && m_reader->frameContext(index)->isComplete(… in frameIsCompleteAtIndex()130 m_reader->frameContext(index)->isHeaderDefined()) ? in frameDurationAtIndex()131 m_reader->frameContext(index)->delayTime() : 0; in frameDurationAtIndex()142 const GIFFrameContext* frameContext = m_reader->frameContext(frameIndex); in haveDecodedRow() local149 const int xBegin = frameContext->xOffset(); in haveDecodedRow()150 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow()151 const int xEnd = std::min(static_cast<int>(frameContext->xOffset() + width), size().width()); in haveDecodedRow()152 …const int yEnd = std::min(static_cast<int>(frameContext->yOffset() + rowNumber + repeatCount), siz… in haveDecodedRow()156 …const GIFColorMap::Table& colorTable = frameContext->localColorMap().isDefined() ? frameContext->l… in haveDecodedRow()168 const size_t transparentPixel = frameContext->transparentPixel(); in haveDecodedRow()[all …]
87 GIFLZWContext(WebCore::GIFImageDecoder* client, const GIFFrameContext* frameContext) in GIFLZWContext() argument101 , m_frameContext(frameContext) in GIFLZWContext()319 const GIFFrameContext* frameContext(size_t index) const in frameContext() function
67 …v8::Handle<v8::Context> frameContext = m_frontendPage->mainFrame() ? m_frontendPage->mainFrame()->… in windowObjectCleared() local68 v8::Context::Scope contextScope(frameContext); in windowObjectCleared()73 …frontendHostObj = toV8(m_frontendHost.get(), v8::Handle<v8::Object>(), frameContext->GetIsolate()); in windowObjectCleared()74 v8::Handle<v8::Object> global = frameContext->Global(); in windowObjectCleared()
142 v8::Handle<v8::Context> frameContext = frame->frame()->script().currentWorldContext(); in doDispatchOnInspectorFrontend() local143 v8::Context::Scope contextScope(frameContext); in doDispatchOnInspectorFrontend()144 …v8::Handle<v8::Value> inspectorFrontendApiValue = frameContext->Global()->Get(v8::String::NewFromU… in doDispatchOnInspectorFrontend()153 …v8::Handle<v8::Value> inspectorBackendApiValue = frameContext->Global()->Get(v8::String::NewFromUt… in doDispatchOnInspectorFrontend()
625 v8::Handle<v8::Context> frameContext = frame->script().currentWorldContext(); in overlayPage() local626 v8::Context::Scope contextScope(frameContext); in overlayPage()628 v8::Handle<v8::Object> global = frameContext->Global(); in overlayPage()