Home
last modified time | relevance | path

Searched defs:addResult (Results 1 – 16 of 16) sorted by relevance

/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Dstring-validate-input.js84 function addResult(r) function
/external/webkit/Source/WebCore/storage/
DSQLResultSetRowList.h47 void addResult(const SQLValue& result) { m_result.append(result); } in addResult() function
DStorageMap.cpp136 pair<HashMap<String, String>::iterator, bool> addResult = m_map.add(key, value); in setItem() local
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dstring-validate-input.js84 function addResult(r) function
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataCoreText.cpp45 …pair<HashMap<unsigned, RetainPtr<CFDictionaryRef> >::iterator, bool> addResult = m_CFStringAttribu… in getCFStringAttributes() local
DComplexTextControllerATSUI.cpp280 …pair<HashMap<unsigned, ATSUStyle>::iterator, bool> addResult = fontData->m_ATSUStyleMap.add(key, 0… in initializeATSUStyle() local
/external/webkit/Source/WebCore/inspector/front-end/
DExtensionAuditCategory.js83 addResult: function(displayName, description, severity, details) method in WebInspector.ExtensionAuditCategoryResults
DExtensionAPI.js299 addResult: function(displayName, description, severity, details) method in AuditResultImpl
/external/webkit/Source/WebCore/dom/
DDocumentOrderedMap.cpp72 pair<Map::iterator, bool> addResult = m_map.add(key, element); in add() local
DQualifiedName.cpp59 …pair<QNameSet::iterator, bool> addResult = gNameCache->add<QualifiedNameComponents, QNameComponent… in init() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DSecurity2Test.java307 int addResult = Security.addProvider(test); in test_removeProviderLjava_lang_String() local
/external/webkit/Source/JavaScriptCore/runtime/
DIdentifier.cpp130 …pair<HashSet<StringImpl*>::iterator, bool> addResult = identifierTable.add<const char*, Identifier… in add() local
226 …pair<HashSet<StringImpl*>::iterator, bool> addResult = globalData->identifierTable->add<UCharBuffe… in add() local
/external/webkit/Source/WebCore/loader/
DCrossOriginPreflightResultCache.cpp163 …pair<CrossOriginPreflightResultHashMap::iterator, bool> addResult = m_preflightHashMap.add(make_pa… in appendEntry() local
/external/webkit/Source/JavaScriptCore/wtf/text/
DAtomicString.cpp80 …pair<HashSet<StringImpl*>::iterator, bool> addResult = stringTable().add<T, HashTranslator>(value); in addToStringTable() local
/external/webkit/Source/WebCore/platform/cf/
DBinaryPropertyList.cpp227 …pair<IntegerArrayMap::iterator, bool> addResult = m_integerArrays.add(IntegerArray(integers, size)… in writeIntegerArray() local
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp2140 pair<LayerMap::iterator, bool> addResult = clones->add(cloneID, dummy); in findOrMakeClone() local