HomeSort by relevance Sort by last modified time
    Searched defs:isNewEntry (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 171 bool isNewEntry;
174 isNewEntry = addResult.isNewEntry;
175 if (isNewEntry)
179 if (isNewEntry) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h 154 bool isNewEntry;
158 isNewEntry = addResult.isNewEntry;
168 isNewEntry = addResult.isNewEntry;
173 if (!isNewEntry) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 291 HashTableAddResult(const HashTableType* container, ValueType* storedValue, bool isNewEntry)
293 , isNewEntry(isNewEntry)
314 bool isNewEntry;
    [all...]
LinkedHashSet.h 167 , isNewEntry(hashTableAddResult.isNewEntry)
172 bool isNewEntry;
631 if (!result.isNewEntry) {
643 if (!result.isNewEntry) {
ListHashSet.h 111 HashTableAddResult(Node* storedValue, bool isNewEntry) : storedValue(storedValue), isNewEntry(isNewEntry) { }
113 bool isNewEntry;
812 if (result.isNewEntry)
814 return AddResult(*result.storedValue, result.isNewEntry);
829 if (!result.isNewEntry)
832 return AddResult(*result.storedValue, result.isNewEntry);
841 if (!result.isNewEntry)
844 return AddResult(*result.storedValue, result.isNewEntry);
    [all...]

Completed in 206 milliseconds