Searched refs:Vector (Results 51 - 75 of 2155) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileList.cpp44 Vector<String> FileList::paths() const
46 Vector<String> paths;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPageGroupLoadDeferrer.h24 #include <wtf/Vector.h>
38 Vector<RefPtr<Frame>, 16> m_deferredFrames;
H A DUserScriptTypes.h30 #include <wtf/Vector.h>
39 typedef Vector<OwnPtr<UserScript> > UserScriptVector;
H A DUserStyleSheetTypes.h30 #include <wtf/Vector.h>
40 typedef Vector<OwnPtr<UserStyleSheet> > UserStyleSheetVector;
/macosx-10.9.5/WebCore-7537.78.1/page/win/
H A DFrameWin.h29 #include <wtf/Vector.h>
40 void computePageRectsForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContextMenuNone.cpp41 void ContextMenu::getContextMenuItems(PlatformContextMenu, Vector<ContextMenuItem>&)
46 PlatformContextMenu ContextMenu::createPlatformContextMenuFromItems(const Vector<ContextMenuItem>&) argument
H A DFileChooser.h34 #include <wtf/Vector.h>
57 Vector<String> acceptMIMETypes;
58 Vector<String> acceptFileExtensions;
59 Vector<String> selectedFiles;
65 Vector<String> acceptTypes() const;
72 virtual void filesChosen(const Vector<FileChooserFileInfo>&) = 0;
83 void chooseFiles(const Vector<String>& paths);
86 void chooseFiles(const Vector<FileChooserFileInfo>& files);
H A DSSLKeyGenerator.h29 #include <wtf/Vector.h>
39 void getSupportedKeySizes(Vector<String>& sizes);
H A DContextMenu.h59 static PlatformContextMenu createPlatformContextMenuFromItems(const Vector<ContextMenuItem>&);
60 static void getContextMenuItems(PlatformContextMenu, Vector<ContextMenuItem>&);
65 void setItems(const Vector<ContextMenuItem>& items) { m_items = items; }
66 const Vector<ContextMenuItem>& items() const { return m_items; }
88 Vector<ContextMenuItem> m_items;
104 Vector<ContextMenuItem> contextMenuItemVector(PlatformMenuDescription);
105 PlatformMenuDescription platformMenuDescription(Vector<ContextMenuItem>&);
H A DFileChooser.cpp58 Vector<String> filenames;
63 void FileChooser::chooseFiles(const Vector<String>& filenames)
72 Vector<FileChooserFileInfo> files;
78 void FileChooser::chooseFiles(const Vector<FileChooserFileInfo>& files)
81 Vector<String> paths;
92 Vector<String> FileChooserSettings::acceptTypes() const
94 Vector<String> acceptTypes;
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/
H A DCFURLExtras.h31 #include <wtf/Vector.h>
35 typedef Vector<char, 512> URLCharBuffer;
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DSearchPopupMenuGtk.cpp37 void SearchPopupMenuGtk::saveRecentSearches(const AtomicString&, const Vector<String>&) argument
42 void SearchPopupMenuGtk::loadRecentSearches(const AtomicString&, Vector<String>&)
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DDeferredData.h25 #include <wtf/Vector.h>
77 bool processHeaders(Vector<String>& headerKeys, Vector<String>& headerValues, HandleHeadersFunction);
85 Vector<String> m_headerKeys;
86 Vector<String> m_headerValues;
87 Vector<String> m_multipartHeaderKeys;
88 Vector<String> m_multipartheaderValues;
89 Deque<Vector<char> > m_dataSegments;
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DIFrameShimSupport.h23 #include <wtf/Vector.h>
30 void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions);
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAltGlyphDefElement.h25 #include <wtf/Vector.h>
33 bool hasValidGlyphElements(Vector<String>& glyphNames) const;
H A DSVGAltGlyphItemElement.h25 #include <wtf/Vector.h>
33 bool hasValidGlyphElements(Vector<String>& glyphNames) const;
H A DSVGNumberList.h26 #include <wtf/Vector.h>
30 class SVGNumberList : public Vector<float> {
H A DSVGPointList.h27 #include <wtf/Vector.h>
33 class SVGPointList : public Vector<FloatPoint> {
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DSearchPopupMenuEfl.cpp40 void SearchPopupMenuEfl::saveRecentSearches(const AtomicString&, const Vector<String>&) argument
45 void SearchPopupMenuEfl::loadRecentSearches(const AtomicString&, Vector<String>&)
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DSearchPopupMenuQt.cpp36 void SearchPopupMenuQt::saveRecentSearches(const AtomicString&, const Vector<String>&) argument
40 void SearchPopupMenuQt::loadRecentSearches(const AtomicString&, Vector<String>&)
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBKeyPath.h31 #include <wtf/Vector.h>
43 void IDBParseKeyPath(const String&, Vector<String>&, IDBKeyPathParseError&);
49 explicit IDBKeyPath(const Vector<String>& array);
59 const Vector<String>& array() const
78 Vector<String> m_array;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DDictationCommand.h39 static void insertText(Document*, const String&, const Vector<DictationAlternative>& alternatives, const VisibleSelection&);
42 static PassRefPtr<DictationCommand> create(Document* document, const String& text, const Vector<DictationAlternative>& alternatives)
47 DictationCommand(Document*, const String& text, const Vector<DictationAlternative>& alternatives);
53 void collectDictationAlternativesInRange(size_t rangeStart, size_t rangeLength, Vector<DictationAlternative>&);
56 Vector<DictationAlternative> m_alternatives;
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleTextEditor.h30 #include <wtf/Vector.h>
44 InspectorStyleTextEditor(Vector<InspectorStyleProperty>* allProperties, Vector<InspectorStyleProperty>* disabledProperties, const String& styleText, const NewLineAndWhitespace& format);
57 Vector<InspectorStyleProperty>* m_allProperties;
58 Vector<InspectorStyleProperty>* m_disabledProperties;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnPathCache.h30 #include <wtf/Vector.h>
108 Vector<float> m_vertices;
111 Vector<float> m_texcoords;
113 Vector<float> m_interiorVertices;
117 Vector<float> m_interiorEdgeVertices;
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DLocaleNone.cpp47 virtual const Vector<String>& monthLabels() OVERRIDE;
48 virtual const Vector<String>& shortMonthLabels() OVERRIDE;
49 virtual const Vector<String>& standAloneMonthLabels() OVERRIDE;
50 virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE;
51 virtual const Vector<String>& timeAMPMLabels() OVERRIDE;
53 Vector<String> m_timeAMPMLabels;
54 Vector<String> m_shortMonthLabels;
55 Vector<String> m_monthLabels;
73 const Vector<String>& LocaleNone::monthLabels()
118 const Vector<Strin
[all...]

Completed in 233 milliseconds

1234567891011>>