HomeSort by relevance Sort by last modified time
    Searched refs:storedValue (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestStatus.java 28 CtsTestStatus(String storedValue) {
29 mValue = storedValue;
  /external/chromium_org/third_party/WebKit/Source/platform/network/
WebSocketHandshakeRequest.cpp 58 result.storedValue->value = result.storedValue->value + "\n" + String(value);
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceCache.cpp 62 if (!traitsResult.storedValue->value)
63 traitsResult.storedValue->value = adoptPtrWillBeNoop(new TraitsMap);
65 TraitsMap::AddResult segmentedFontFaceResult = traitsResult.storedValue->value->add(fontFace->traits().mask(), nullptr);
66 if (!segmentedFontFaceResult.storedValue->value)
67 segmentedFontFaceResult.storedValue->value = CSSSegmentedFontFace::create(cssFontSelector, fontFace->traits());
69 segmentedFontFaceResult.storedValue->value->addFontFace(fontFace, cssConnected);
197 if (!traitsResult.storedValue->value)
198 traitsResult.storedValue->value = adoptPtrWillBeNoop(new TraitsMap);
201 TraitsMap::AddResult faceResult = traitsResult.storedValue->value->add(traits.mask(), nullptr);
202 if (!faceResult.storedValue->value)
    [all...]
CSSFontFaceSource.cpp 60 RefPtr<SimpleFontData>& fontData = m_fontDataTable.add(key.hash(), nullptr).storedValue->value;
CSSValuePool.cpp 94 entry.storedValue->value = CSSPrimitiveValue::createColor(rgbValue);
95 return entry.storedValue->value;
135 RefPtrWillBeMember<CSSPrimitiveValue>& value = m_fontFamilyValueCache.add(familyName, nullptr).storedValue->value;
148 RefPtrWillBeMember<CSSValueList>& value = m_fontFaceValueCache.add(string, nullptr).storedValue->value;
RuleFeature.cpp 321 addResult.storedValue->value = DescendantInvalidationSet::create();
322 return *addResult.storedValue->value;
329 addResult.storedValue->value = DescendantInvalidationSet::create();
330 return *addResult.storedValue->value;
337 addResult.storedValue->value = DescendantInvalidationSet::create();
338 return *addResult.storedValue->value;
345 addResult.storedValue->value = DescendantInvalidationSet::create();
346 return *addResult.storedValue->value;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp 87 result.storedValue->value = FaceCacheEntry::create(createFace());
88 result.storedValue->value->ref();
89 m_face = result.storedValue->value->face();
90 m_glyphCacheForFaceCacheEntry = result.storedValue->value->glyphCache();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementDataCache.cpp 50 ShareableElementDataCache::ValueType* it = m_shareableElementDataCache.add(attributeHash(attributes), nullptr).storedValue;
QualifiedName.cpp 84 m_impl = addResult.isNewEntry ? adoptRef(*addResult.storedValue) : *addResult.storedValue;
91 m_impl = addResult.isNewEntry ? adoptRef(*addResult.storedValue) : *addResult.storedValue;
IdTargetObserverRegistry.cpp 51 result.storedValue->value = adoptPtrWillBeNoop(new ObserverSet());
53 result.storedValue->value->add(observer);
NodeRareData.h 113 return static_cast<T*>(result.storedValue->value.get());
115 return static_cast<T*>(result.storedValue->value);
120 result.storedValue->value = list.get();
130 return static_cast<T*>(result.storedValue->value.get());
132 return static_cast<T*>(result.storedValue->value);
137 result.storedValue->value = list.get();
152 return result.storedValue->value;
155 result.storedValue->value = list.get();
WeakNodeMap.cpp 34 result.storedValue->value = adoptPtr(new MapList());
35 result.storedValue->value->append(map);
ChildListMutationScope.cpp 79 accumulator = result.storedValue->value;
82 result.storedValue->value = accumulator.get();
  /external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifier.cpp 92 result.storedValue->value = adoptPtr(new ObserverList);
94 ASSERT(result.storedValue->value->observers.find(observer) == kNotFound);
95 result.storedValue->value->observers.append(observer);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoadPriorityOptimizer.cpp 122 result.storedValue->value->status = status;
123 result.storedValue->value->screenArea = status;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebHTTPLoadInfo.cpp 108 result.storedValue->value = result.storedValue->value + "\n" + String(value);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
QuotaTracker.cpp 73 HashMap<String, SizeMap>::ValueType* it = m_databaseSizes.add(originIdentifier, SizeMap()).storedValue;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMWrapperWorld.cpp 127 RefPtr<DOMWrapperWorld> world = result.storedValue->value;
135 result.storedValue->value = world.get();
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleInvalidator.cpp 48 addResult.storedValue->value = adoptPtrWillBeNoop(new InvalidationList);
49 return *addResult.storedValue->value;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.cpp 98 addResult.storedValue->value = adoptPtr(new CachedMatchedProperties);
100 CachedMatchedProperties* cacheItem = addResult.storedValue->value.get();
StyleBuilderConverter.cpp 195 result.storedValue->value.append(currentNamedGridLine);
197 orderedInsertionResult.storedValue->value.append(namedGridLine);
219 startResult.storedValue->value.append(areaSpan.resolvedInitialPosition.toInt());
220 std::sort(startResult.storedValue->value.begin(), startResult.storedValue->value.end());
224 endResult.storedValue->value.append(areaSpan.resolvedFinalPosition.toInt() + 1);
225 std::sort(endResult.storedValue->value.begin(), endResult.storedValue->value.end());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h 161 value = &addResult.storedValue->value;
171 value = &addResult.storedValue->value;
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityPolicy.cpp 123 result.storedValue->value = adoptPtr(new OriginAccessWhiteList);
125 OriginAccessWhiteList* list = result.storedValue->value.get();
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashSetTest.cpp 106 EXPECT_EQ(ptr1, res1.storedValue->get());
118 EXPECT_EQ(res2.storedValue->get(), ptr2);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
ActiveAnimations.cpp 49 ++m_players.add(player, 0).storedValue->value;

Completed in 355 milliseconds

1 2 3 4