| /external/webkit/WebCore/loader/ |
| CrossOriginPreflightResultCache.cpp | 53 StringImpl* stringImpl = string.impl(); 54 if (!stringImpl) 58 while (start <= end && isSpaceOrNewline((*stringImpl)[start])) 66 while (end && isSpaceOrNewline((*stringImpl)[end]))
|
| ResourceLoadNotifier.cpp | 123 StringImpl* oldRequestURL = request.url().string().impl();
|
| /external/webkit/WebCore/platform/ |
| LinkHash.cpp | 30 #include "StringImpl.h" 152 return AlreadyHashed::avoidDeletedValue(StringImpl::computeHash(url, length));
|
| /external/webkit/WebCore/svg/ |
| SVGAnimatedTemplate.h | 77 return StringImpl::computeHash(reinterpret_cast<const UChar*>(&key), sizeof(SVGAnimatedTypeWrapperKey) / sizeof(UChar));
|
| SVGElement.cpp | 103 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const
|
| /external/webkit/WebCore/bindings/js/ |
| SerializedScriptValue.cpp | 53 typedef Vector<RefPtr<StringImpl> > PropertyNameList; 717 SerializedScriptValueData getProperty(RefPtr<SerializedObject> object, const RefPtr<StringImpl>& propertyName, unsigned propertyIndex) 778 void putProperty(JSObject* object, const RefPtr<StringImpl> propertyName, JSValue value) 899 SerializedScriptValueData getProperty(RefPtr<SerializedObject> object, const RefPtr<StringImpl>& propertyName, unsigned propertyIndex) 935 void putProperty(bool, const RefPtr<StringImpl>&, bool)
|
| JSDOMBinding.h | 137 typedef JSC::WeakGCMap<StringImpl*, JSC::JSString*> JSStringCache; 357 JSC::JSValue jsStringSlowCase(JSC::ExecState*, JSStringCache&, StringImpl*); 434 StringImpl* stringImpl = s.impl(); 435 if (!stringImpl || !stringImpl->length()) 438 if (stringImpl->length() == 1 && stringImpl->characters()[0] <= 0xFF) 439 return jsString(exec, stringImpl->ustring()); 442 if (JSC::JSString* wrapper = stringCache.get(stringImpl)) [all...] |
| JSSVGPODTypeWrapper.h | 326 return StringImpl::computeHash(reinterpret_cast<const UChar*>(&info), sizeof(CacheInfo) / sizeof(UChar));
|
| JSDOMBinding.cpp | 534 StringImpl* cacheKey = static_cast<StringImpl*>(context); 554 JSValue jsStringSlowCase(ExecState* exec, JSStringCache& stringCache, StringImpl* stringImpl) 558 if (JSString* wrapper = stringCache.uncheckedGet(stringImpl)) 559 stringCache.uncheckedRemove(stringImpl, wrapper); 561 JSString* wrapper = jsStringWithFinalizer(exec, stringImpl->ustring(), stringWrapperDestroyed, stringImpl); 562 stringCache.set(stringImpl, wrapper); 564 // outlive the cache, so the stringImpl has to match the wrapper's lifetime [all...] |
| /external/webkit/WebCore/platform/network/win/ |
| ResourceHandleWin.cpp | 202 ResourceRequest request((StringImpl*) lParam); 312 lParam = (LPARAM) new StringImpl((const UChar*) statusInformation,
|
| /external/webkit/WebCore/rendering/ |
| RenderCounter.cpp | 289 : RenderText(node, StringImpl::empty()) 305 PassRefPtr<StringImpl> RenderCounter::originalText() const
|
| RenderEmbeddedObject.cpp | 192 HashSet<StringImpl*, CaseFoldingHash> uniqueParamNames;
|
| /external/webkit/WebCore/plugins/ |
| PluginPackage.cpp | 321 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
|
| /external/webkit/WebCore/plugins/win/ |
| PluginPackageWin.cpp | 315 return StringImpl::computeHash(reinterpret_cast<const UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
|
| /external/webkit/WebCore/bindings/v8/ |
| SerializedScriptValue.cpp | 673 m_data = StringImpl::adopt(writer.data()); 685 m_data = StringImpl::adopt(writer.data());
|
| /external/webkit/WebCore/dom/ |
| Text.cpp | 65 RefPtr<StringImpl> oldStr = dataImpl();
|
| Document.h | [all...] |
| /external/webkit/WebCore/html/ |
| HTMLTokenizer.h | 87 RefPtr<StringImpl> text;
|
| /external/webkit/WebCore/plugins/android/ |
| PluginPackageAndroid.cpp | 381 return StringImpl::computeHash(reinterpret_cast<const UChar*>(hashCodes),
|
| /external/webkit/WebCore/platform/graphics/ |
| FontCache.cpp | 97 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
|
| /external/webkit/WebCore/platform/graphics/wince/ |
| FontPlatformData.cpp | 149 return StringImpl::computeHash(reinterpret_cast<UChar*>(hashCodes), sizeof(hashCodes) / sizeof(UChar));
|
| /external/webkit/WebCore/rendering/style/ |
| RenderStyle.cpp | 592 void RenderStyle::setContent(PassRefPtr<StringImpl> s, bool add) 690 void RenderStyle::addBindingURI(StringImpl* uri) [all...] |
| RenderStyle.h | 110 class StringImpl; [all...] |
| /external/webkit/WebCore/platform/cf/ |
| BinaryPropertyList.cpp | 95 return StringImpl::computeHash(reinterpret_cast<const UChar*>(array.integers()), array.size() / (sizeof(int) / sizeof(UChar)));
|
| /external/webkit/WebCore/loader/appcache/ |
| ApplicationCacheStorage.cpp | 91 return AlreadyHashed::avoidDeletedValue(StringImpl::computeHash(url.string().characters() + hostStart, hostEnd - hostStart)); [all...] |