Home
last modified time | relevance | path

Searched refs:frameContext (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.cpp124 …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() local
149 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 …]
DGIFImageReader.h87 GIFLZWContext(WebCore::GIFImageDecoder* client, const GIFFrameContext* frameContext) in GIFLZWContext() argument
101 , m_frameContext(frameContext) in GIFLZWContext()
319 const GIFFrameContext* frameContext(size_t index) const in frameContext() function
/external/chromium_org/third_party/WebKit/Source/web/
DInspectorFrontendClientImpl.cpp67 …v8::Handle<v8::Context> frameContext = m_frontendPage->mainFrame() ? m_frontendPage->mainFrame()->… in windowObjectCleared() local
68 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()
DWebDevToolsFrontendImpl.cpp142 v8::Handle<v8::Context> frameContext = frame->frame()->script().currentWorldContext(); in doDispatchOnInspectorFrontend() local
143 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()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp625 v8::Handle<v8::Context> frameContext = frame->script().currentWorldContext(); in overlayPage() local
626 v8::Context::Scope contextScope(frameContext); in overlayPage()
628 v8::Handle<v8::Object> global = frameContext->Global(); in overlayPage()