HomeSort by relevance Sort by last modified time
    Searched refs:HashSet (Results 226 - 250 of 1003) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/haiku/
ClipboardHaiku.h 51 HashSet<String> types() const;
CookieJarHaiku.cpp 78 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/mac/
ThreadCheck.mm 29 #import <wtf/HashSet.h>
101 DEFINE_STATIC_LOCAL(HashSet<String>, loggedFunctions, ());
  /external/webkit/Source/WebCore/platform/network/chromium/
CookieJarChromium.cpp 70 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/network/curl/
CookieJarCurl.cpp 71 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/qt/
TemporaryLinkStubsQt.cpp 80 void PluginDatabase::getPluginPathsInDirectories(HashSet<String>& paths) const
  /external/webkit/Source/WebCore/platform/wx/
ClipboardWx.h 49 virtual HashSet<String> types() const;
  /external/webkit/Source/WebCore/rendering/
RenderCombineText.h 41 virtual float width(unsigned from, unsigned length, const Font&, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
RenderText.h 74 virtual float width(unsigned from, unsigned len, const Font&, float xPos, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
75 virtual float width(unsigned from, unsigned len, float xPos, bool firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
143 void computePreferredLogicalWidths(float leadWidth, HashSet<const SimpleFontData*>& fallbackFonts, GlyphOverflow&);
156 float widthFromCache(const Font&, int start, int len, float xPos, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const;
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceContainer.h 68 HashSet<RenderObject*> m_clients;
RenderSVGResourceMarker.h 30 #include <wtf/HashSet.h>
  /external/webkit/Tools/DumpRenderTree/mac/
MockGeolocationProvider.mm 103 HashSet<WebView*> views = _registeredViews;
104 for (HashSet<WebView*>::iterator iter = views.begin(); iter != views.end(); ++iter) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 25 import java.util.HashSet;
112 HashSet<String> allKeys = new HashSet<String>();
116 assertEquals(allKeys, new HashSet<String>(Arrays.asList(expectedKeys)));
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 38 import java.util.HashSet;
49 final HashSet<String> pkgList = new HashSet<String>();
108 final HashSet<ServiceRecord> services = new HashSet<ServiceRecord>();
110 final HashSet<ServiceRecord> executingServices
111 = new HashSet<ServiceRecord>();
113 final HashSet<ConnectionRecord> connections
114 = new HashSet<ConnectionRecord>();
116 final HashSet<ReceiverList> receivers = new HashSet<ReceiverList>()
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexFieldImpl.java 26 import java.util.HashSet;
58 annotations = new HashSet<DexAnnotation>();
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
MyCertificateFactorySpi.java 33 import java.util.HashSet;
56 list = new HashSet();
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 21 import java.util.HashSet;
113 new HashSet<String>()
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 21 import java.util.HashSet;
113 new HashSet<String>()
  /external/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.cpp 27 #include <wtf/HashSet.h>
51 HashSet<StringImpl*>& table()
59 HashSet<StringImpl*>::iterator end = table->m_table.end();
60 for (HashSet<StringImpl*>::iterator iter = table->m_table.begin(); iter != end; ++iter)
65 HashSet<StringImpl*> m_table;
68 static inline HashSet<StringImpl*>& stringTable()
80 pair<HashSet<StringImpl*>::iterator, bool> addResult = stringTable().add<T, HashTranslator>(value);
331 HashSet<StringImpl*>::iterator iterator = stringTable().find<HashAndCharacters, HashAndCharactersTranslator>(buffer);
  /external/webkit/Source/WebCore/css/
CSSFontFace.cpp 91 HashSet<CSSSegmentedFontFace*>::iterator end = m_segmentedFontFaces.end();
92 for (HashSet<CSSSegmentedFontFace*>::iterator it = m_segmentedFontFaces.begin(); it != end; ++it)
  /external/webkit/Source/WebCore/dom/
NodeRareData.h 30 #include <wtf/HashSet.h>
42 typedef HashSet<DynamicNodeList*> NodeListSet;
  /external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.h 32 #include <wtf/HashSet.h>
92 typedef HashSet<RefPtr<ResourceLoader> > RequestMap;
  /external/webkit/Source/WebCore/page/animation/
AnimationControllerPrivate.h 36 #include <wtf/HashSet.h>
129 typedef HashSet<RefPtr<AnimationBase> > WaitingAnimationsSet;
  /external/webkit/Source/WebCore/platform/chromium/
ChromiumDataObject.h 38 #include <wtf/HashSet.h>
66 HashSet<String> types() const;
ChromiumDataObjectLegacy.h 38 #include <wtf/HashSet.h>
66 HashSet<String> types() const;

Completed in 1414 milliseconds

1 2 3 4 5 6 7 8 91011>>