Searched refs:Vector (Results 1 - 25 of 2155) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DQuotedPrintable.h34 #include <wtf/Vector.h>
38 void quotedPrintableEncode(const Vector<char>&, Vector<char>&);
39 void quotedPrintableEncode(const char*, size_t, Vector<char>&);
41 void quotedPrintableDecode(const Vector<char>&, Vector<char>&);
42 void quotedPrintableDecode(const char*, size_t, Vector<char>&);
H A DLineEnding.h36 #include <wtf/Vector.h>
44 void normalizeLineEndingsToCR(const CString& from, Vector<char>& result);
47 void normalizeLineEndingsToLF(const CString& from, Vector<char>& result);
51 void normalizeLineEndingsToNative(const CString& from, Vector<char>& result);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DProxyServerSoup.cpp33 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
36 return Vector<ProxyServer>();
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DProxyServerWin.cpp31 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
34 return Vector<ProxyServer>();
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DShapeInterval.h33 #include <wtf/Vector.h>
51 void sortShapeIntervals(Vector<ShapeInterval>&);
52 void mergeShapeIntervals(const Vector<ShapeInterval>&, const Vector<ShapeInterval>&, Vector<ShapeInterval>&);
53 void intersectShapeIntervals(const Vector<ShapeInterval>&, const Vector<ShapeInterval>&, Vector<ShapeInterval>&);
54 void subtractShapeIntervals(const Vector<ShapeInterval>&, const Vector<ShapeInterva
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DProxyServerBlackBerry.cpp34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
37 return Vector<ProxyServer>();
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DProxyServerCurl.cpp34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
37 return Vector<ProxyServer>();
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DPreciseJumpTargets.h33 void computePreciseJumpTargets(CodeBlock*, Vector<unsigned, 32>& out);
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerOSRExitSite.h30 #include <wtf/Vector.h>
36 explicit OSRExitSite(const Vector<const void*>& codeAddresses)
41 const Vector<const void*>& codeAddress() const { return m_codeAddresses; }
46 Vector<const void*> m_codeAddresses;
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLanguage.h30 #include <wtf/Vector.h>
35 Vector<String> userPreferredLanguages();
36 Vector<String> userPreferredLanguagesOverride();
37 void overrideUserPreferredLanguages(const Vector<String>&);
38 size_t indexOfBestMatchingLanguageInList(const String& language, const Vector<String>& languageList);
45 Vector<String> platformUserPreferredLanguages();
H A DSharedBufferChunkReader.h34 #include <wtf/Vector.h>
43 SharedBufferChunkReader(SharedBuffer*, const Vector<char>& separator);
46 void setSeparator(const Vector<char>&);
50 bool nextChunk(Vector<char>& data, bool includeSeparator = false);
57 size_t peek(Vector<char>&, size_t);
66 Vector<char> m_separator;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DTouchDisambiguation.h34 #include <wtf/Vector.h>
41 void findGoodTouchTargets(const IntRect& touchBox, Frame* mainFrame, Vector<IntRect>& goodTargets);
H A DUserScript.h32 #include <wtf/Vector.h>
45 UserScript(const String& source, const KURL& url, const Vector<String>& whitelist, const Vector<String>& blacklist, UserScriptInjectionTime injectionTime, UserContentInjectedFrames injectedFrames)
57 const Vector<String>& whitelist() const { return m_whitelist; }
58 const Vector<String>& blacklist() const { return m_blacklist; }
65 Vector<String> m_whitelist;
66 Vector<String> m_blacklist;
H A DUserStyleSheet.h32 #include <wtf/Vector.h>
45 UserStyleSheet(const String& source, const KURL& url, const Vector<String>& whitelist, const Vector<String>& blacklist, UserContentInjectedFrames injectedFrames, UserStyleLevel level)
57 const Vector<String>& whitelist() const { return m_whitelist; }
58 const Vector<String>& blacklist() const { return m_blacklist; }
65 Vector<String> m_whitelist;
66 Vector<String> m_blacklist;
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DSSLKeyGeneratorBlackBerry.cpp24 #include <wtf/Vector.h>
29 void getSupportedKeySizes(Vector<String>&)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DDashArray.h29 #include <wtf/Vector.h>
39 typedef Vector<DashArrayElement> DashArray;
H A DWOFFFileFormat.h31 #include <wtf/Vector.h>
42 bool convertWOFFToSfnt(SharedBuffer* woff, Vector<char>& sfnt);
/macosx-10.9.5/WebCore-7537.78.1/platform/image-encoders/
H A DJPEGImageEncoder.h24 #include <wtf/Vector.h>
29 bool compressRGBABigEndianToJPEG(unsigned char* rgbaBigEndianData, const IntSize&, Vector<char>& jpegData, const double* quality = 0);
H A DPNGImageEncoder.h24 #include <wtf/Vector.h>
29 bool compressRGBABigEndianToPNG(unsigned char* rgbaBigEndianData, const IntSize& size, Vector<char>& pngData);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DFormDataBuilder.h38 static Vector<char> generateUniqueBoundaryString();
39 static void beginMultiPartHeader(Vector<char>&, const CString& boundary, const CString& name);
40 static void addBoundaryToMultiPartHeader(Vector<char>&, const CString& boundary, bool isLastBoundary = false);
41 static void addFilenameToMultiPartHeader(Vector<char>&, const TextEncoding&, const String& filename);
42 static void addContentTypeToMultiPartHeader(Vector<char>&, const CString& mimeType);
43 static void finishMultiPartHeader(Vector<char>&);
46 static void addKeyValuePairAsFormData(Vector<char>&, const CString& key, const CString& value, FormData::EncodingType = FormData::FormURLEncoded);
47 static void encodeStringAsFormData(Vector<char>&, const CString&);
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGTextChunkBuilder.h25 #include <wtf/Vector.h>
43 const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; }
46 void buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
47 void layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes);
50 void addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxes, unsigned boxPosition, unsigned boxCount);
53 void processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>&, unsigned& atCharacter);
54 void processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>&);
58 Vector<SVGTextChunk> m_textChunks;
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechRecognitionResultList.h33 #include <wtf/Vector.h>
39 static PassRefPtr<SpeechRecognitionResultList> create(const Vector<RefPtr<SpeechRecognitionResult> >&);
45 explicit SpeechRecognitionResultList(const Vector<RefPtr<SpeechRecognitionResult> >&);
47 Vector<RefPtr<SpeechRecognitionResult> > m_results;
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DLanguageQt.cpp31 #include <wtf/Vector.h>
42 Vector<String> platformUserPreferredLanguages()
44 Vector<String> userPreferredLanguages;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DUniqueVector.h29 // Vector - ID ordered vector of entries. Entries can be indexed by ID - 1.
31 std::vector<T> Vector; member in class:llvm::UniqueVector
44 Val = static_cast<unsigned>(Vector.size()) + 1;
47 Vector.push_back(Entry);
68 return Vector[ID - 1];
73 size_t size() const { return Vector.size(); }
77 bool empty() const { return Vector.empty(); }
83 Vector.resize(0, 0);
H A DMapVector.h36 VectorType Vector; member in class:llvm::MapVector
43 return Vector.size();
47 return Vector.begin();
51 return Vector.begin();
55 return Vector.end();
59 return Vector.end();
63 return Vector.empty();
71 Vector.push_back(std::make_pair(Key, ValueT()));
72 I = Vector.size() - 1;
74 return Vector[
[all...]

Completed in 399 milliseconds

1234567891011>>