Searched refs:Vector (Results 101 - 125 of 2155) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DTemporaryLinkStubs.cpp38 void getSupportedKeySizes(Vector<String>&) { notImplemented(); }
H A DSearchPopupMenuWin.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginStrategy.h38 virtual void getPluginInfo(const Page*, Vector<PluginInfo>&) = 0;
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DDataReference.h29 #include <wtf/Vector.h>
51 DataReference(const Vector<uint8_t, inlineCapacity>& vector) argument
67 Vector<uint8_t> vector() const
69 Vector<uint8_t> result;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitContextMenuPrivate.h27 void webkitContextMenuPopulate(WebKitContextMenu*, Vector<WebCore::ContextMenuItem>&);
/macosx-10.9.5/ruby-104/ruby/test/matrix/
H A Dtest_vector.rb6 @v1 = Vector[1,2,3]
7 @v2 = Vector[1,2,3]
9 @v4 = Vector[1.0, 2.0, 3.0]
10 @w1 = Vector[2,3,4]
70 assert_equal(Vector[2,3,4], a)
80 assert_equal(Vector[2.0,4.0,6.0], a)
84 assert_equal(Vector[2,4,6], @v1 * 2)
86 assert_raise(Matrix::ErrOperationNotDefined) { @v1 * Vector[1,4,9] }
91 assert_equal(1, Vector[1, 2, 3] * o)
95 assert_equal(Vector[
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DSubframeLoader.h38 #include <wtf/Vector.h>
66 const String& serviceType, const Vector<String>& paramNames, const Vector<String>& paramValues);
71 PassRefPtr<Widget> loadMediaPlayerProxyPlugin(Node*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues);
74 PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const Vector<String>& paramNames, const Vector<String>& paramValues);
83 bool requestPlugin(HTMLPlugInImageElement*, const KURL&, const String& serviceType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback);
87 const Vector<Strin
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DLocaleICU.h60 virtual const Vector<String>& monthLabels() OVERRIDE;
61 virtual const Vector<String>& shortMonthLabels() OVERRIDE;
62 virtual const Vector<String>& standAloneMonthLabels() OVERRIDE;
63 virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE;
64 virtual const Vector<String>& timeAMPMLabels() OVERRIDE;
80 PassOwnPtr<Vector<String> > createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size);
91 OwnPtr<Vector<String> > m_monthLabels;
101 Vector<String> m_shortMonthLabels;
102 Vector<String> m_standAloneMonthLabels;
103 Vector<Strin
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeapStatistics.h53 static Vector<double>* s_pauseTimeStarts;
54 static Vector<double>* s_pauseTimeEnds;
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechRecognitionResult.cpp38 PassRefPtr<SpeechRecognitionResult> SpeechRecognitionResult::create(const Vector<RefPtr<SpeechRecognitionAlternative> >& alternatives, bool final)
51 SpeechRecognitionResult::SpeechRecognitionResult(const Vector<RefPtr<SpeechRecognitionAlternative> >& alternatives, bool final)
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMutationCallback.h36 #include <wtf/Vector.h>
47 virtual void call(const Vector<RefPtr<MutationRecord> >&, MutationObserver*) = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DColorChooserClient.h39 #include <wtf/Vector.h>
54 virtual Vector<Color> suggestions() const = 0;
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioResampler.h32 #include <wtf/Vector.h>
62 Vector<OwnPtr<AudioResamplerKernel> > m_kernels;
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DSearchPopupMenuBlackBerry.cpp45 void SearchPopupMenuBlackBerry::saveRecentSearches(AtomicString const&, const Vector<String>&) argument
50 void SearchPopupMenuBlackBerry::loadRecentSearches(AtomicString const&, Vector<String>&)
H A DSearchPopupMenuBlackBerry.h32 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
33 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterParameterList.h35 #include <wtf/Vector.h>
40 typedef Vector<RefPtr<CustomFilterParameter> > CustomFilterParameterListBase;
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DSearchPopupMenuGtk.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DSearchPopupMenuWinCE.cpp38 void SearchPopupMenu::saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems)
46 void SearchPopupMenu::loadRecentSearches(const AtomicString& name, Vector<String>& searchItems)
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DFixedTableLayout.h27 #include <wtf/Vector.h>
44 Vector<Length> m_width;
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGLengthList.h26 #include <wtf/Vector.h>
30 class SVGLengthList : public Vector<SVGLength> {
H A DSVGStringList.h27 #include <wtf/Vector.h>
33 class SVGStringList : public Vector<String> {
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DSearchPopupMenuEfl.h34 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
35 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DSearchPopupMenuQt.h33 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems);
34 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/efl/
H A DWKArrayEfl.cpp33 #include <wtf/Vector.h>
43 Vector<WKTypeRef> vector;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DOriginAndDatabases.h32 #include <wtf/Vector.h>
49 Vector<WebCore::DatabaseDetails> databases;

Completed in 301 milliseconds

1234567891011>>