/external/webkit/Source/WebCore/platform/graphics/chromium/ |
FontChromiumWin.cpp | 536 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* /* glyphOverflow */) const
|
FontLinux.cpp | 244 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* /* glyphOverflow */) const
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
FontGtk.cpp | 349 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* overflow) const
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
UniscribeController.cpp | 41 UniscribeController::UniscribeController(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts)
|
QTMovie.cpp | 601 static HashSet<OSType>* allowedTrackTypes = 0; 603 allowedTrackTypes = new HashSet<OSType>;
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontWinCE.cpp | 243 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
|
/external/webkit/Source/WebKit/chromium/src/ |
WebMediaPlayerClientImpl.cpp | 571 void WebMediaPlayerClientImpl::getSupportedTypes(HashSet<String>& supportedTypes)
|
PlatformBridge.cpp | 221 HashSet<String> PlatformBridge::clipboardReadAvailableTypes( 226 HashSet<String> types; [all...] |
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
NetscapePluginInstanceProxy.h | 340 typedef HashSet<ProxyInstance*> ProxyInstanceSet;
|
/frameworks/base/services/java/com/android/server/am/ |
CompatModePackages.java | 7 import java.util.HashSet;
|
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
JDiffClassDescription.java | 29 import java.util.HashSet; 859 Set<String> interFaceSet = new HashSet<String>(); [all...] |
/cts/tools/vm-tests/src/util/build/ |
BuildDalvikSuite.java | 38 import java.util.HashSet; 629 Set<String> entries = new HashSet<String>();
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest.java | 43 import java.util.HashSet; 133 static final Set<String> SET = new HashSet<String>(Arrays.asList(new String[] { "one",
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
HashtableTest.java | 25 import java.util.HashSet; 254 Set s2 = new HashSet();
|
/external/guava/src/com/google/common/collect/ |
LinkedListMultimap.java | 36 import java.util.HashSet; 295 final Set<K> seenKeys = new HashSet<K>(Maps.capacity(keySet().size()));
|
Multimaps.java | 36 import java.util.HashSet; [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPRequest.java | 34 import java.util.HashSet; 97 private static final Set<String> targetRefreshMethods = new HashSet<String>(); [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
FontAndroid.cpp | 276 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>*, GlyphOverflow*) const [all...] |
/external/webkit/Source/WebCore/platform/network/cf/ |
ResourceHandleCFNet.cpp | 107 static HashSet<String>& allowsAnyHTTPSCertificateHosts() 109 static HashSet<String> hosts; [all...] |
/external/webkit/Source/WebCore/svg/animation/ |
SVGSMILElement.cpp | 361 HashSet<double> existing; 936 DEFINE_STATIC_LOCAL(HashSet<SVGSMILElement*>, loopBreaker, ()); [all...] |
/external/webkit/Source/WebKit/win/ |
WebView.h | 38 #include <wtf/HashSet.h> [all...] |
/frameworks/base/core/java/android/webkit/ |
BrowserFrame.java | 53 import java.util.HashSet; 239 mRemovedJavaScriptObjects = new HashSet<Object>(); [all...] |
/frameworks/ex/chips/src/com/android/ex/chips/ |
BaseRecipientAdapter.java | 53 import java.util.HashSet; 246 final Set<String> existingDestinations = new HashSet<String>(); [all...] |
/libcore/luni/src/main/java/java/util/ |
ResourceBundle.java | 626 Set<String> ret = new HashSet<String>(); 636 Set<String> ret = new HashSet<String>(); [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStore2Test.java | 50 import java.util.HashSet; 194 Set<String> alia = new HashSet<String>(); [all...] |