Searched refs:Vector (Results 201 - 225 of 2155) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DCookieParser.h31 #include <wtf/Vector.h>
46 Vector<RefPtr<ParsedCookie> > parse(const String& cookies);
H A DLoggingBlackBerry.cpp49 Vector<String> logv;
52 Vector<String>::const_iterator it = logv.begin();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerCompositingThread.h87 const Vector<RefPtr<LayerAnimation> >& animations() const { return m_animations; }
108 Vector<RefPtr<LayerAnimation> > m_animations;
155 void setSublayers(const Vector<RefPtr<LayerCompositingThread> >&);
156 const Vector<RefPtr<LayerCompositingThread> >& sublayers() const { return m_sublayers; }
186 const Vector<FloatPoint, 4>& transformedBounds() const { return m_transformedBounds; }
187 const Vector<float, 4>& ws() const { return m_ws; }
194 const Vector<FloatPoint>& textureCoordinates(TextureCoordinateOrientation = RightSideUp) const;
227 void setRunningAnimations(const Vector<RefPtr<LayerAnimation> >& animations) { m_runningAnimations = animations; }
228 void setSuspendedAnimations(const Vector<RefPtr<LayerAnimation> >& animations) { m_suspendedAnimations = animations; }
237 Vector<RefPt
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCAAnimation.h37 #include <wtf/Vector.h>
128 void setValues(const Vector<float>&);
129 void setValues(const Vector<WebCore::TransformationMatrix>&);
130 void setValues(const Vector<FloatPoint3D>&);
131 void setValues(const Vector<WebCore::Color>&);
133 void setValues(const Vector<RefPtr<FilterOperation> >&, int internalFilterPropertyIndex);
137 void setKeyTimes(const Vector<float>&);
140 void setTimingFunctions(const Vector<const TimingFunction*>&, bool reverse = false);
/macosx-10.9.5/WebCore-7537.78.1/platform/leveldb/
H A DLevelDBSlice.h31 #include <wtf/Vector.h>
45 LevelDBSlice(const Vector<char>& v)
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAltGlyphElement.h28 #include <wtf/Vector.h>
44 bool hasValidGlyphElements(Vector<String>& glyphNames) const;
H A DSVGPathSegList.h28 #include <wtf/Vector.h>
35 class SVGPathSegList : public Vector<RefPtr<SVGPathSeg> > {
H A DSVGTransformList.h27 #include <wtf/Vector.h>
31 class SVGTransformList : public Vector<SVGTransform> {
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DSearchPopupMenuMac.h38 virtual void saveRecentSearches(const AtomicString& name, const Vector<String>& searchItems) override;
39 virtual void loadRecentSearches(const AtomicString& name, Vector<String>& searchItems) override;
/macosx-10.9.5/WebKit2-7537.78.2/Platform/efl/
H A DLoggingEfl.cpp35 DEFINE_STATIC_LOCAL(Vector<WTFLogChannel*>, activatedChannels, ());
43 Vector<String> activatedNames;
/macosx-10.9.5/WebKit2-7537.78.2/Platform/gtk/
H A DLoggingGtk.cpp37 static Vector<WTFLogChannel*> activatedChannels;
45 static Vector<String> activatedNames;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Network/
H A DNetworkProcessCreationParameters.h33 #include <wtf/Vector.h>
62 Vector<String> urlSchemesRegisteredForCustomProtocols;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DStatisticsData.h32 #include <wtf/Vector.h>
45 Vector<HashMap<String, uint64_t>> webCoreCacheStatistics;
H A DWebContextMenuItemData.cpp60 WebContextMenuItemData::WebContextMenuItemData(WebCore::ContextMenuAction action, const String& title, bool enabled, const Vector<WebContextMenuItemData>& submenu)
77 const Vector<WebCore::ContextMenuItem>& coreSubmenu = item.subMenuItems();
79 Vector<WebCore::ContextMenuItem> coreSubmenu = WebCore::contextMenuItemVector(item.platformSubMenu());
93 Vector<ContextMenuItem> subMenuItems = coreItems(m_submenu);
139 Vector<WebContextMenuItemData> submenu;
160 Vector<WebContextMenuItemData> kitItems(const Vector<WebCore::ContextMenuItem>& coreItemVector, WebCore::ContextMenu* menu)
162 Vector<WebContextMenuItemData> result;
170 Vector<ContextMenuItem> coreItems(const Vector<WebContextMenuItemDat
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Notifications/
H A DWebNotificationProvider.h32 #include <wtf/Vector.h>
47 void clearNotifications(const Vector<uint64_t>& notificationIDs);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DTextCheckerCompletion.h31 #include <wtf/Vector.h>
41 void didFinishCheckingText(const Vector<WebCore::TextCheckingResult>&) const;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebContextMenuProxyMac.h47 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
55 void populate(const Vector<WebContextMenuItemData>&);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebSearchPopupMenu.h34 virtual void saveRecentSearches(const WTF::AtomicString& name, const Vector<String>& searchItems) OVERRIDE;
35 virtual void loadRecentSearches(const WTF::AtomicString& name, Vector<String>& searchItems) OVERRIDE;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebContextMenu.cpp68 Vector<WebContextMenuItemData> menuItems;
84 void WebContextMenu::menuItemsWithUserData(Vector<WebContextMenuItemData> &menuItems, RefPtr<APIObject>& userData) const
96 const Vector<ContextMenuItem>& coreItems = menu->items();
98 Vector<ContextMenuItem> coreItems = contextMenuItemVector(menu->platformDescription());
100 Vector<WebContextMenuItemData> proposedMenu = kitItems(coreItems, menu);
101 Vector<WebContextMenuItemData> newMenu;
108 Vector<WebContextMenuItemData> WebContextMenu::items() const
110 Vector<WebContextMenuItemData> menuItems;
H A DWebContextMenu.h46 Vector<WebContextMenuItemData> items() const;
50 void menuItemsWithUserData(Vector<WebContextMenuItemData>&, RefPtr<APIObject>&) const;
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DShapeInterval.cpp53 void sortShapeIntervals(Vector<ShapeInterval>& v)
58 void mergeShapeIntervals(const Vector<ShapeInterval>& v1, const Vector<ShapeInterval>& v2, Vector<ShapeInterval>& rv)
65 Vector<ShapeInterval> v(v1.size() + v2.size());
86 void intersectShapeIntervals(const Vector<ShapeInterval>& v1, const Vector<ShapeInterval>& v2, Vector<ShapeInterval>& rv)
127 void subtractShapeIntervals(const Vector<ShapeInterval>& v1, const Vector<ShapeInterva
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DFormDataBuilder.cpp43 static inline void append(Vector<char>& buffer, char string)
48 static inline void append(Vector<char>& buffer, const char* string)
53 static inline void append(Vector<char>& buffer, const CString& string)
58 static void appendQuotedString(Vector<char>& buffer, const CString& string)
88 Vector<String> charsets;
93 Vector<String>::const_iterator end = charsets.end();
94 for (Vector<String>::const_iterator it = charsets.begin(); it != end; ++it) {
102 Vector<char> FormDataBuilder::generateUniqueBoundaryString()
104 Vector<char> boundary;
128 Vector<cha
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerCompilation.h67 void addOSRExitSite(const Vector<const void*>& codeAddresses);
75 Vector<ProfiledBytecodes> m_profiledBytecodes;
76 Vector<CompiledBytecode> m_descriptions;
78 Vector<OSRExitSite> m_osrExitSites;
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBPendingTransactionMonitor.h32 #include <wtf/Vector.h>
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLStatementBackend.h37 #include <wtf/Vector.h>
50 const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions);
67 const Vector<SQLValue>& arguments, int permissions);
74 Vector<SQLValue> m_arguments;

Completed in 308 milliseconds

1234567891011>>