HomeSort by relevance Sort by last modified time
    Searched refs:Vector (Results 1 - 25 of 2494) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
Vector.h 1 #include <JavaScriptCore/Vector.h>
  /external/webkit/Source/WebCore/platform/network/soup/
ProxyServerSoup.cpp 33 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
36 return Vector<ProxyServer>();
  /external/webkit/Source/WebCore/platform/network/win/
ProxyServerWin.cpp 31 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
34 return Vector<ProxyServer>();
  /external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/
Vector.h 1 #import <JavaScriptCore/Vector.h>
  /external/webkit/Source/WebKit2/UIProcess/win/
WebProcessProxyWin.cpp 31 Vector<HWND> WebProcessProxy::windowsToReceiveSentMessagesWhileWaitingForSyncReply()
33 return Vector<HWND>();
  /external/webkit/Tools/DumpRenderTree/
CyclicRedundancyCheck.h 34 #include <wtf/Vector.h>
36 unsigned computeCrc(const Vector<unsigned char>&);
  /external/webkit/Tools/DumpRenderTree/ForwardingHeaders/wtf/
Vector.h 1 #include <JavaScriptCore/Vector.h>
  /external/clang/test/CodeGenCXX/
noinline-template.cpp 6 // CHECK: define linkonce_odr void @_ZN6VectorIiE13growStorageByEv(%struct.Vector* %this) nounwind noinline
8 template <class Ty> struct Vector {
11 template <class T> __attribute__((noinline)) void Vector<T>::growStorageBy() {
14 Vector<int> strs;
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
Vector.h 3 #include <JavaScriptCore/Vector.h>
  /external/webkit/Source/WebCore/platform/graphics/
DashArray.h 29 #include <wtf/Vector.h>
32 typedef Vector<CGFloat> DashArray;
34 typedef Vector<double> DashArray;
36 typedef Vector<float> DashArray;
  /external/webkit/Source/WebCore/platform/network/android/
ProxyServerAndroid.cpp 34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
37 return Vector<ProxyServer>();
  /external/webkit/Source/WebKit/android/wds/client/
DeviceList.h 29 #include <utils/Vector.h>
33 typedef android::Vector<Device*> DeviceList;
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributes.h 25 #include <wtf/Vector.h>
39 Vector<float> xValues;
40 Vector<float> yValues;
41 Vector<float> dxValues;
42 Vector<float> dyValues;
43 Vector<float> rotateValues;
58 Vector<float>& xValues() { return m_positioningLists.xValues; }
59 const Vector<float>& xValues() const { return m_positioningLists.xValues; }
61 Vector<float>& yValues() { return m_positioningLists.yValues; }
62 const Vector<float>& yValues() const { return m_positioningLists.yValues;
    [all...]
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.h 34 #include <wtf/Vector.h>
45 static bool encode(const SkBitmap&, int quality, Vector<unsigned char>*);
46 static bool encode(const ImageData&, int quality, Vector<unsigned char>*);
PNGImageEncoder.h 34 #include <wtf/Vector.h>
45 static bool encode(const SkBitmap&, Vector<unsigned char>* output);
46 static bool encode(const ImageData&, Vector<unsigned char>* output);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/gtk/
PluginInfoStoreGtk.cpp 38 Vector<String> PluginInfoStore::pluginsDirectories()
41 return Vector<String>();
44 Vector<String> PluginInfoStore::pluginPathsInDirectory(const String& directory)
47 return Vector<String>();
50 Vector<String> PluginInfoStore::individualPluginPaths()
52 return Vector<String>();
  /external/clang/test/SemaCXX/
for-range-unused.cpp 6 struct Vector {
19 Vector<int> vector; local
20 vector.doIt();
  /external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.h 24 #include <wtf/Vector.h>
29 bool compressRGBABigEndianToJPEG(unsigned char* rgbaBigEndianData, const IntSize& size, Vector<char>& jpegData);
PNGImageEncoder.h 24 #include <wtf/Vector.h>
29 bool compressRGBABigEndianToPNG(unsigned char* rgbaBigEndianData, const IntSize& size, Vector<char>& pngData);
  /external/webkit/Source/WebCore/platform/network/
FormDataBuilder.h 38 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);
47 static void encodeStringAsFormData(Vector<char>&, const CString&);
  /external/webkit/Source/WebCore/platform/network/curl/
ProxyServerCurl.cpp 34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
37 return Vector<ProxyServer>();
  /external/webkit/Source/WebCore/plugins/android/
PluginClient.h 30 #include <wtf/Vector.h>
40 virtual Vector<String> getPluginDirectories() = 0;
  /external/v8/src/
natives.h 34 typedef bool (*NativeSourceCallback)(Vector<const char> name,
35 Vector<const char> source,
55 static Vector<const char> GetScriptSource(int index);
56 static Vector<const char> GetScriptName(int index);
strtod.h 36 double Strtod(Vector<const char> buffer, int exponent);
  /external/webkit/Source/WebCore/platform/text/
LineEnding.h 36 #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);

Completed in 712 milliseconds

1 2 3 4 5 6 7 8 91011>>