/external/webkit/WebCore/platform/graphics/cg/ |
ImageSourceCGWin.cpp | 81 return UTIMap.get(type);
|
/external/webkit/WebCore/platform/graphics/chromium/ |
HarfbuzzSkia.cpp | 88 if (!glyphs16.get()) 92 paint.getTextWidths(glyphs16.get(), numGlyphs * sizeof(uint16_t), reinterpret_cast<SkScalar*>(advances)); 114 if (!glyphs16.get()) 116 int numGlyphs = paint.textToGlyphs(characters, length * sizeof(uint16_t), glyphs16.get()); 148 // Skia does let us get a single point from the path. 176 // We can't actually get the |y| correct because Skia doesn't export
|
/external/webkit/WebCore/platform/graphics/filters/ |
FEComponentTransfer.h | 81 virtual FloatRect uniteChildEffectSubregions(Filter* filter) { return calculateUnionOfChildEffectSubregions(filter, m_in.get()); }
|
/external/webkit/WebCore/platform/graphics/mac/ |
SimpleFontDataMac.mm | 99 return webFallbackFontFamily.get(); 183 NSString *filePath = pathFromFont(initialFont.get()); 194 LOG_ERROR("unable to initialize with font %@ at %@", initialFont.get(), filePath); 199 LOG_ERROR("unable to initialize with font %@ at %@", initialFont.get(), filePath); 206 [m_platformData.font() familyName], [initialFont.get() familyName], filePath); 263 // Unfortunately, NSFont will round this for us so we don't quite get the right value. 415 LOG_ERROR("unable to get ATSUFontID for %@", m_platformData.font()); 444 return m_CTFont.get(); 453 return attributesDictionary.get(); 473 // By omitting the kCTKernAttributeName attribute, we get Core Text's standard kerning [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayerRenderer.h | 73 WKCACFLayer* rootLayer() const { return m_rootLayer.get(); }
|
/external/webkit/WebCore/platform/image-decoders/bmp/ |
BMPImageDecoder.cpp | 104 m_reader->setData(m_data.get());
|
/external/webkit/WebCore/platform/mac/ |
ClipboardMac.h | 79 NSPasteboard *pasteboard() { return m_pasteboard.get(); }
|
WebCoreNSStringExtras.mm | 77 // Get the FSRef for the current resource file 87 NSString *path = [(NSURL *)url.get() path]; 89 // Get the lproj directory name 101 error = LocaleStringToLangAndRegionCodes([(NSString *)locale.get() UTF8String], &lang, ®ion);
|
/external/webkit/WebCore/platform/network/ |
HTTPHeaderMap.cpp | 81 String HTTPHeaderMap::get(const char* name) const function in class:WebCore::HTTPHeaderMap
|
ProtectionSpace.cpp | 97 return cfSpace && CFURLProtectionSpaceReceivesCredentialSecurely(cfSpace.get());
|
/external/webkit/WebCore/platform/network/mac/ |
WebCoreURLResponse.mm | 341 CFTypeRef value = CFDictionaryGetValue(decl.get(), kUTTypeConformsToKey); 392 result = mimeTypeFromUTITree(uti.get());
|
/external/webkit/WebCore/platform/network/soup/ |
ResourceResponseSoup.cpp | 34 // This GET here is just because SoupMessage wants it, we dn't really know. 35 SoupMessage* soupMessage = soup_message_new("GET", url().string().utf8().data()); 57 m_url = KURL(KURL(), String::fromUTF8(uri.get()));
|
/external/webkit/WebCore/platform/text/ |
TextEncoding.cpp | 125 UTF8Normalized.set(g_utf8_normalize(UTF8Source.get(), -1, G_NORMALIZE_NFC)); 129 UTF16Normalized.set(g_utf8_to_utf16(UTF8Normalized.get(), -1, 0, &UTF16Length, 0)); 131 return newTextCodec(*this)->encode(UTF16Normalized.get(), UTF16Length, handling); 135 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
|
/external/webkit/WebCore/platform/wx/ |
PasteboardWx.cpp | 90 fragment = createFragmentFromText(context.get(), data.GetText());
|
/external/webkit/WebCore/plugins/ |
PluginInfoStore.cpp | 57 Vector<String> extensions = package->mimeToExtensions().get(mime->type);
|
/external/webkit/WebCore/plugins/android/ |
PluginDataAndroid.cpp | 59 Vector<String> extensions = package->mimeToExtensions().get(mime->type);
|
/external/webkit/WebCore/plugins/gtk/ |
PluginDataGtk.cpp | 53 Vector<String> extensions = package->mimeToExtensions().get(mime->type);
|
/external/webkit/WebCore/plugins/win/ |
PluginDataWin.cpp | 52 Vector<String> extensions = package->mimeToExtensions().get(mime->type);
|
/external/webkit/WebCore/plugins/wx/ |
PluginDataWx.cpp | 59 Vector<String> extensions = package->mimeToExtensions().get(mime->type);
|
/external/webkit/WebCore/rendering/ |
RenderSVGShadowTreeRootContainer.cpp | 77 useElement->buildShadowAndInstanceTree(m_shadowRoot.get());
|
RenderWidget.h | 36 Widget* widget() const { return m_widget.get(); }
|
/external/webkit/WebCore/rendering/style/ |
KeyframeList.h | 46 const RenderStyle* style() const { return m_style.get(); }
|
/external/webkit/WebCore/storage/ |
SQLStatement.h | 67 SQLError* sqlError() const { return m_error.get(); }
|
StorageEvent.h | 47 Storage* storageArea() const { return m_storageArea.get(); }
|
/external/webkit/WebCore/svg/ |
SVGPolyElement.cpp | 54 return m_points.get();
|