/external/webkit/WebCore/html/canvas/ |
WebGLByteArray.h | 68 bool get(unsigned index, signed char& result) const function in class:WebCore::WebGLByteArray 77 signed char get(unsigned index) const function in class:WebCore::WebGLByteArray
|
WebGLFloatArray.h | 61 bool get(unsigned index, float& result) const function in class:WebCore::WebGLFloatArray 69 float get(unsigned index) const function in class:WebCore::WebGLFloatArray
|
WebGLIntArray.h | 66 bool get(unsigned index, int& result) const function in class:WebCore::WebGLIntArray 74 int get(unsigned index) const function in class:WebCore::WebGLIntArray
|
WebGLShortArray.h | 65 bool get(unsigned index, short& result) const function in class:WebCore::WebGLShortArray 73 short get(unsigned index) const function in class:WebCore::WebGLShortArray
|
WebGLUnsignedByteArray.h | 66 bool get(unsigned index, unsigned char& result) const function in class:WebCore::WebGLUnsignedByteArray 74 unsigned char get(unsigned index) const function in class:WebCore::WebGLUnsignedByteArray
|
WebGLUnsignedIntArray.h | 66 bool get(unsigned index, unsigned int& result) const function in class:WebCore::WebGLUnsignedIntArray 74 unsigned int get(unsigned index) const function in class:WebCore::WebGLUnsignedIntArray
|
WebGLUnsignedShortArray.h | 66 bool get(unsigned index, unsigned short& result) const function in class:WebCore::WebGLUnsignedShortArray 75 unsigned short get(unsigned index) const function in class:WebCore::WebGLUnsignedShortArray
|
/external/webkit/WebCore/loader/ |
CachedXSLStyleSheet.cpp | 70 setEncodedSize(m_data.get() ? m_data->size() : 0); 71 if (m_data.get()) {
|
HistoryController.h | 72 HistoryItem* currentItem() const { return m_currentItem.get(); } 76 HistoryItem* provisionalItem() const { return m_provisionalItem.get(); }
|
/external/webkit/WebCore/page/ |
FrameTree.h | 47 Frame* nextSibling() const { return m_nextSibling.get(); } 49 Frame* firstChild() const { return m_firstChild.get(); }
|
PageGroup.h | 87 const UserScriptMap* userScripts() const { return m_userScripts.get(); } 88 const UserStyleSheetMap* userStyleSheets() const { return m_userStyleSheets.get(); }
|
/external/webkit/WebCore/platform/cf/ |
KURLCFNet.cpp | 92 return RetainPtr<CFStringRef>(AdoptCF, CFURLCopyFileSystemPath(cfURL.get(), pathStyle)).get();
|
/external/webkit/WebCore/platform/graphics/mac/ |
ColorMac.mm | 76 return clearColor.get(); 80 return blackColor.get(); 84 return whiteColor.get(); 93 return cachedColors[i].get();
|
/external/webkit/WebCore/platform/graphics/win/ |
GraphicsContextCGWin.cpp | 68 CGContextRelease(m_data->m_cgContext.get()); 101 CGContextDrawImage(m_data->m_cgContext.get(), dstRect, image); 121 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(imageData.get())); 122 RetainPtr<CGImageRef> cgImage(AdoptCF, CGImageCreate(image->size().width(), image->size().height(), 8, 32, image->bytesPerRow(), deviceRGB.get(), 123 kCGBitmapByteOrder32Little | kCGImageAlphaFirst, dataProvider.get(), 0, true, kCGRenderingIntentDefault)); 124 CGContextDrawImage(m_data->m_cgContext.get(), CGRectMake(point.x(), point.y(), image->size().width(), image->size().height()), cgImage.get()); 250 CGContextFlush(m_cgContext.get());
|
/external/webkit/WebCore/platform/graphics/wince/ |
FontCustomPlatformData.cpp | 79 if (renameFont(localBuffer.get(), fontName) && g_customFontCache->registerFont(fontName, localBuffer.get()))
|
ImageBufferWince.cpp | 91 return m_context.get(); 99 return m_image.get(); 154 return getImageData<false>(rect, m_data.m_bitmap.get()); 159 return getImageData<true>(rect, m_data.m_bitmap.get()); 209 putImageData<false>(source, sourceRect, destPoint, m_data.m_bitmap.get()); 214 putImageData<true>(source, sourceRect, destPoint, m_data.m_bitmap.get()); 225 if (!compressBitmapToPng(m_data.m_bitmap.get(), output)) 229 if (!compressBitmapToJpeg(m_data.m_bitmap.get(), output))
|
/external/webkit/WebCore/platform/gtk/ |
DataObjectGtk.h | 44 GdkPixbuf* image() { return m_image.get(); } 53 GdkDragContext* dragContext() { return m_dragContext.get(); }
|
/external/webkit/WebCore/platform/image-decoders/ico/ |
ICOImageDecoder.h | 75 return BMPImageReader::readUint16(m_data.get(), 81 return BMPImageReader::readUint32(m_data.get(),
|
/external/webkit/WebCore/plugins/ |
MimeTypeArray.cpp | 56 return MimeType::create(data, index).get(); 80 return MimeType::create(data, i).get();
|
PluginArray.cpp | 56 return Plugin::create(data, index).get(); 80 return Plugin::create(data, i).get();
|
/external/webkit/WebCore/storage/ |
DatabaseThread.h | 68 SQLTransactionClient* transactionClient() { return m_transactionClient.get(); } 69 SQLTransactionCoordinator* transactionCoordinator() { return m_transactionCoordinator.get(); }
|
StorageSyncManager.cpp | 91 m_thread->scheduleTask(LocalStorageTask::createImport(area.get())); 100 m_thread->scheduleTask(LocalStorageTask::createSync(area.get()));
|
/external/webkit/WebCore/storage/chromium/ |
QuotaTracker.cpp | 53 *databaseSize = it->second.get(databaseName); 56 *spaceAvailable = m_spaceAvailableToOrigins.get(originIdentifier);
|
/external/webkit/WebCore/svg/graphics/filters/ |
SVGFEConvolveMatrix.h | 71 virtual FloatRect uniteChildEffectSubregions(Filter* filter) { return calculateUnionOfChildEffectSubregions(filter, m_in.get(), m_in2.get()); }
|
/external/webkit/WebKit/mac/WebView/ |
WebScriptDebugger.h | 65 JSC::JSGlobalObject* globalObject() const { return m_globalObject.get(); } 66 WebScriptCallFrame *globalCallFrame() const { return m_globalCallFrame.get(); }
|