Searched refs:HashMap (Results 1 - 25 of 758) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DStatisticsData.h31 #include <wtf/HashMap.h>
42 HashMap<String, uint64_t> statisticsNumbers;
43 HashMap<String, uint64_t> javaScriptProtectedObjectTypeCounts;
44 HashMap<String, uint64_t> javaScriptObjectTypeCounts;
45 Vector<HashMap<String, uint64_t>> webCoreCacheStatistics;
H A DCommandLine.h29 #include <wtf/HashMap.h>
49 HashMap<String, String> m_args;
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebFixedPositionContentInternal.h27 #import <wtf/HashMap.h>
38 - (void)setViewportConstrainedLayers:(WTF::HashMap<CALayer *, std::unique_ptr<WebCore::ViewportConstraints>>&)layerMap stickyContainerMap:(WTF::HashMap<CALayer*, CALayer*>&)stickyContainers;
/macosx-10.10/WebCore-7600.1.25/page/
H A DUserContentTypes.h29 #include <wtf/HashMap.h>
H A DUserScriptTypes.h29 #include <wtf/HashMap.h>
40 typedef HashMap<RefPtr<DOMWrapperWorld>, std::unique_ptr<UserScriptVector>> UserScriptMap;
H A DUserStyleSheetTypes.h29 #include <wtf/HashMap.h>
41 typedef HashMap<RefPtr<DOMWrapperWorld>, std::unique_ptr<UserStyleSheetVector>> UserStyleSheetMap;
H A DUserMessageHandlerDescriptorTypes.h31 #include <wtf/HashMap.h>
41 typedef HashMap<std::pair<AtomicString, RefPtr<DOMWrapperWorld>>, RefPtr<UserMessageHandlerDescriptor>> UserMessageHandlerDescriptorMap;
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DGtkTouchContextHelper.h30 #include <wtf/HashMap.h>
35 typedef HashMap<uint32_t, GUniquePtr<GdkEvent>> TouchEventsMap;
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreePropertyApplier.h31 #include <wtf/HashMap.h>
39 typedef HashMap<WebCore::GraphicsLayer::PlatformLayerID, LayerOrView *> RelatedLayerMap;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DGeolocationPermissionRequestManagerProxy.h30 #include <wtf/HashMap.h>
49 HashMap<uint64_t, RefPtr<GeolocationPermissionRequestProxy>> m_pendingRequests;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DVerticalPositionCache.h30 #include <wtf/HashMap.h>
44 const HashMap<RenderObject*, LayoutUnit>& mapToCheck = baselineType == AlphabeticBaseline ? m_alphabeticPositions : m_ideographicPositions;
45 const HashMap<RenderObject*, LayoutUnit>::const_iterator it = mapToCheck.find(renderer);
62 HashMap<RenderObject*, LayoutUnit> m_alphabeticPositions;
63 HashMap<RenderObject*, LayoutUnit> m_ideographicPositions;
/macosx-10.10/WebCore-7600.1.25/svg/graphics/filters/
H A DSVGFilterBuilder.h27 #include <wtf/HashMap.h>
66 HashMap<AtomicString, RefPtr<FilterEffect>>::iterator end = m_builtinEffects.end();
67 for (HashMap<AtomicString, RefPtr<FilterEffect>>::iterator iterator = m_builtinEffects.begin(); iterator != end; ++iterator)
71 HashMap<AtomicString, RefPtr<FilterEffect>> m_builtinEffects;
72 HashMap<AtomicString, RefPtr<FilterEffect>> m_namedEffects;
75 HashMap<RefPtr<FilterEffect>, FilterEffectSet> m_effectReferences;
76 HashMap<RenderObject*, FilterEffect*> m_effectRenderer;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPlugInAutoStartProvider.h31 #include <wtf/HashMap.h>
47 typedef HashMap<unsigned, double> PlugInAutoStartOriginMap;
48 typedef HashMap<WebCore::SessionID, PlugInAutoStartOriginMap> SessionPlugInAutoStartOriginMap;
72 typedef HashMap<String, PlugInAutoStartOriginMap, CaseFoldingHash> AutoStartTable;
73 typedef HashMap<WebCore::SessionID, AutoStartTable> SessionAutoStartTable;
76 HashMap<WebCore::SessionID, HashMap<unsigned, String>> m_hashToOriginMap;
H A DWebPluginSiteDataManager.h35 #include <wtf/HashMap.h>
66 HashMap<uint64_t, RefPtr<ArrayCallback>> m_arrayCallbacks;
67 HashMap<uint64_t, RefPtr<VoidCallback>> m_voidCallbacks;
73 HashMap<uint64_t, std::unique_ptr<GetSitesWithDataState>> m_pendingGetSitesWithData;
76 HashMap<uint64_t, std::unique_ptr<ClearSiteDataState>> m_pendingClearSiteData;
/macosx-10.10/WebCore-7600.1.25/bridge/c/
H A Dc_class.h33 #include <wtf/HashMap.h>
51 mutable HashMap<RefPtr<StringImpl>, OwnPtr<Method>> m_methods;
52 mutable HashMap<RefPtr<StringImpl>, OwnPtr<Field>> m_fields;
/macosx-10.10/WebCore-7600.1.25/loader/archive/
H A DArchiveResourceCollection.h37 #include <wtf/HashMap.h>
54 HashMap<String, RefPtr<ArchiveResource>> m_subresources;
55 HashMap<String, RefPtr<Archive>> m_subframes;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Geolocation/
H A DGeolocationPermissionRequestManager.h29 #include <wtf/HashMap.h>
50 typedef HashMap<uint64_t, WebCore::Geolocation*> IDToGeolocationMap;
51 typedef HashMap<WebCore::Geolocation*, uint64_t> GeolocationToIDMap;
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DDOMObjectHashTableMap.h26 #include <wtf/HashMap.h>
41 for (HashMap<const JSC::HashTable*, JSC::HashTable>::iterator iter = m_map.begin(); iter != m_map.end(); ++iter)
47 HashMap<const JSC::HashTable*, JSC::HashTable>::iterator iter = m_map.find(&staticTable);
54 HashMap<const JSC::HashTable*, JSC::HashTable> m_map;
H A DScriptCachedFrameData.h36 #include <wtf/HashMap.h>
54 typedef HashMap<RefPtr<DOMWrapperWorld>, JSC::Strong<JSDOMWindow>> JSDOMWindowSet;
/macosx-10.10/WebCore-7600.1.25/crypto/
H A DCryptoAlgorithmRegistry.h31 #include <wtf/HashMap.h>
68 HashMap<String, CryptoAlgorithmIdentifier, CaseFoldingHash> m_nameToIdentifierMap;
69 HashMap<unsigned, String> m_identifierToNameMap;
70 HashMap<unsigned, CryptoAlgorithmConstructor> m_identifierToConstructorMap;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocumentSharedObjectPool.h31 #include <wtf/HashMap.h>
45 typedef HashMap<unsigned, RefPtr<ShareableElementData>, AlreadyHashed> ShareableElementDataCache;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Notifications/
H A DNotificationPermissionRequestManagerProxy.h30 #include <wtf/HashMap.h>
50 HashMap<uint64_t, RefPtr<NotificationPermissionRequest>> m_pendingRequests;
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/serial/test/
H A DTestClassCatalog.java12 import java.util.HashMap;
22 private HashMap idToDescMap = new HashMap();
23 private HashMap nameToIdMap = new HashMap();
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageMap.h29 #include <wtf/HashMap.h>
51 void importItems(const HashMap<String, String>&);
52 const HashMap<String, String>& items() const { return m_map; }
64 HashMap<String, String> m_map;
65 HashMap<String, String>::iterator m_iterator;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Notifications/
H A DNotificationPermissionRequestManager.h33 #include <wtf/HashMap.h>
72 HashMap<uint64_t, RefPtr<WebCore::NotificationPermissionCallback>> m_idToCallbackMap;
75 HashMap<uint64_t, RefPtr<WebCore::VoidCallback>> m_idToVoidCallbackMap;
77 HashMap<RefPtr<WebCore::SecurityOrigin>, uint64_t> m_originToIDMap;
78 HashMap<uint64_t, RefPtr<WebCore::SecurityOrigin>> m_idToOriginMap;
88 // HashMap for bucketing.

Completed in 302 milliseconds

1234567891011>>