Searched defs:is8Bit (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DArgumentCoders.cpp100 bool is8Bit = string.is8Bit(); local
102 encoder << length << is8Bit; local
140 bool is8Bit; local
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParserValues.h68 bool is8Bit() const { return m_is8Bit; } function in struct:WebCore::CSSParserString
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderText.h69 bool is8Bit() const { return m_text.is8Bit(); } function in class:WebCore::RenderText
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSString.h180 bool is8Bit() const { return m_flags & Is8Bit; } function in class:JSC::JSString
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DSegmentedString.h61 bool is8Bit() { return m_is8Bit; } function in class:WebCore::SegmentedSubstring

Completed in 79 milliseconds