HomeSort by relevance Sort by last modified time
    Searched refs:StringImpl (Results 101 - 125 of 143) sorted by null

1 2 3 45 6

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 112 size_t get(JSGlobalData&, StringImpl* propertyName, unsigned& attributes, JSCell*& specificValue);
216 RefPtr<StringImpl> m_nameInPrevious;
JSString.h 135 StringImpl* operator*()
140 return static_cast<StringImpl*>(fiber);
206 JSString(JSGlobalData* globalData, PassRefPtr<StringImpl> value, HasOtherOwnerType)
366 StringImpl* impl = string.impl();
393 StringImpl* impl = u.impl();
482 return fixupVPtr(globalData, new (globalData) JSString(globalData, UString(StringImpl::create(s.impl(), offset, 1))));
553 return fixupVPtr(globalData, new (globalData) JSString(globalData, UString(StringImpl::create(s.impl(), offset, length)), JSString::HasOtherOwner));
Structure.cpp 68 bool StructureTransitionTable::contains(StringImpl* rep, unsigned attributes) const
77 inline Structure* StructureTransitionTable::get(StringImpl* rep, unsigned attributes) const
286 StringImpl* rep = propertyName.impl();
643 size_t Structure::get(JSGlobalData& globalData, StringImpl* propertyName, unsigned& attributes, JSCell*& specificValue)
695 StringImpl* rep = propertyName.impl();
720 StringImpl* rep = propertyName.impl();
827 StringImpl* rep = table()[c].key;
StringPrototype.cpp 260 return jsString(exec, StringImpl::create(source.impl(), max(0, position), min(sourceSize, length)));
273 PassRefPtr<StringImpl> impl = StringImpl::tryCreateUninitialized(totalLength, buffer);
282 StringImpl::copyChars(buffer + bufferPos, source.characters() + substringRanges[i].position, srcLen);
288 StringImpl::copyChars(buffer + bufferPos, separators[i].characters(), sepLen);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 127 RenderText::RenderText(Node* node, PassRefPtr<StringImpl> str)
207 if (RefPtr<StringImpl> textToTransform = originalText())
302 PassRefPtr<StringImpl> RenderText::originalText() const
628 StringImpl& text = *m_text.impl();
694 StringImpl& text = *m_text.impl();
    [all...]
RenderQuote.cpp 54 : RenderText(node, StringImpl::empty())
239 PassRefPtr<StringImpl> RenderQuote::originalText() const
RenderCounter.cpp 450 : RenderText(node, StringImpl::empty())
475 PassRefPtr<StringImpl> RenderCounter::originalText() const
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.h 109 typedef HashMap<RefPtr<StringImpl>, WriteBarrier<Unknown>, IdentifierRepHash> PrivatePropertyMap;
JSCallbackObjectFunctions.h 416 StringImpl* name = it->first.get();
427 StringImpl* name = it->first.get();
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 423 typedef HashMap<RefPtr<StringImpl>, int, IdentifierRepHash, HashTraits<RefPtr<StringImpl> >, IdentifierMapIndexHashTraits> IdentifierMap;
425 typedef HashMap<StringImpl*, JSString*, IdentifierRepHash> IdentifierStringMap;
524 HashSet<RefPtr<StringImpl>, IdentifierRepHash> m_functions;
  /external/webkit/Source/WebCore/loader/
CrossOriginPreflightResultCache.cpp 55 StringImpl* stringImpl = string.impl();
56 if (!stringImpl)
60 while (start <= end && isSpaceOrNewline((*stringImpl)[start]))
68 while (end && isSpaceOrNewline((*stringImpl)[end]))
ResourceLoadNotifier.cpp 110 StringImpl* oldRequestURL = request.url().string().impl();
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 205 text = new (renderArena()) RenderText(node(), StringImpl::create(&m_operator, 1));
329 RenderText* text = new (renderArena()) RenderText(node(), StringImpl::create(&glyph, 1));
  /external/webkit/Source/WebCore/svg/
SVGElement.cpp 106 bool SVGElement::isSupported(StringImpl* feature, StringImpl* version) const
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.h 211 JSC::JSValue jsStringSlowCase(JSC::ExecState*, JSStringCache&, StringImpl*);
299 StringImpl* stringImpl = s.impl();
300 if (!stringImpl || !stringImpl->length())
303 if (stringImpl->length() == 1 && stringImpl->characters()[0] <= 0xFF)
307 if (JSC::JSString* wrapper = stringCache.get(stringImpl))
310 return jsStringSlowCase(exec, stringCache, stringImpl);
  /external/webkit/Source/WebCore/storage/
StorageTracker.cpp 236 RefPtr<StringImpl> originIdentifier = (*it).threadsafeCopy().impl();
404 String identifier = adoptRef(reinterpret_cast<StringImpl*>(originIdentifier));
  /external/webkit/Source/JavaScriptCore/jit/
ThunkGenerators.cpp 30 #include <wtf/text/StringImpl.h>
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.h 44 typedef HashCountedSet<StringImpl*> FunctionCallHashCount;
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.h 233 StringImpl* string;
  /external/webkit/Source/WebCore/platform/
LinkHash.cpp 30 #include <wtf/text/StringImpl.h>
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 43 #include <wtf/text/StringImpl.h>
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 134 inline ProxyingRefPtr<WebString> toAPI(StringImpl* string)
145 inline ProxyingRefPtr<WebURL> toURLRef(StringImpl* string)
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Text.cpp 61 RefPtr<StringImpl> oldStr = dataImpl();
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 79 #include <wtf/text/StringImpl.h>

Completed in 1363 milliseconds

1 2 3 45 6