Home
last modified time | relevance | path

Searched defs:stringImpl (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/loader/
DCrossOriginPreflightResultCache.cpp55 StringImpl* stringImpl = string.impl(); in addToAccessControlAllowList() local
/external/webkit/Source/WebCore/bindings/v8/
DV8Binding.h91 StringImpl* stringImpl = string.impl(); in v8ExternalString() local
DV8Binding.cpp461 StringImpl* stringImpl = static_cast<StringImpl*>(parameter); in cachedStringCallback() local
471 v8::Local<v8::String> v8ExternalStringSlow(StringImpl* stringImpl) in v8ExternalStringSlow()
/external/webkit/Source/WebCore/bindings/js/
DJSDOMBinding.h299 StringImpl* stringImpl = s.impl(); in jsString() local
DJSDOMBinding.cpp181 JSValue jsStringSlowCase(ExecState* exec, JSStringCache& stringCache, StringImpl* stringImpl) in jsStringSlowCase()