OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashSet
(Results
26 - 50
of
1003
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCycleSolver.cpp
59
HashSet
<RenderSVGResourceContainer*> resourceSet;
63
HashSet
<RenderSVGResourceContainer*>::iterator end = resourceSet.end();
64
for (
HashSet
<RenderSVGResourceContainer*>::iterator it = resourceSet.begin(); it != end; ++it) {
79
HashSet
<RenderSVGResourceContainer*> childSet;
83
HashSet
<RenderSVGResourceContainer*>::iterator end = childSet.end();
84
for (
HashSet
<RenderSVGResourceContainer*>::iterator it = childSet.begin(); it != end; ++it) {
106
// Stash all resources into a
HashSet
for the ease of traversing.
107
HashSet
<RenderSVGResourceContainer*> localResources;
111
// Add all parent resource containers to the
HashSet
.
112
HashSet
<RenderSVGResourceContainer*> parentResources
[
all
...]
/frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java
24
import java.util.
HashSet
;
48
Collections.unmodifiableSet(new
HashSet
<String>(
57
Collections.unmodifiableSet(new
HashSet
<String>(
71
Collections.unmodifiableSet(new
HashSet
<String>(
84
Collections.unmodifiableSet(new
HashSet
<String>(
/cts/tools/signature-tools/test/signature/converter/util/
AbstractTestSourceConverter.java
21
import java.util.
HashSet
;
33
return convert(Visibility.PROTECTED, new
HashSet
<CompilationUnit>(Arrays.asList(units)));
36
return convert(visibility, new
HashSet
<CompilationUnit>(Arrays.asList(units)));
/external/webkit/Source/WebCore/platform/chromium/
ReadableDataObject.h
36
#include <wtf/
HashSet
.h>
50
HashSet
<String> types() const;
69
mutable
HashSet
<String> m_types;
MIMETypeRegistryChromium.cpp
120
HashSet
<String> supportedMediaMIMETypes;
148
static
HashSet
<String>& dummyHashSet()
151
static
HashSet
<String> dummy;
156
HashSet
<String>& MIMETypeRegistry::getSupportedImageMIMETypes() { return dummyHashSet(); }
157
HashSet
<String>& MIMETypeRegistry::getSupportedImageResourceMIMETypes() { return dummyHashSet(); }
158
HashSet
<String>& MIMETypeRegistry::getSupportedImageMIMETypesForEncoding() { return dummyHashSet(); }
159
HashSet
<String>& MIMETypeRegistry::getSupportedNonImageMIMETypes() { return dummyHashSet(); }
160
HashSet
<String>& MIMETypeRegistry::getSupportedMediaMIMETypes() { return dummyHashSet(); }
/external/webkit/Source/WebCore/platform/graphics/
WidthIterator.h
25
#include <wtf/
HashSet
.h>
36
WidthIterator(const Font*, const TextRun&,
HashSet
<const SimpleFontData*>* fallbackFonts = 0, bool accountForGlyphBounds = false, bool forTextEmphasis = false);
60
HashSet
<const SimpleFontData*>* m_fallbackFonts;
/external/webkit/Source/WebCore/webaudio/
AudioNodeOutput.h
30
#include <wtf/
HashSet
.h>
123
HashSet
<AudioNodeInput*> m_inputs;
124
typedef
HashSet
<AudioNodeInput*>::iterator InputsIterator;
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSuggestionExtras.java
21
import java.util.
HashSet
;
35
HashSet
<String> columns = new
HashSet
<String>();
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapDiffSnapshot.java
22
import java.util.
HashSet
;
38
new
HashSet
<NativeAllocationInfo>(oldSnapshot.getAllocations());
48
new
HashSet
<NativeAllocationInfo>(newSnapshot.getAllocations());
/external/webkit/Source/WebCore/rendering/style/
KeyframeList.h
29
#include <wtf/
HashSet
.h>
48
const
HashSet
<int>& properties() const { return m_properties; }
58
HashSet
<int> m_properties; // The properties specified in this keyframe.
82
HashSet
<int>::const_iterator beginProperties() const { return m_properties.begin(); }
83
HashSet
<int>::const_iterator endProperties() const { return m_properties.end(); }
93
HashSet
<int> m_properties; // the properties being animated
/cts/tools/signature-tools/test/signature/converter/dex/
DexExternalizerTest.java
28
import java.util.
HashSet
;
35
IApi api = converter.convertApi("Dex Tests", DexUtil.getDexFiles(new
HashSet
<String>(Arrays.asList(new String[]{"resources/javaCore.dex"}))), Visibility.PRIVATE);
/external/webkit/Source/WebCore/css/
CSSCursorImageValue.h
26
#include <wtf/
HashSet
.h>
58
HashSet
<SVGElement*> m_referencedElements;
/external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext.h
31
#include <wtf/
HashSet
.h>
76
HashSet
<String> m_cleanOrigins;
/external/webkit/Source/WebCore/platform/
CookieJar.h
30
#include <wtf/
HashSet
.h>
49
void getHostnamesWithCookies(
HashSet
<String>& hostnames);
SchemeRegistry.h
30
#include <wtf/
HashSet
.h>
35
typedef
HashSet
<String, CaseFoldingHash> URLSchemesMap;
MIMETypeRegistry.cpp
32
#include <wtf/
HashSet
.h>
52
static
HashSet
<String>* supportedImageResourceMIMETypes;
53
static
HashSet
<String>* supportedImageMIMETypes;
54
static
HashSet
<String>* supportedImageMIMETypesForEncoding;
55
static
HashSet
<String>* supportedJavaScriptMIMETypes;
56
static
HashSet
<String>* supportedNonImageMIMETypes;
57
static
HashSet
<String>* supportedMediaMIMETypes;
58
static
HashSet
<String>* unsupportedTextMIMETypes;
158
supportedImageMIMETypesForEncoding = new
HashSet
<String>;
417
supportedMediaMIMETypes = new
HashSet
<String>
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.h
32
#include <wtf/
HashSet
.h>
56
HashSet
<AbstractCACFLayerTreeHost*> m_hostsWithChangesToFlush;
/external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.h
32
#include <wtf/
HashSet
.h>
60
HashSet
<String> m_availableExtensions;
/external/webkit/Source/WebCore/platform/graphics/win/
QTMovieTask.h
29
#include <WTF/
HashSet
.h>
62
HashSet
<QTMovieTaskClient*> m_taskList;
/external/webkit/Source/WebCore/platform/win/
WindowMessageBroadcaster.h
33
#include <wtf/
HashSet
.h>
46
typedef
HashSet
<WindowMessageListener*> ListenerSet;
/external/webkit/Source/WebCore/storage/
SQLTransactionCoordinator.h
38
#include <wtf/
HashSet
.h>
57
HashSet
<RefPtr<SQLTransaction> > activeReadTransactions;
/external/webkit/Source/WebKit2/UIProcess/
VisitedLinkProvider.h
33
#include <wtf/
HashSet
.h>
60
HashSet
<WebCore::LinkHash, WebCore::LinkHashHash> m_pendingVisitedLinks;
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.h
31
#include <wtf/
HashSet
.h>
70
HashSet
<WebPage*> m_pageSet;
/external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGrid.h
58
void addChild(AccessibilityObject*,
HashSet
<AccessibilityObject*>& appendedRows, unsigned& columnCount);
/external/webkit/Source/WebCore/loader/appcache/
ManifestParser.h
39
HashSet
<String> explicitURLs;
Completed in 3457 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>